I've been using this bot for about 5 days and it's almost perfect at fishing features. Ty for amazing bot! There're some features that would be awesome if added.
1. is there any possibility to run this bot in background for 24/7? I tried using vmware but it's so slow when you go from oceans through deserts.
The client doesn't have to be in tray mode, but being able to use PC while bot's running would be great.
2. I'm playing BDO in KR server, there is an event item that can be looted through fishing. The problem is when I add that item into event item folder in order to get those, I can loot it when it's amount is only "1", but when it's "2" i can't get those because the numberpad appears and the fishing stops. So I added only "1".bmp in order to get at least "1" event item.
here is the bmp file:
[Only registered and activated users can see links. Click Here To Register...]
so... process would be.. 1. if the numberpad appears, 2. press F 3. press Spacebar or Enter key
[P.S.] When I first tried this bot it didn't work and it said "E: Client resolution deviates from resolution_settings.ini" even if the client size was 1920*1080. I thought it was because the window name was not "Black Desert -" and changed variable to Global $hBDO = "검은사막 -". But it couldn't detect the window and I get error again. So I'm currently using this by changing $CorrectRes into TRUE.
Code:
Func Fish()
Local Static $CorrectRes = False
$Fish = Not $Fish
If $Fish = False Then
SetGUIStatus("Pausing.")
Else
SetGUIStatus("Starting...")
$ResOffset = DetectFullscreenToWindowedOffset()
If $CorrectRes = False Then $CorrectRes = TRUE
If $CorrectRes = False Then
SetGUIStatus("E: Client resolution deviates from resolution_settings.ini")
$Fish = False
Return False
EndIf
$freedetectedslots = DetectFreeInventory()
SetGUIInventory(0)
EndIf
EndFunc ;==>Fish
have any idea why it can't detect window "검은사막 -"?
Thank you for amazing work, i'm really enjoying this bot.