Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Black Desert
You last visited: Today at 05:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[AutoIt] CrayonCode Bot Project (OpenSource & Free)

Discussion on [AutoIt] CrayonCode Bot Project (OpenSource & Free) within the Black Desert forum part of the MMORPGs category.

Reply
 
Old 07/12/2017, 23:14   #946
 
elite*gold: 0
Join Date: Feb 2007
Posts: 9
Received Thanks: 0
its so easy to fix, you just need to update the reference pos
metrosound is offline  
Old 07/12/2017, 23:23   #947
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
Quote:
Originally Posted by metrosound View Post
its so easy to fix, you just need to update the reference pos
Reference Pos? where? of what?
s3anlike is offline  
Old 07/12/2017, 23:39   #948
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
Quote:
Originally Posted by metrosound View Post
its so easy to fix, you just need to update the reference pos
if you fixed it you should provide a changelog including what exactly got changed and which lines and files are affected.
Vyndariel is offline  
Thanks
2 Users
Old 07/13/2017, 02:20   #949
 
elite*gold: 0
Join Date: Jul 2017
Posts: 16
Received Thanks: 11
I got this to work by changing the tolerance of the inventory search. That was causing the issue, just that it couldn't detect the inventory was open, and thus couldn't move forward.

Check this out:

Edit the "CrayonCode_Fishing.au3" file, and go to line 378, it should be:

Code:
		$IS = _ImageSearchArea("res/reference_inventory.png", 0, $Res[0], $Res[1], $Res[2], $Res[3], $C[0], $C[1], 10, 0)
I changed it to this:

Code:
		$IS = _ImageSearchArea("res/reference_inventory.png", 0, $Res[0], $Res[1], $Res[2], $Res[3], $C[0], $C[1], 15, 0)
The change was changing the 'tolerance' of the image search from 10 (color shade variation) to 15.

You can also get it to work by clipping a new reference image of the inventory bag, and using that (worked for me leaving it at 10 with a new image).

I'm attaching the image that works at 10 for me, if you don't want to edit the code, however this is based on my screen's settings (using NoContrast screen filter in BDO settings).

To use this, just rename it to "reference_inventory" instead of "reference_inventory_new", and replace the file under "\CrayonCode-BDO-Project-master\res\".

BTW CrayonCode, I love this, and I love AutoIt. Your bot is actually helping me learn more, so I really appreciate your work, hope that you come back and keep updating/ adding things.
Attached Images
File Type: png reference_inventory_new.png (16.7 KB, 491 views)
Rodent11 is offline  
Thanks
8 Users
Old 07/13/2017, 02:48   #950
 
elite*gold: 0
Join Date: Oct 2011
Posts: 13
Received Thanks: 2
Quote:
Originally Posted by Rodent11 View Post
I got this to work by changing the tolerance of the inventory search. That was causing the issue, just that it couldn't detect the inventory was open, and thus couldn't move forward.

Check this out:

Edit the "CrayonCode_Fishing.au3" file, and go to line 378, it should be:

Code:
		$IS = _ImageSearchArea("res/reference_inventory.png", 0, $Res[0], $Res[1], $Res[2], $Res[3], $C[0], $C[1], 10, 0)
I changed it to this:

Code:
		$IS = _ImageSearchArea("res/reference_inventory.png", 0, $Res[0], $Res[1], $Res[2], $Res[3], $C[0], $C[1], 15, 0)
The change was changing the 'tolerance' of the image search from 10 (color shade variation) to 15.

You can also get it to work by clipping a new reference image of the inventory bag, and using that (worked for me leaving it at 10 with a new image).

I'm attaching the image that works at 10 for me, if you don't want to edit the code, however this is based on my screen's settings (using NoContrast screen filter in BDO settings).

To use this, just rename it to "reference_inventory" instead of "reference_inventory_new", and replace the file under "\CrayonCode-BDO-Project-master\res\".

BTW CrayonCode, I love this, and I love AutoIt. Your bot is actually helping me learn more, so I really appreciate your work, hope that you come back and keep updating/ adding things.
Nice find! If anyone was unsure, in the new update they changed a few details about the recycling icon (slight colour change) amongst other things. That's probably where the issue arose.
Hahahahahahahahaha is offline  
Old 07/13/2017, 04:19   #951
 
tonren's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 63
Received Thanks: 34
whats the rate to get detection `ban` with this bot?
tonren is offline  
Old 07/13/2017, 05:48   #952
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
Hey Nice work detection work, but mousewheeling is not working this is not 100% the fix of it?!
s3anlike is offline  
Old 07/13/2017, 06:42   #953
 
