jfd02 / TFT-OCR-BOT

A bot that plays Teamfight Tactics using OCR. Keeps track of bench, board, items, and plays the user defined team comp.
GNU General Public License v3.0
328 stars 91 forks source link

Champ names #294

Closed drizzyman closed 5 months ago

drizzyman commented 5 months ago

Is there any way to remove champ names from board and to humanize mouse movements instead of teleporting?

anthony5301 commented 5 months ago

The only way to do this is to edit mk_function.py by yourself. Edit every function that has pydirectinput.moveTo() to a loop with multiple steps to the final coordinate. This will heavily increase the movement time of the bot and may cause unexpected behavior so I won't implement this for now.