iholston / lol-bot

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

Adjustment of click coordinates #109

Closed damare1 closed 9 months ago

damare1 commented 10 months ago

Hello. When clicking on the mini-map, it is slightly out of alignment and I would like to adjust it. How can I do this? At first the bot goes into the middle, but I would like it to go a little deeper.

iholston commented 10 months ago

The coordinates are in the constants.py, you can use the ratio builder to find new coordinates and change them in the constants.py file.

damare1 commented 10 months ago

thank you