Metin2FishBot icon indicating copy to clipboard operation
Metin2FishBot copied to clipboard

WOM2 Crashing bot

Open K011L opened this issue 11 months ago • 4 comments

After starting the bot and fishing, the bot crashes, also on WOM2 you cannot add the fishing skill to the hotbar

K011L avatar Mar 07 '24 21:03 K011L

Can you check the file constants.py? The name needs to be the same as the game window.

vncsms avatar Mar 07 '24 21:03 vncsms

For the skill you can try to use spacebar like:

In The file fishingbot.py you can change the following lines to:

image

pydirectinput.keyDown('space') pydirectinput.keyUp('space')

vncsms avatar Mar 07 '24 21:03 vncsms

This problem is the same as the black screen. Unfortunately I couldn't fix this problem.

vncsms avatar Mar 07 '24 21:03 vncsms

have you tried with using screenshots real time, instead of monitoring it using OpenCV(guessing youre using that)

K011L avatar Mar 11 '24 20:03 K011L