Tap Titans 2 Advanced ClickBot (HiroMacro)

02/15/2017 00:03 Whyno#151
Quote:
Originally Posted by Elal View Post
I deleted #loopcount = #hitsrunactions =>

Works fine ; but still not prestiging if i ask for 40min prestiges -_-"

I reverted back :levelheroes to what it was in 0.9.7 (less loopdetection) i kept the coordinates. Trying right now.
But if this works we'll have to check out why.

For what i see loopdetectioncount is well reseted (in the start of loop ; when scrolling down ; we could add when scrolling up but it will be pointless as when going to close menu we get out of the loop) can't see why it would fail.
Can you post your #hitsRunActions number?
02/15/2017 00:16 Elal#152
Still 1003 if i didn't forget to change it.

Will confirm this by editing this post in 10'/15' (i'm at 34' out of 40' prestige run will wait till 50 before claiming it fails :o)

[Edit] Confirmed : 1003. ; by the way it didn't prestige.
02/15/2017 01:26 dankazama#153
i disabled auto skill. auto pristige now works
02/15/2017 02:16 noro28#154
What should I delete in order to disable the script using Fire Sword. I'd rather just be able to specify a single skill to use, either by interval or by full mana. (warcry)

Awesome script, by the way! I've had it run for nearly 12 hours straight. Farmed like 83k relics from midnight till I got on lunch and BOOM finally got BoS!
02/15/2017 08:14 Phil2003#155
Quote:
Originally Posted by Drunkendragon View Post
you will have to switch equipment yourself, the script can't do that, because it can't read the descriptions
and you need to either buy the ability to disable adds or you need to disable fairies in the script, so it doesn't click on them at all
Ok got it with the equipment, but i have var #enablechestserton 1 and im premium but it gets stuck on fairy windows.

Edit: 60min prestige not working, but that was expected after all the comments here about it.
02/15/2017 09:58 Paladintank#156
So i tested 0.9.9 again with only 60 min prestige time over night.

And it worked! It was attacking the clan boss and prestiging, I woke up with 380k relics ^_^

Going to leave it like it is until there is a "fix" to the short prestige times.
02/15/2017 11:36 Fr4aKy#157
Quote:
Originally Posted by Paladintank View Post
So i tested 0.9.9 again with only 60 min prestige time over night.

And it worked! It was attacking the clan boss and prestiging, I woke up with 380k relics ^_^

Going to leave it like it is until there is a "fix" to the short prestige times.
Hey, since I am noob in changing the stuff myself etc, could u send me ur finished script please ?
02/15/2017 12:46 Elal#158
I'm still using it without heroes, doing 62 relics per minute (before BoS) prestiging every 22min (1k runs).

If I could finally level Heroes it would be 2k runs at 93relics/min.
02/15/2017 14:51 Paladintank#159
Quote:
Originally Posted by Fr4aKy View Post
Hey, since I am noob in changing the stuff myself etc, could u send me ur finished script please ?
Im sorry, HirMacro somehow does not let me copy all its stuff.

I downloaded the original 0.9.9 file and changed

- var #enableAutoprestige 1
- var #enableTapping 0 (because I dont need to tap, my heroes do all the dps)
- var #prestigeAfterXMinutes 60
- var #checkBossFight 0


Then, if you scroll down a bit, I deleted the loop=0 line, or something like that, as mentioned in previous posts

so instead of

:loopDetected
toast loop detected - restarting ...
#loopCount = 0
goto :init

i have

:loopDetected
toast loop detected - restarting ...
goto :init


Also, I level my stuff using the "MAX" button ingame, because +10 or +100 would take ages for my heroes to be fully leveled

I also tuned up my emulator, and this did a lot of good. Previously I only had 1 core and 512mb RAM assigned to it, now I changed it to 4 cores and 4096mb RAM (I got beast PC, you can do 2 cores and 20XXmb RAM aswell).

Thats all
02/15/2017 15:28 Fr4aKy#160
Quote:
Originally Posted by Paladintank View Post
Im sorry, HirMacro somehow does not let me copy all its stuff.

I downloaded the original 0.9.9 file and changed

- var #enableAutoprestige 1
- var #enableTapping 0 (because I dont need to tap, my heroes do all the dps)
- var #prestigeAfterXMinutes 60
- var #checkBossFight 0


Then, if you scroll down a bit, I deleted the loop=0 line, or something like that, as mentioned in previous posts

so instead of

:loopDetected
toast loop detected - restarting ...
#loopCount = 0
goto :init

i have

:loopDetected
toast loop detected - restarting ...
goto :init


Also, I level my stuff using the "MAX" button ingame, because +10 or +100 would take ages for my heroes to be fully leveled

I also tuned up my emulator, and this did a lot of good. Previously I only had 1 core and 512mb RAM assigned to it, now I changed it to 4 cores and 4096mb RAM (I got beast PC, you can do 2 cores and 20XXmb RAM aswell).

Thats all
Thanks alot, gonna try it out, could u tell me since I am at the end game aswell, if its possible to get all skills, let them at lvl 1, and just use permacry ?
Sorry for being a noob, and THANKS alot again
02/15/2017 15:51 Paladintank#161
Quote:
Originally Posted by Fr4aKy View Post
Thanks alot, gonna try it out, could u tell me since I am at the end game aswell, if its possible to get all skills, let them at lvl 1, and just use permacry ?
Sorry for being a noob, and THANKS alot again
you should change this

// ----------- Settings --- Skills
//interval in minutes set to 1 or more if you want to press this skill every x minutes
var #intervalCrit 0
var #intervalFireBlade 0
var #intervalMidas 0
var #intervalShadowClone 0
var #intervalHeroes 0


and just replace the 0 in intervalHeroes with 5, thats what i have, so every 5 minutes he uses warcry

but the idle taps (which you cant turn off afaik) also sometimes hit firesword and shadowclone accidentally, so you would have to change the location / pixels where these idle taps happen, but I cant help u there

i think in previous posts there was a question similar to yours, where you let the other skills at lvl 1, but if your "endgame", it doesnt matter what lvl you bring them to in my opinion
02/15/2017 16:41 Fr4aKy#162
Quote:
Originally Posted by Paladintank View Post
you should change this

// ----------- Settings --- Skills
//interval in minutes set to 1 or more if you want to press this skill every x minutes
var #intervalCrit 0
var #intervalFireBlade 0
var #intervalMidas 0
var #intervalShadowClone 0
var #intervalHeroes 0


and just replace the 0 in intervalHeroes with 5, thats what i have, so every 5 minutes he uses warcry

but the idle taps (which you cant turn off afaik) also sometimes hit firesword and shadowclone accidentally, so you would have to change the location / pixels where these idle taps happen, but I cant help u there

i think in previous posts there was a question similar to yours, where you let the other skills at lvl 1, but if your "endgame", it doesnt matter what lvl you bring them to in my opinion
The lvl matters because my wc only costs 3 mana, and I could spamm it untill it prestiges then
02/15/2017 17:22 ducontrabr#163
To switch from 480x800 to 1440x2560
How many I multiply?
02/15/2017 18:50 Hakanabiii#164
bei mir funkt der irgendwie nicht mehr. Hatte ein backup von Nox seit dem geht es leider nicht mehr. Da steht bot gestartet aber passiert nix
02/15/2017 19:16 AREUMAD#165
just a few things:
1) should keep skills at level 1
2) auto prestige doesn't work so good
3)the bot doesn't upgrade the heroes at all if you can 1 shot monsters you will be facing boss and then the bot will stop the upgrades and will keep playing
it will be this way until u can't kill the boss and then you will be stuck on some level
tldr; the bot should upgrade heroes even if you're facing boss or whatever...