Register for your free account! | Forgot your password?

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

  • 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 05/23/2017, 20:28   #556
 
elite*gold: 0
Join Date: May 2017
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by †Deadly† View Post
Yup after the update it seems like the bot can't throw broken rod anymore
Well I have it set to repair my rod, not throw away a broken one.
WilliamBrujah is offline  
Old 05/23/2017, 20:51   #557
 
elite*gold: 0
Join Date: Feb 2014
Posts: 132
Received Thanks: 31
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
lenclstr746 is offline  
Old 05/23/2017, 22:11   #558
 
elite*gold: 0
Join Date: Mar 2016
Posts: 2
Received Thanks: 0
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?
strangedays is offline  
Old 05/24/2017, 00:05   #559
 
†Deadly†'s Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 224
Received Thanks: 314
Quote:
Originally Posted by CrayonCode View Post
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.
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.
†Deadly† is offline  
Old 05/24/2017, 00:12   #560
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
Quote:
Originally Posted by strangedays View Post
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?
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.

@ it doesn't work minimized if you mean that by background imagesearch.

@†Deadly† The default quest position doesn't interfere with the minigame does it?
CrayonCode is offline  
Thanks
2 Users
Old 05/24/2017, 10:02   #561
 
elite*gold: 0
Join Date: Dec 2007
Posts: 6
Received Thanks: 2
@, any chance to auto HP&MP setting?
blacklider is offline  
Old 05/24/2017, 12:57   #562
 
elite*gold: 0
Join Date: Apr 2017
Posts: 34
Received Thanks: 4
Quote:
Originally Posted by blacklider View Post
@, any chance to auto HP&MP setting?
make yours with Autohotkey it easy to do
imedbox is offline  
Old 05/24/2017, 13:38   #563
 
elite*gold: 0
Join Date: Dec 2007
Posts: 6
Received Thanks: 2
Quote:
Originally Posted by imedbox View Post
make yours with Autohotkey it easy to do
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?
blacklider is offline  
Old 05/24/2017, 17:50   #564
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
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?
Just get the coordinates where your health should be at and get the color, too.
Now you will keep checking if those coordinates have a color different from your full hp color and it will use the key you defined.
Please google everything you don't seem to understand from this basic example and refine this to your liking.

Code:
While True
	If PixelGetColor($healthbar_x_coordinate, $healthbar_y_coordinate) <> $healthbarcolor Then 
		ControlSend("BLACK DESERT - ", "", "", "your potion key")
	EndIf
	Sleep(250)
Wend
CrayonCode is offline  
Thanks
1 User
Old 05/24/2017, 18:22   #565
 
elite*gold: 0
Join Date: Apr 2014
Posts: 11
Received Thanks: 1
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.

they also aren't counted
supdood is offline  
Old 05/24/2017, 18:48   #566
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
Quote:
Originally Posted by supdood View Post
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
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
Attached Images
File Type: bmp striker_seal.bmp (614 Bytes, 61 views)
CrayonCode is offline  
Thanks
2 Users
Old 05/24/2017, 18:57   #567
 
elite*gold: 0
Join Date: Feb 2009
Posts: 67
Received Thanks: 5
how do you add new event items? i tried it but it does not seem to recognize the image i made
limital is offline  
Old 05/24/2017, 19:10   #568
 
killzone's Avatar
 
elite*gold: 100
Join Date: Mar 2006
Posts: 1,819
Received Thanks: 425
Quote:
Originally Posted by lenclstr746 View Post
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
That is impossible.
Its like you're telling a Blind Person what color is your shirt.

Quote:
Originally Posted by limital View Post
how do you add new event items? i tried it but it does not seem to recognize the image i made
NO need, just enable "Loot with R" in settings.
killzone is offline  
Old 05/24/2017, 19:32   #569
 
elite*gold: 0
Join Date: May 2014
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by CrayonCode View Post
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
Gonna try it out.

Edit: It recognize the seal fully. But cant take it if its count over 1. Can we fix this?
inuyasha101 is offline  
Old 05/24/2017, 19:45   #570
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
Quote:
Originally Posted by inuyasha101 View Post
Gonna try it out.

Edit: It recognize the seal fully. But cant take it if its count over 1. Can we fix this?
The answer is in the text you quoted...
CrayonCode 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:23.


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.