chrisreyn / Tap-Titans-2-Progress-Bot

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

Auto Clan quest #38

Open FLUX001 opened 6 years ago

FLUX001 commented 6 years ago

It keep spending all my diamonds. Is there a way to change it so that it does not use any diamonds.

I seen a previous post about the post with no solution. someone stated that after 3 times it would stop spending the diamonds.

CDN001 commented 6 years ago

//clan boss with max possible hits var #clanQuestRunsPerReadyUp 1 <<<<< you can edit here // 1 = (default) attack every ready up once for free // 2-99 = spend dias for more attacks

I have a question to ask you. What u build script can auto prestige ?

FLUX001 commented 6 years ago

when I use this" var #clanQuestRunsPerReadyUp 1 " it still uses all my diamonds and does not stop.

yes the script auto prestige

not sure what you mean by build

CDN001 commented 6 years ago

mean SkillTree Build CS CS+PHoM SC HS something like this

FLUX001 commented 6 years ago

I use CS+PHoM

Gufis22 commented 6 years ago

Could you share your script FLUX? The ones uploaded seem to have many issues.

FLUX001 commented 6 years ago

im using the advanced one here but the longer I use it the more it stops working

Gufis22 commented 5 years ago

Would anyone be willing to take a look at my script and tell me why the hell does my CQ doesn't work? Used ir for ~2months and it just stopped working. Works well for pushing, but ignores CQ.. push.txt

chrisreyn commented 5 years ago

this might help everyone having CQ unintentional multiple hits. add an extra 3 second sleep in this section

//touch clan icon bottom
    touchDown 0 100 730
    sleep #btnDelay
    touchUp 0
    sleep #loadingClanQuestDelay

just add a new line and put sleep 3000 below the 2nd sleep there.

not sure if this will solve our (yes, i experience this too) problems. I think what happens is it checks the HP bar too fast and proceeds to the CQ but it only realizes it should NOT do a CQ so it attempts to exit out of CQ. Once it fully exits CQ menu, it reopens again and checks if CQ is active. Apparently, the check for "if using diamonds" doesnt work/is not present (in cases of initial check failure) hence it proceeds to do another CQ despite having falsely entered the first CQ

chrisreyn commented 5 years ago

^ i mean if you could observe your bugs and assume situations why your bugs appear, you could explain them to me so that i could help you guys out. tho most if not all of the "it's not clicking button X" problems are really isolated cases :<

chrisreyn commented 5 years ago

i think i still experience the extra CQ hits but the sleep function did help. not too sure how to fix it. any recommendations could help