Just delete this lines:Quote:
Have you had any issues with auto prestige Elal? I ended up making the change you mentioned in your last post, and my last two runs at 85 minutes/60 minutes for auto prestige, the prestige itself just doesn't happen. About 40 minutes into the first run, the macro hovered over the prestige button and then closed it, which was the closest I got to it working. Just not sure if that modification would have any effect on the rest of the macro.
Any thoughts Whyno?
To clarify, this is the first time running the macro since the earliest versions so I've never managed to have a successful auto prestige so far.
*Clarification Two* As mentioned before, it would be great if there was some way to modify the macro to ignore the "skipping action because of boss fight" part of it. As someone with level 10 IP, this pops up constantly throughout my runs.
As always, thanks a lot for your hard work Whyno. The potential of this is keeping me interested in the game.
HTML Code:
//skill available but checking boss fight first if #statusFresh == 0 #statusFresh = 1 goto :refreshStatus elseif #statusFresh == 1 and #skillActive == 1 toast skipping actions - firesword in progress #statusFresh = 0 goto :start elseif #statusFresh == 1 and #bossFightInProgress == 1 toast skipping actions - bossfight in progress #statusFresh = 0 goto :start endif