iholston / lol-bot

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

trouble buying #56

Closed T000b4 closed 1 year ago

T000b4 commented 1 year ago

I have a problem, when it enters the game it stays on the purchase screen and the program closes. you have to buy it manually for it to work.

iholston commented 1 year ago

have you taken a look at #17 ? the shop needs to be in the default position. otherwise you might need to reposition it based on where it thinks the purchase button is.

eimendir commented 1 year ago

@iholston I think another thing to mention is that the icons, and ratios set are geared towards 1080x1920 screen ratio. IF you have a monitor that is set to default this will cause issues to the item mapping. As you will default to a different screen ratio

iholston commented 1 year ago

No, the game will open in 768x1024 and thus the ratio will always work. You just need to line it up.

eimendir commented 1 year ago

okay that's odd, maybe my script isn't the latest, It doesn't seem to align with the map unless set to 1920x1080. BTW awesome work on this!