Try Wheat and Barley side by side and check if they get confused.Quote:
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
sure thing ;) here is the resultsQuote:
Try Wheat and Barley side by side and check if they get confused.
Did you use normal imagesearch with shadevariation and without transparency?Quote:
sure thing ;) here is the results
Using normal imagesearch and Emgucv
btw try with two images
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 workedQuote:
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.
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?
Wow, thank you mate!!Quote:
/*
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
I would like to know a way to do this too, please :D !Quote:
@[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?