shamhi / HamsterKombatBot

Bot that mines coins in HamsterKombat
Apache License 2.0
774 stars 229 forks source link

What's the operating sequence? #2312

Open 13918763630 opened 2 weeks ago

13918763630 commented 2 weeks ago

Is the sequence random? Like sometimes it will play the minigame, sometimes get the key, but though i switch the auto upgrade to True, it seems it never be operated. Is the auto upgrade only have a low priority? Can i adjust the priority of different tasks?

semeer37 commented 2 weeks ago

Check out in bot/core/tapper.py

I thinks it is prioritised as

It would be better if the bot could handle all the other tasks while the tapper is in sleep mode. This is important because if there is a problem with any of the other tasks, we can't run the tapper, which is the core function of this bot. Just saying