Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just unlock skills #13

Closed
maverik13 opened this issue May 14, 2018 · 4 comments
Closed

just unlock skills #13

maverik13 opened this issue May 14, 2018 · 4 comments

Comments

@maverik13
Copy link

i press the just unlock skills to 1 and it max hs sc and the others dont even touch them or lvl up them . i dont use sc tree i use cs and i want my skills to lvl 2 or 1

@atereshkov
Copy link

@maverik13 look at s5w95#87

@maverik13
Copy link
Author

maverik13 commented May 15, 2018

i think i did it i copy paste it with notepad++ and i check it for a while and worked. i hope i can finsih my run hopefully right. @atereshkov

@maverik13
Copy link
Author

maverik13 commented May 16, 2018

@atereshkov do you have any idea why the script after 15 min stop press the sklills? i set it to press them 15 sec repeat. do i need to change anything? is theere any restrict about how many times i can use the skills in total?

@chrisreyn
Copy link
Owner

maybe you just need to adjust the sleep duration to 30

for example

#timeDiff = #secondsTotal - #lastPressHoM
	if #timeDiff >= #intervalHoM and #intervalHoM > 0 and #colorRed == -1 and #colorBlue == 0
		#lastPressHoM = #secondsTotal
		touchPress 0 200 710
		sleep 15
		touchUp 0
		sleep 10
		touchPress 0 200 710
		sleep 15
		touchUp 0
		sleep 10
		#time = #time + 50

^ change all the sleep to 30. might help. if not, maybe a slightly bigger number. if still not, idk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants