iholston / lol-bot

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

I Want to Adjust the Bot's Automation #124

Closed MarsUnrankedShop35 closed 8 months ago

MarsUnrankedShop35 commented 8 months ago

I want to make edits inside the bot. I want it to kill the dragon, but I couldn't do it.

iholston commented 8 months ago

That would be a little bit of work but you are more than welcome to make a fork of the repo and implement it!

MarsUnrankedShop35 commented 8 months ago

Can you please help me via Discord? Discord: marsunrankedshop

iholston commented 8 months ago

Unfortunately, at this time I'm not on discord. I will not be able to implement this feature but if you want to get started the best place to start is in the game.py file. you should be able to use the ratio builder that is included in v1.3.2 and prior to get in game ratios and try and make the bots kill drag.

MarsUnrankedShop35 commented 8 months ago

constanst.py

GAME BUTTON RATIOS

GAME_MINI_MAP_UNDER_TURRET = (0.8760, 0.8846) GAME_MINI_MAP_CENTER_MID = (0.8981, 0.8674) GAME_MINI_MAP_ENEMY_NEXUS = (0.9628, 0.7852) GAME_ULT_RATIO = (0.7298, 0.2689) GAME_AFK_OK_RATIO = (0.4981, 0.4647) GAME_CENTER_OF_SCREEN = (0.5, 0.5) GAME_SYSTEM_MENU_X = (0.7729, 0.2488) DRAGON_KILL_POSITION = (0.8000, 0.8000) BASE_RETURN_POSITION = (0.2000, 0.2000)

I would need more specific information on which command line to add the code to inside 'game.py'.

iholston commented 8 months ago

Yea so you would need to talk with someone else who knows how to code in order to do it.