chrisreyn / Tap-Titans-2-Progress-Bot

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

just unlock skills #13

Closed maverik13 closed 6 years ago

maverik13 commented 6 years ago

i press the just unlock skills to 1 and it max hs sc and the others dont even touch them or lvl up them . i dont use sc tree i use cs and i want my skills to lvl 2 or 1

atereshkov commented 6 years ago

@maverik13 look at https://github.com/Tune389/Tap-Titans-2-Progress-Bot/issues/87

maverik13 commented 6 years ago

i think i did it i copy paste it with notepad++ and i check it for a while and worked. i hope i can finsih my run hopefully right. @atereshkov

maverik13 commented 6 years ago

@atereshkov do you have any idea why the script after 15 min stop press the sklills? i set it to press them 15 sec repeat. do i need to change anything? is theere any restrict about how many times i can use the skills in total?

chrisreyn commented 6 years ago

maybe you just need to adjust the sleep duration to 30

for example

#timeDiff = #secondsTotal - #lastPressHoM
    if #timeDiff >= #intervalHoM and #intervalHoM > 0 and #colorRed == -1 and #colorBlue == 0
        #lastPressHoM = #secondsTotal
        touchPress 0 200 710
        sleep 15
        touchUp 0
        sleep 10
        touchPress 0 200 710
        sleep 15
        touchUp 0
        sleep 10
        #time = #time + 50

^ change all the sleep to 30. might help. if not, maybe a slightly bigger number. if still not, idk