qlvbrknp / maple-bot

A macro bot for MapleStory.
98 stars 52 forks source link

Suggestions for improvement #3

Closed omgimanerd closed 3 years ago

omgimanerd commented 3 years ago

Fantastic work, I always find other repositories like this interesting. I wrote my own implementation of the rune solver that does the following:

For searching the minimap, I used a similar method of locating the player/rune/other players, but I also used contour detection to locate the bounds of the minimap to remove the need to hardcode its coordinates.

The two problems I couldn't fully solve were input injection and fast screenshotting. I used pyautogui's underlying library, which at most can do 20 FPS. I don't have much experience with win32api, so I used an Arduino Leonardo as a proxy which I sent input to over USB serial and bounced back as keyboard/mouse input.

If you're still developing your bot and interested, I can share my work with you. Cheers!

qlvbrknp commented 3 years ago

Hey omgimanerd!

Thanks for the suggestions. Unfortunately, I have paused development on this bot. I would be thrilled to connect with you and learn more about CV techniques. I will send you an e-mail with my contact information.