Can you take a look on quest popup too ? Sometimes quest panel open itself and he came just on the capcha, so the bot can't resolve it. To avoid that I put quest popup somewhere on the screen out of the capcha,but it's just a little issue.Quote:
Guys next version will be a complete overhaul.
I'll get rid of resolution presets and instead go with a language selection.
I will completely avoid hard-coded coordinates and instead go for offsets based on imagesearches. The solved transparency issues opened up a heap of new possibilities for me to explore.
I have only limited time to spare atm so it might take a little.
PS: I'll take a look at the broken rods issues.
Yes basics are done for this and also a queue for search terms. But there is a lot to be done before I will release a new version.Quote:
Easy way to expand marketplace functionality:
In a list of items (pearl) when one gets listed top item will get colored
Check for purple bag, if not wait
If purple bag found click on item
Bid and buy
Click on previous, loop
This could be used to add pet/costume for certain class or other search terms that share a list, could this be added?
make yours with Autohotkey it easy to doQuote:
@[Only registered and activated users can see links. Click Here To Register...], any chance to auto HP&MP setting?
Just get the coordinates where your health should be at and get the color, too.Quote:
Do you can showme a basic code to do this? Because i never used Autohotkey.
I was searching and did my first basic code to get pixelcolor but Xingcode detect autohotkey and block all. Any solution?
While True
If PixelGetColor($healthbar_x_coordinate, $healthbar_y_coordinate) <> $healthbarcolor Then
ControlSend("BLACK DESERT - ", "", "", "your potion key")
EndIf
Sleep(250)
Wend
You need to enable LootWithR in the data.ini to just loot all instead of clicking and prompting the unhandled quantity selector to workaround this.Quote:
Doesn't seem able to pick up event items from fishing if the quantity is greater than 1, or at least when there's a lootable fish in the same reel in
That is impossible.Quote:
hey man ı dont play your game but ı want learn how to do background image search by fastfind and image search ?? you can learn me ? you understand
NO need, just enable "Loot with R" in settings.Quote:
how do you add new event items? i tried it but it does not seem to recognize the image i made
Gonna try it out.Quote:
You need to enable LootWithR in the data.ini to just loot all instead of clicking and prompting the unhandled quantity selector to workaround this.
Also if they are new event items you need to manually add them to the res/event/ folder.
Edit: Added striker_seal.bmp to attachement