chrisreyn / Tap-Titans-2-Progress-Bot

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

Attack CQ #9

Closed Gufis22 closed 6 years ago

Gufis22 commented 6 years ago

Hello, i was wondering if anyone had a working script for attacking CQ's with diamonds with limited attacks. For example only using free + 5 diamond attacks instead of just going all out on diamonds till the boss dies.

Vhivi commented 6 years ago

Hello,

It's in the start of file. Set the correct parameters for you.

`// ---------- Actions ---------- [ ClanQuest ] var #enableClanQuest 1

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

Gufis22 commented 6 years ago

That's not what i'm talking about. If you set it to 1 it only does free attacks, but if you set it to 2 or more it goes all out and spends all of your diamonds. I want an option to use the free attack + the one that costs 5 diamonds.

Vhivi commented 6 years ago

Heelo,

Sorry, I do not use this option but I understand the question and according to the code the parameter "var #clanQuestRunsPerReadyUp" set to 2 can do exactly what you want, a free attack + a diamond attack.

However, it is repeated until your boss has fallen so yes you eat diamonds. The code just checks colors to see if it can click the button, it does not check if you have already spent diamonds on the previous attack since it does not even know if it's the same boss that you're in to beat.