Detergent13 / tft-bot

Automate Teamfight Tactics (TFT) for token/mission farming. Updated for Set 11!
GNU Affero General Public License v3.0
81 stars 45 forks source link

No surrender #59

Closed JayCheung01 closed 2 years ago

JayCheung01 commented 2 years ago

Hello, thank you very much for your bot, I've been using it since the start of the worlds pass and have earned lots of tokens which I otherwise wouldn't have. I would like to know what I should remove to not surrender? Thank you again.

Detergent13 commented 2 years ago

Hi, you'd need to of course remove the surrendering logic, but also check for the placement/victory screen and either click exit or just detect it and wait. I did this for a while on the no-surrender branch, but I haven't had time to keep it maintained sadly.

If you look back at commits before July I think(?) you should see working logic, just outdated captures and whatnot.

Detergent13 commented 2 years ago

Nevermind, totally forgot that I deleted the no-surrender branch! That advice on how to do it still stands though, and I'd highly recommend checking out my friend's take on no surrender if you'd like some guidance:

https://github.com/JackZihengChen/TFT-Bot-Python

JayCheung01 commented 2 years ago

Thank you :)