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
33 stars 11 forks source link

bot not closing Monkey Knowledge popup #29

Closed 3lectr0o closed 2 years ago

3lectr0o commented 2 years ago

It all worked fine few days ago bot can't close the Monkey knowledge popup

I'm on the main branch commit 91cbe830ea6f7e9627f21fe70f45a5550e322aad on 1080p

linus-jansson commented 2 years ago

1440_monkey_knowledge It's this monkey knowledge right? The book.. That image does not exist for 1080p but im working on it on #25

EDIT: You could try renaming 1440_monkey_knowledge to 1080_monkey_knowledge or make a copy of the current one and rename it.. If you try it out and it works please let me know!

3lectr0o commented 2 years ago

doesn't work

3lectr0o commented 2 years ago

self.click(middle_of_screen, amount=3) 3 instead of 2 works for now

linus-jansson commented 2 years ago

My bad, I mixed up the main branch and the dev branch! I'm working on this and it will be pushed to main as soon as it's done! Will leave it open until the PR is closed if anyone else experience this issue! But yeah changing amount=2 to amount=3 should work! https://github.com/linus-jansson/btd6farmer/blob/91cbe830ea6f7e9627f21fe70f45a5550e322aad/Bot.py#L54-L58

linus-jansson commented 2 years ago

Should be fixed in latest PR