iholston / lol-bot

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

New Features #188

Closed SP-l33t closed 5 months ago

SP-l33t commented 6 months ago

Added some debug Added some logic (change state on turret kill, back on enough gold or low hp) Changed camera lock setting Updated coords as they didnt work for me.

SP-l33t commented 6 months ago

Ready to discuss 😃

SP-l33t commented 5 months ago

I think like making champ specific patterns. Heimerdinger seems pretty easy imo. Just spam turrets in front of you and you are doing good 😅

Also need to modify buying algo, as it doesnt buy components right now.

iholston commented 5 months ago

Hi, thanks for the contribution!

I feel that overall you made some pretty cool changes, but ultimately this adds some unnecessary complexity. And based on that I am rejecting this request.

However, I do like your game.py updates. They seem like a simple and effective improvement to the currently gameplay mechanics. Feel free to open a new pr with only the game.py changes (minus grabbing the coords from the config file).