[AutoIt] CrayonCode Bot Project (OpenSource & Free)

06/07/2017 19:23 Raylands#721
Quote:
Originally Posted by goodspuds View Post
Needs to be in BMP format.
Nop, i am using .png, too. It's working.
06/07/2017 19:29 sion1992#722
Here the .bmp for you lazy people ^^ Used paint and 5min work to create this, havent tested it yet.

[Only registered and activated users can see links. Click Here To Register...]
06/07/2017 19:30 nguyennk91#723
Quote:
Originally Posted by sion1992 View Post
Here the .bmp for you lazy people ^^ Used paint and 5min work to create this, havent tested it yet.

[Only registered and activated users can see links. Click Here To Register...]
You forgot to set public your link
06/07/2017 19:50 sion1992#724
try this link

[Only registered and activated users can see links. Click Here To Register...]
06/07/2017 21:13 CrayonCode#725
Both .bmp and .png work for the event folder. Just make sure it is cropped so the brown part of the inventory slot is not visible, but only the fish part.



[Only registered and activated users can see links. Click Here To Register...]

The reworked version with limited features for now for anyone who wants to try it.
(Fishing, Drying, WorkerFeeding, Buffing)

I didn't spend as much time as I planned to on this.
But I wanted to try out github anway.


PS: I used a cropped version of Sonata Arctica's image for the event item.
If it doesn't work enable the loot screencapture setting. Images should be in /logs/.
06/08/2017 00:02 abdoo2#726
i just try it and it loot the golden coelacanth ;) no need new pmbs
06/08/2017 02:24 Madeste#727
hey I keep getting Unidentified state after pressing f4, I saw mentioned 100% UI and color sensitivity and I've tried adjusting/resetting them to work. This worked for me before a couple updates ago not sure what changed? is there something i am missing
06/08/2017 02:47 Nova1337#728
Quote:
Originally Posted by CrayonCode View Post
Both .bmp and .png work for the event folder. Just make sure it is cropped so the brown part of the inventory slot is not visible, but only the fish part.



[Only registered and activated users can see links. Click Here To Register...]

The reworked version with limited features for now for anyone who wants to try it.
(Fishing, Drying, WorkerFeeding, Buffing)

I didn't spend as much time as I planned to on this.
But I wanted to try out github anway.


PS: I used a cropped version of Sonata Arctica's image for the event item.
If it doesn't work enable the loot screencapture setting. Images should be in /logs/.
Thanks a lot! Feeding workers works just fine now! :)

Does anyone know any good spots for fishing? I tried some random abundant but that just got me loads of trash loot and in velia hotspot it takes 40 to 90 sec to catch fish with 5 fishing.
06/08/2017 03:07 CrayonCode#729
Quote:
Originally Posted by Madeste View Post
hey I keep getting Unidentified state after pressing f4, I saw mentioned 100% UI and color sensitivity and I've tried adjusting/resetting them to work. This worked for me before a couple updates ago not sure what changed? is there something i am missing
BDO itself is strange since a few patches. If you pay attention to the text ingame is it a little blurry and not 100% sharp anymore?
Try switching between windowed and fullscreen, that usually fixes it for me.
06/08/2017 03:48 woodyfly#730
Quote:
Originally Posted by CrayonCode View Post
Both .bmp and .png work for the event folder. Just make sure it is cropped so the brown part of the inventory slot is not visible, but only the fish part.



[Only registered and activated users can see links. Click Here To Register...]

The reworked version with limited features for now for anyone who wants to try it.
(Fishing, Drying, WorkerFeeding, Buffing)

I didn't spend as much time as I planned to on this.
But I wanted to try out github anway.


PS: I used a cropped version of Sonata Arctica's image for the event item.
If it doesn't work enable the loot screencapture setting. Images should be in /logs/.


Drying does not seem to work in the new version. It is not detecting the blue/gold fish in my inventory.
06/08/2017 03:59 CrayonCode#731
Quote:
Originally Posted by woodyfly View Post
Drying does not seem to work in the new version. It is not detecting the blue/gold fish in my inventory
Please post a log. So I don't have to deal with your vague shit.
06/08/2017 04:15 woodyfly#732
How is it vague? Like I said it's not detecting any gold/blue fish I have.

19:14.36 Dry Fish initiated [0.0m CD]
19:14.36 Weather: Sunny
19:14.38 Equipment found
19:14.39 Drying requirements met. Starting proces.
19:14.39 Weather: Sunny
19:14.40 Processing open: False
19:14.41 Processing open: True
19:14.59 No dryable fish found.
06/08/2017 04:52 cc90#733
On the auto-restock feature I have an issue when it heads back to the mount... it just runs into a wall or whatever instead of tracking to the location. Any fix?
06/08/2017 05:47 CrayonCode#734
Quote:
Originally Posted by woodyfly View Post
How is it vague? Like I said it's not detecting any gold/blue fish I have.

19:14.36 Dry Fish initiated [0.0m CD]
19:14.36 Weather: Sunny
19:14.38 Equipment found
19:14.39 Drying requirements met. Starting proces.
19:14.39 Weather: Sunny
19:14.40 Processing open: False
19:14.41 Processing open: True
19:14.59 No dryable fish found.
Since you only told me it doesn't detect gold/blue fish, I can't know if it can find the clock (or any fish), or if your settings are just set to below blue, or if it messes up the rarity detection, or there is some other strange behavior.

Because it is searching for the clock on every inventory slot.
Then and only then it looks for the rarity color and if none is found it will result in white fish.
It won't pick fish to dry if the rarity is exceeding your setting.

You could now try to increase the shadevariation for the search by looking for the Func CheckInventoryForFishBySlot($MaxRarity = 3) or exactly this line:

Code:
Line1042: $IS = _ImageSearchArea($Clock, 1, $Left, $Top, $Right, $Bottom, $C[0], $C[1], 10, "0x00ff00") ; Check for the white clock
Now change the 10 before the "0x00ff00" to a higher value like 20 and see if this works. Be aware that settings the value too high will increase false positives like undryable fish (greyed out) or other things.

It's always frustrating when part of the code I tested in different languages, resolutions, even machines appears to be solid as rock and then someone tells you "drying does not seem to work".

@[Only registered and activated users can see links. Click Here To Register...] If the game stops being buggy this feature can be made less buggy too.
06/08/2017 05:52 TKXX#735
Quote:
Originally Posted by woodyfly View Post
How is it vague? Like I said it's not detecting any gold/blue fish I have.
Settings > Enable Drying Fish > Max Rarity (Change that, maybe it's your problem).