s5w95 / Tap-Titans-2-Progress-Bot

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

After Lvl Up heroes, sword master tab does not trigger (Does not lvl up skills) #102

Open DavionChew opened 6 years ago

DavionChew commented 6 years ago

As title, will just tapping and wait x minutes to level up top heroes

chrisreyn commented 6 years ago
:lvlTopHero
    touchPress 0 460 670
    sleep #btnDelay
    touchPress 0 460 670
    sleep #btnDelay
    touchPress 0 460 670
    sleep #btnDelay
    touchPress 0 460 670
    sleep #btnDelay
    #time = #time + #btnDelay * 4

    //skip leveling other heroes at these times

    if #unlocked >= 8 or #maxedOutSkills > 1
        #actionStepper = #actionStepper + 1
        //since skills should have been maxed, it wont level them up anymore
    endif

    if #minutes >= 3 and #justUnlockSkills == 0
        #actionStepper = #actionStepper + 1
        //since skills should have been maxed, it wont level them up anymore
    endif

    if #minutes >= 100
        goto :levelHeroesPressLevelUp
    endif

remove the sections involving #actionStepper = #actionStepper + 1 or change the conditions