chrisreyn / Tap-Titans-2-Progress-Bot

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

Skip Sword Master level #63

Open ghost opened 5 years ago

ghost commented 5 years ago

Sometimes the script skips leveling Sword Master to 600 (stops at 300) resulting SC to not being able to level at all. Any solution to this?

chrisreyn commented 5 years ago

leave your denomination in the sword master tab as "MAX", not x100 or smth else

Zrasas commented 5 years ago

I used sleep 40 instead of 20 and it levels sword master properly now :

openSwordMasterTab if #count < 2 if #lateRun < 1 and #count < 2 if #count == 0 sleep 100 //open sword master tab sleep #btnDelay

time = #time + #btnDelay + 100

            touchDown 0 #menuStats #menuY
            sleep #btnDelay
            #time = #time + #btnDelay
            touchUp 0
            **sleep 40**

Btw, what exactly do u mean by denomination? Could u tell me which value is it? (newb here, sorry :P)

Also i can't find a way to make the script level my skills for a second time during the same run. I would be grateful if u took a look at my script, just tell me if i have a setting terribly wrong. I a am very new to this Advanced.txt