linus-jansson / btd6farmer

A tool to make autonomous macros in Bloons Td 6. Relies on OCR and template matchmating for navigation. Made in python
https://discord.gg/qyKT6bzqZQ
MIT License
31 stars 11 forks source link

Monkey Knowledge don't work. #46

Closed Wikinger8 closed 1 year ago

Wikinger8 commented 1 year ago

I tried to add a delay but doesn't really help. Maybe i have done it wrong or something but I tried: if self.levelup_check() or self.insta_monkey_check(): self.click(middle_of_screen, amount=2) time.sleep(5) self.click(middle_of_screen, amount=2)

Wikinger8 commented 1 year ago

Duplicate #29