shamhi / HamsterKombatBot

Bot that mines coins in HamsterKombat
Apache License 2.0
425 stars 126 forks source link

Check daily combo profit and delta profit from upgrades #321

Open fruitgum opened 1 week ago

fruitgum commented 1 week ago

Check daily profit If worth from collecting cards for a daily combo is less than profit from the combo

Delta profit from upgrades: Uses variable MIN_CARD_PROFIT_DELTA (default 0). Cards won't be upgrade if delta profit is less than defined in MIN_CARD_PROFIT_DELTA

ButCheR-PRO commented 1 week ago

My fix:

  1. https://github.com/shamhi/HamsterKombatBot/issues/251#issuecomment-2175933781
fruitgum commented 1 week ago

@ButCheR-PRO good fix. I didn't pay much attention toif common_price < bonus and balance > common_price and is_combo_accessible (it's my first experience with python). But what about delta?