HamsterKombatBot icon indicating copy to clipboard operation
HamsterKombatBot copied to clipboard

Added ROI Based Daily Combo and Best Card Only Upgrade Modes

Open Emperor-One opened this issue 1 year ago • 4 comments

  • Settings added:

    • BEST_COMBO_ONLY
    • BEST_CARD_ONLY
    • MAX_PRICE_LIMIT
  • Now, you can set the "BEST_COMBO_ONLY" setting to "True" for the bot to check the ratio (ROI) of all three daily combo cards minus the 5 million coin bonus to see if the ROI is within the Top 5 best cards before it upgrades the daily combo cards.

  • The "BEST_CARD_ONLY" setting, when set to "True", makes the bot wait for and upgrade only the current BEST card. If that card is on cooldown and this setting is set to "True", then the bot waits for the cooldown to end, and then upgrades the card.

  • The max_price_limit variable, as I understand it, sets the maximum possible amount of money to spend within a day regardless of the "MAX_PRICE" setting. I added a boolean "MAX_PRICE_LIMIT" setting to turn this on or off, if the user wants to.

Other changes:

  • Removed 0.8 multiplication factor to free_money. Why is it there when the "BALANCE_TO_SAVE" setting exists? I don't understand.
  • Fixed (#2350)
  • Put all the sleep statements under their respective if blocks. This gets annoying if you are only interested in, say, Auto Upgrades. The bot would just sleep for like 10 - 20 seconds after logging in before it starts upgrading cards.

Emperor-One avatar Sep 11 '24 19:09 Emperor-One

Any Mergers? modCheck

Emperor-One avatar Sep 14 '24 23:09 Emperor-One

This is really very nice and functional, merge to main asap please :)

greyx00 avatar Sep 17 '24 08:09 greyx00

If anyone would like to use these features you can use them in my fork until the owner decides to merge them.

Note: They are not on the main branch they are on the roi_based_daily_combo branch, so you will have to do

git checkout roi_based_daily_combo

After you clone the repo.

Emperor-One avatar Sep 17 '24 10:09 Emperor-One

If anyone would like to use these features you can use them in my fork until the owner decides to merge them.

Note: They are not on the main branch they are on the roi_based_daily_combo branch, so you will have to do


git checkout roi_based_daily_combo

After you clone the repo.

Good work) That's should be merged

socloseeee avatar Sep 18 '24 14:09 socloseeee