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

Loop on @chrisreyn Script #91

Closed
Fruitburst opened this issue Apr 13, 2018 · 1 comment
Closed

Loop on @chrisreyn Script #91

Fruitburst opened this issue Apr 13, 2018 · 1 comment

Comments

@Fruitburst
Copy link

Hi, Is anyone else getting a loop from fightboss1. for some reason during some runs it will spam the fightboss / leaveboss untill timer runs for prestige.

@atereshkov
Copy link

In this code section:

//click "Fight Boss"
	getColor #color 372 24
	if #color == 1076975 and #bossLoopCounter <= 4
		#bossLoopCounter = #bossLoopCounter + 1
		toast FightBoss1
		touchPress 0 390 36
		sleep #btnDelay
		#time = #time + #btnDelay
		goto :pressSkills
	endif
            #bossLoopCounter == 0

Remove goto :pressSkills

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