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
323 stars 93 forks source link

Dummy break the comp #292

Closed lekiet1214 closed 10 months ago

lekiet1214 commented 10 months ago

Describe the bug The bot cannot recognize a dummy and will fail to place champ if the dummy is in the position.

To Reproduce Take any augment/board that spawn dummy.

Expected behavior Bot recognize dummy and move dummy to empty position.

anthony5301 commented 10 months ago

Currently, the bot does not take any action against dummies because their appearance probability is not too high. If you think it's necessary, I can quickly write a feature to define a list of augments that bots should avoid selecting. I'm not sure besides portals and augments, what other ways there are to acquire dummies and their acquisition forms (whether they appear directly on the board or become items).