Skip to content

Commit

Permalink
Optimize clan quest reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
s5w95 committed Apr 17, 2017
1 parent 665b811 commit 277a09c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TapTitans2AdvancedClickBot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ var #btnDelay 150
var #hitDelay 40
var #menuSlideDelay 200
var #menuPopUpDelay 500
var #loadingClanQuestDelay 5000
var #clanQuestDoneDelay 5000
var #loadingClanQuestDelay 2000

// ----------- Menu Coords
var #menuY 780
Expand Down Expand Up @@ -140,7 +139,7 @@ var #resultClanQUest 0

#resultManaPool = #loopCount % 901
#resultCheckBoss = #loopCount % 302
#resultClanQUest = #loopCount % 145
#resultClanQUest = #loopCount % 101
#resultUpdateTime = #loopCount % 80

#timeDiff = #minutes - #timeLastActionRun
Expand Down

0 comments on commit 277a09c

Please sign in to comment.