iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
294 stars 48 forks source link

Daily Login Rewards #93

Closed whateverlol closed 11 months ago

whateverlol commented 11 months ago

It would be nice if we can choose ourselves which daily login reward the bot is selecting. The bot is designed for new accounts and this will be super helpful. Currently it picks randomly for example I've received 1350 champion instead the one I needed or the 4800 BE.

iholston commented 11 months ago

This bot is designed to mass level accounts to 30. Stopping for individual rewards would be counter productive. Fortunately, there should be more than enough blue essence for you to buy any champ you want once the bot is level 30.

whateverlol commented 11 months ago

Counter productive? How exactly? The bot is choosing reward anyway, because it's forced action after first game of the day, just randomly. https://prnt.sc/La7SbH4TSX6n

iholston commented 11 months ago

The point of the bot is to level up accounts as quickly as possible. Specifically to mass level hundreds of accounts at once, usually for the goal of making a profit. Daily rewards change regularly and would take a ton of extra code for no particular benefit toward that goal.

You are welcome and encouraged to fork the bot and add that functionality if you would like.