Skip to content

Commit

Permalink
Fix fight boss detection
Browse files Browse the repository at this point in the history
  • Loading branch information
s5w95 committed Apr 17, 2017
1 parent 575aa83 commit 665b811
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions TapTitans2AdvancedClickBot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@ var #resultClanQUest 0
endif

if #loopCount == 1
toast checking
goto :checkClanQuest
elseif #loopCount == 2
toast init
goto :init
elseif #minutes >= #prestigeAfterXMinutes and #enableAutoprestige == 1
goto :checkPrestige
Expand Down Expand Up @@ -325,7 +323,7 @@ goto :start
#actionStepper = #actionStepper + 1

if #checkBossFight == 1
getColor #color1 134 84
getColor #color1 139 85
endif

if #checkBossFight == 1 and #color1 == #colorWhite
Expand All @@ -345,7 +343,7 @@ goto :start
goto :levelHeroes
elseif #actionStepper == 5
#actionStepper = 0
goto :checkBoss
goto :checkClanQuest
endif
goto :runActions

Expand Down Expand Up @@ -864,7 +862,7 @@ goto :runActions
// ----------- CHECK BOSS
:checkBoss

getColor #color1 134 84
getColor #color1 139 85

if #color1 == #colorWhite
goto :pressSkills
Expand Down

0 comments on commit 665b811

Please sign in to comment.