chrisreyn / Tap-Titans-2-Progress-Bot

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

Issues With Leveling Heroes #49

Open AspirinTez opened 5 years ago

AspirinTez commented 5 years ago

Hello. I am having issues with the cooldown on #ActionsEveryXSeconds in regards to leveling up my heroes. I've set the intensity high, so I think that may be the issue. How can I make it so the bot levels up my heroes a lot, but only does it once per run? I've set the X to 3500, and my runs are only 15 minutes, so I thought it would level up my heroes a lot, then spam HS as I've set it to. Right now, it spends ~8-9 minutes leveling them, goes to spam HS, but then only a few minutes later, it goes back to leveling heroes.

Or, how can I keep the intensity low as it is in the default bot, but increase the intensity of my top heroes?

chrisreyn commented 5 years ago
//time dynamic skill interval clicks
            if #minutes > 10
                #runActionsEveryXSeconds = 50
            endif
        endif
    endif

that's in my code so it's most probably overriding your settings

Bekaidos commented 5 years ago

Hello! Did you find the answer? How can I keep the intensity low as it is in the default bot, but increase the intensity of my top heroes?