philipp-kurz/Metin2-Bot ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python bot for Metin2 that can automatically farm the snowman enemies for me.

I want it to watch the game screen, find the snowmen from screenshots, and then handle the fighting and farming loop on its own. It should be able to send keyboard and mouse actions to the game, work in a simple state based way so it knows what to do next, and keep running reliably in the background. If it helps, use image processing to detect the targets and OCR for any text it needs to read on screen. I also want a small remote monitoring setup so I can check in from Telegram and see that it is still working.

If there’s a simpler prototype needed first for just basic UI interaction and movement, include that too. Keep it practical, split into clear modules, and make it easy to run and tweak later.