elite*gold: 20
Join Date: Feb 2006
Posts: 1,935
Received Thanks: 1,859
Quote:
Originally Posted by Rodent11 View Post

Edit the "CrayonCode_Fishing.au3" file, and go to line 378, it should be:

Code:
        $IS = _ImageSearchArea("res/reference_inventory.png", 0, $Res[0], $Res[1], $Res[2], $Res[3], $C[0], $C[1], 10, 0)
I changed it to this:

Code:
        $IS = _ImageSearchArea("res/reference_inventory.png", 0, $Res[0], $Res[1], $Res[2], $Res[3], $C[0], $C[1], 15, 0)
works like a charm for me, incl. scrolling (github version)
Vyndariel is offline  
Old 07/13/2017, 07:00   #954
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
So whats the difference between v.20 and github version what can be the reason for not scrolling down any ideas?
s3anlike is offline  
Old 07/13/2017, 07:03   #955
 
elite*gold: 0
Join Date: Jul 2017
Posts: 16
Received Thanks: 11
Quote:
Originally Posted by s3anlike View Post
Hey Nice work detection work, but mousewheeling is not working this is not 100% the fix of it?!
I have no issues with scrolling without changing anything else. What happens when it gets to the point where it tries to scroll? Watch the mouse, does it get all the way over into the inventory? If not, the scrolling isn't going to be sent into the inventory to actually move it.

Are you able to manually scroll the inventory? If not, there's something else going on.

Also, can you include the log from when you run the script (new start) to when it fails?
Rodent11 is offline  
Old 07/13/2017, 09:04   #956
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
I can scroll down self .. i think the log will nothing show im at work >,< post it later
s3anlike is offline  
Old 07/13/2017, 09:16   #957
 
91280's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Rodent11 View Post
I got this to work by changing the tolerance of the inventory search.
Nice work, Rodent! This explains why my efforts weren't working.
91280 is offline  
Old 07/13/2017, 11:41   #958
 
elite*gold: 0
Join Date: May 2014
Posts: 258
Received Thanks: 12
detection rate in terms of bans?
LoL-PaxJax Sale is offline  
Old 07/13/2017, 12:24   #959
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
No bann use it there no memory injection!

Quote:
Originally Posted by Rodent11 View Post
I have no issues with scrolling without changing anything else. What happens when it gets to the point where it tries to scroll? Watch the mouse, does it get all the way over into the inventory? If not, the scrolling isn't going to be sent into the inventory to actually move it.

Are you able to manually scroll the inventory? If not, there's something else going on.

Also, can you include the log from when you run the script (new start) to when it fails?
Im on v.20 not the github version i need the relog snd restock function

PS: Join to Discord
s3anlike is offline  
Old 07/13/2017, 12:26   #960
 
elite*gold: 0
Join Date: May 2014
Posts: 258
Received Thanks: 12
is crayon still working on this project?
LoL-PaxJax Sale is offline  
Reply


Similar Threads Similar Threads
[Opensource] PokeMMO Autoit bots
01/12/2014 - Pokemon - 117 Replies
DON'T USE THIS UNTIL WE FIND A WAY TO WORK AROUND THE CAPTCHA!!! Gnomepy's PokeMMO bot V6.1 *31 january 2013* Functions: -Heals when hp/pp is low -Catches shiny's -Train EV (currently only Attack, Speed and Sp.Attack are added)
[OPENSOURCE PROJECT] BROWSERGAME
02/06/2012 - Web Development - 8 Replies
HEYHO Leute :D , Ich suche Leute die Lust hätten mit mir ein eigenes Browsergame zu erstellen. Also ich bräuchte ein ganzes Team so wie Sponsoren usw. Wir Brauchen Programmierer Und eine Idee. Was genau wir veröffentlichen wollen. Alle die Vielleicht nicht mit machen wollen aber eine idee haben bitte in den Kommis Schreiben LG StreetFight
[OpenSource Project] C++ CoCore
01/26/2011 - CO2 Private Server - 59 Replies
Alright, I think I'm done with the lurking for now.. The main reason of me starting this project is to get some people to use C++ instead of C#. There are a few members who I believe have potential, and I think those are pretty much the ones who will take interests into this project. What is this CoCore, and what does it contain?: Unknown (?) Yes.. Unknown. I think I want the members who are interested to provide me with a list of things that should be put in, for example, custom...
Farmville Automatizer OPENSOURCE free bot [AutoIT]
04/05/2010 - Facebook - 2 Replies
Farmville Automatizer released! Open Source >>> Download <<<



All times are GMT +2. The time now is 05:28.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.