[AutoIt] CrayonCode Bot Project (OpenSource & Free)

05/24/2017 19:51 inuyasha101#571
Quote:
Originally Posted by CrayonCode View Post
The answer is in the text you quoted...
Well u mean to pick everything up?
05/24/2017 19:54 CrayonCode#572
Quote:
Originally Posted by inuyasha101 View Post
Well u mean to pick everything up?
Yes to hit R for the Get All button. If the Item List has one item in it that meets your loot filter it will just send R.
05/24/2017 19:56 Razor457#573
EDIT: NVm my browser was fucking up, download wasn't showing.

Side question, does this need the game to be maximized to run?

Or can you minimize? can't be fucked using VMware again to be able to minimise and run it :D
05/24/2017 20:45 ahmedwork#574
recently i have been working on my c# bdo bot and btw i don't use any imagesearch library or fastfind and here is a brief for what i have completed so far
1- basic gui,
2- basic fishing functions (except loot identify will work on it later ),
3- market place

i'm working right now with processing and yea transparency is annoying i've made a test using 3 methods , normal imagesearch functions , Aforge.net , Emgucv

find the result below :3
another image for the confirm button
05/24/2017 20:54 supdood#575
Quote:
Originally Posted by CrayonCode View Post
Yes to hit R for the Get All button. If the Item List has one item in it that meets your loot filter it will just send R.
But that would also pick up trash and fish below desired quality as well. Any workaround?
05/24/2017 21:29 CrayonCode#576
Quote:
Originally Posted by ahmedwork View Post
recently i have been working on my c# bdo bot and btw i don't use any imagesearch library or fastfind and here is a brief for what i have completed so far
1- basic gui,
2- basic fishing functions (except loot identify will work on it later ),
3- market place

i'm working right now with processing and yea transparency is annoying i've made a test using 3 methods , normal imagesearch functions , Aforge.net , Emgucv

find the result below :3
another image for the confirm button
Try Wheat and Barley side by side and check if they get confused.
05/24/2017 22:15 ahmedwork#577
Quote:
Originally Posted by CrayonCode View Post
Try Wheat and Barley side by side and check if they get confused.
sure thing ;) here is the results
Using normal imagesearch and Emgucv

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

btw try with two images
05/24/2017 23:37 CrayonCode#578
Quote:
Originally Posted by ahmedwork View Post
sure thing ;) here is the results
Using normal imagesearch and Emgucv
btw try with two images
Did you use normal imagesearch with shadevariation and without transparency?
Because I wasn't able to reliably detect more transparent materials like wheat without heavy use of transparency.
If you look at this FFSnapshot with KeepChanges, you see that everything besides the 'solid' part of the item images themselves is changing.
(Black means unchanged)
[Only registered and activated users can see links. Click Here To Register...]

Without transparency the right corner of your Wheat.bmp would require shadevariation and even to a higher degree if the warehouse npc keeps moving behind it like in Trent.
05/25/2017 04:27 ahmedwork#579
Quote:
Originally Posted by CrayonCode View Post
Did you use normal imagesearch with shadevariation and without transparency?
Because I wasn't able to reliably detect more transparent materials like wheat without heavy use of transparency.
If you look at this FFSnapshot with KeepChanges, you see that everything besides the 'solid' part of the item images themselves is changing.
(Black means unchanged)
[Only registered and activated users can see links. Click Here To Register...]

Without transparency the right corner of your Wheat.bmp would require shadevariation and even to a higher degree if the warehouse npc keeps moving behind it like in Trent.
yea at first i used normal template matching with shade variation 10 and without transparency and the result was like i already posed before now i've tried in trent for u and yea normal template matching failed by EmguCv worked

[Only registered and activated users can see links. Click Here To Register...]
05/25/2017 07:16 supdood#580
The Loot with R setting seems to make the inventory progress not work, as a result it doesnt dry either
05/25/2017 11:16 imedbox#581
Quote:
Originally Posted by blacklider View Post
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?

/*
Written By: IMEDBOX
Date Started: 15/05/2017
Date Of Last Edit: 15/05/2017
PastBien Save: No
Description:
Notes:
This Is Undetected Script
*/
;~ .................................................. .................................................. .................
#NoEnv
#SingleInstance Force
#WinActivateForce
SetWorkingDir %A_ScriptDir%z
CoordMode, Mouse, Window
SendMode Input
SetTitleMatchMode 2
SetControlDelay 1
SetWinDelay 0z
SetKeyDelay -1
SetMouseDelay -1
SetBatchLines -1
JoystickNumber = 0


;~ .................................................. .................................................. .................
;~ AUTOHOTKEY, Replace the #### with the number of your BDO screen ( You can see it in windows mode)
IfWinExist, Black Desert - ####
WinActivate
else
WinActivate, Black Desert - ####
;~ .................................................. .................................................. .................

Numpad0::ExitApp ;~ Press 0 To Stop Macro Application

;~ .................................................. .................................................. .................

à:: ;~Lanche macro with à
Macro1:

Send, & ;~ put potion in 1
sleep, 70
Send, é ;~ put potion in 2
sleep, 70
Send, " ;~ put potion in 3
sleep, 70
Send, ' ;~ put potion in 4
sleep, 50000

Return
05/25/2017 11:23 blacklider#582
Quote:
Originally Posted by imedbox View Post
/*
Written By: IMEDBOX
Date Started: 15/05/2017
Date Of Last Edit: 15/05/2017
PastBien Save: No
Description:
Notes:
This Is Undetected Script
*/
;~ .................................................. .................................................. .................
#NoEnv
#SingleInstance Force
#WinActivateForce
SetWorkingDir %A_ScriptDir%z
CoordMode, Mouse, Window
SendMode Input
SetTitleMatchMode 2
SetControlDelay 1
SetWinDelay 0z
SetKeyDelay -1
SetMouseDelay -1
SetBatchLines -1
JoystickNumber = 0


;~ .................................................. .................................................. .................
;~ AUTOHOTKEY, Replace the #### with the number of your BDO screen ( You can see it in windows mode)
IfWinExist, Black Desert - ####
WinActivate
else
WinActivate, Black Desert - ####
;~ .................................................. .................................................. .................

Numpad0::ExitApp ;~ Press 0 To Stop Macro Application

;~ .................................................. .................................................. .................

à:: ;~Lanche macro with à
Macro1:

Send, &
sleep, 70
Send, é
sleep, 70
Send, "
sleep, 70
Send, '
sleep, 50000

Return
Wow, thank you mate!!
05/25/2017 14:43 s3anlike#583
@[Only registered and activated users can see links. Click Here To Register...] is there a way to pick up only event item and no other trash?
05/25/2017 15:20 gygy94yo#584
Quote:
Originally Posted by s3anlike View Post
@[Only registered and activated users can see links. Click Here To Register...] is there a way to pick up only event item and no other trash?
I would like to know a way to do this too, please :D !
05/25/2017 16:36 WilliamBrujah#585
Mine seemed to pick up event items fine without grabbing trash, but it didn't pick up any Ancient Relics. The log said I found 8 of them, but 0 in my inventory or bank.