Metin2FishBot
Metin2FishBot copied to clipboard
WOM2 Crashing bot
After starting the bot and fishing, the bot crashes, also on WOM2 you cannot add the fishing skill to the hotbar
Can you check the file constants.py? The name needs to be the same as the game window.
For the skill you can try to use spacebar like:
In The file fishingbot.py you can change the following lines to:
pydirectinput.keyDown('space') pydirectinput.keyUp('space')
This problem is the same as the black screen. Unfortunately I couldn't fix this problem.
have you tried with using screenshots real time, instead of monitoring it using OpenCV(guessing youre using that)