chrisreyn / Tap-Titans-2-Progress-Bot

A HiroMacro Progress Bot for Tap Titans 2
14 stars 14 forks source link

Boss fight loop #4

Closed Gufis22 closed 6 years ago

Gufis22 commented 6 years ago

Hello, i greatly appreciate all the work you do on this script, however there's one thing i can't seem to figure out a fix for. Every time my run is close to the end, script loops on clicking boss fight. I've tried waiting, but it just keeps pressing "fight boss" and "leave battle" without doing anything else. Also, how do i disable the little text that says all the steps the bot takes? (like "pressing HOM" and etc.)

Fruitburst commented 6 years ago

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

rockfreak101 commented 6 years ago

Yup. Removing goto fixes the problem.