Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Black Desert
You last visited: Today at 07:33

  • 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 06/21/2017, 23:06   #856
 
†Deadly†'s Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 224
Received Thanks: 314
Project is dead ? I tried to add auto login myself, still an error '-'
†Deadly† is offline  
Old 06/22/2017, 09:11   #857
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
Quote:
Originally Posted by †Deadly† View Post
Project is dead ? I tried to add auto login myself, still an error '-'
I tryed it too but the same error i will try it again this weekend ..
s3anlike is offline  
Old 06/22/2017, 09:49   #858
 
elite*gold: 0
Join Date: May 2017
Posts: 2
Received Thanks: 0
can you add the Treasure map that we can fish from the trent lake please?
jmisterj is offline  
Old 06/22/2017, 14:43   #859
 
Sonata Arctica's Avatar
 
elite*gold: 134
Join Date: Jan 2013
Posts: 616
Received Thanks: 36
Quote:
Originally Posted by jmisterj View Post
can you add the Treasure map that we can fish from the trent lake please?
give us a picture of that map
Sonata Arctica is offline  
Old 06/22/2017, 23:41   #860
 
elite*gold: 0
Join Date: Jun 2017
Posts: 2
Received Thanks: 0
Hello. Thank you so much for this open source beauty! I'm totally newb with AutoIt, but i'm wondering if i can, for instance, make this project work with a new language (between those not currently supported)? Am i allowed to atleast try it for personal usage? I'd even post it here if i managed it

Thanks in advance
malokas is offline  
Old 06/23/2017, 14:32   #861
 
elite*gold: 0
Join Date: Jan 2009
Posts: 75
Received Thanks: 8
no purple bag found error in market place function
pinki104 is offline  
Old 06/23/2017, 15:56   #862
 
elite*gold: 0
Join Date: Jun 2017
Posts: 2
Received Thanks: 0
Thumbs up

Quote:
Originally Posted by CrayonCode View Post
We will work through resolution_settings.ini so you can create your own preset.

The resolution must allow 100% UI Scale or all dynamic Imagesearches will fail. (1280x720 for example won't work because auf max 90% UI Scale)

Presets are language and resolution specific. Since the text varies, your preset will be only be working for the language you created the preset for. (Atleast the parts that involve text like [Fishing])

Please post your custom presets in this thread with this title format:
resolution_settings[WIDTH]x[HEIGHT][LANGUAGE]
e.g. resolution_settings2560x1440FR or resolution_settings1920x1080DE

Lines that start with ; are comments and can be ignored.



[Resolution] Define your resolution. 1280x768 in this example:

The gameclient resolution will be compared with this one. If they don't match you will receive an error.



[GameStart] Define the x & y relative coordinates of the Enter and Connect buttons:


A rough x & y position is enough. We only try to click the button.
1191=662 (x=y)

628=729 (x=y)




[Fishing] Define the coordinates for the region. Look for atleast 4 Pixels on top of eachother with the Hex color 0xE4E4E4. We need to be very precise with position and color. Every pixel counts!
FishingStandby=359, 57, 913, 61, 0xE4E4E4 (CurrentStateName=x1, top, x2, bottom, color)
We will call x1 left and x2 right despite not bein a rectangle region, but 2 seperate stripes with the same top and bottom)
The script checks the left coordinate from top to bottom and the right coordinate from top to bottom.


Here we take 5 pixels from "P" on the left and "g" on the right for FishingStandby. Make sure the pixels have all the color 0xE4E4E4.
FishingStandby=359, 57, 913, 61, 0xE4E4E4 (FishingStandby=left, top, right, bottom, color)


The same for FishingCurrently:
FishingCurrently=322, 57, 936, 61, 0xE4E4E4 (FishingCurrently=left, top, right, bottom, color)


And for FishingBite:
FishingBite=413, 57, 859, 61, 0xE4E4E4 (FishingBite=left, top, right, bottom, color)


For PressIt we need the coordinate with the color 0xFFFFFF:
PressIt=529, 370, 748, 374, 0xFFFFFF (PressIt=left, top, right, bottom, color)


ReelIn describes the region where the blue bar can be pressed:
ReelIn=675, 406, 772, 423, 0x5A87C8 (ReelIn=left, top, right, bottom, defaultcolor)


LootWindow Checks the left border of the first slot in the item list.
LootWindow=898, 282, 900, 327, 46 (LootWindow=left, top, right, bottom, slotwidth)




[Restock] & [WorkerSettings] We Mostly need rough coordinates here. It doesn't have to be very precise.


NPCSearchIcon=913, 28 (NPCSearchIcon=x, y)
MapRegion=1215, 48, 1230, 50 (MapRegion=left, top, right, bottom)
Horse=44, 124 (Horse=x, y)
Boat=93, 123 (Boat=x, y)
WorkerListPosition=899, 294 (WorkerListPosition=x, y)


SellAllButton=1120, 437 (SellAllButton=x, y)




A complete example:


Those are all hard coordinates we need at the moment.
With increasing functionality there might be a need for more of those. I will keep this post up to date.
I hope people will share their presets.
If i modify the FishingStandby, FishingCurrently, FishingBite, PressIt, ReelIn and LootWindow to work in Spanish language, will the auto fishing work correctly?

Thanks
malokas is offline  
Old 06/23/2017, 22:12   #863
 
Nova1337's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 2,303
Received Thanks: 858
Guys, I've been fighting to get Beta and 0.21 to work correctly for weeks but gave up as something was breaking or not working correctly constantly.
If you want proper fish bot (no disrespect for Crayon) go here:


Not trying to promote it or anything, just letting you know way better alternative.
Nova1337 is offline  
Old 06/23/2017, 23:32   #864
 
LuigiLC's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 160
Received Thanks: 7
Quote:
Originally Posted by pinki104 View Post
no purple bag found error in market place function
i have the same problem :@
LuigiLC is offline  
Old 06/23/2017, 23:50   #865
 
elite*gold: 0
Join Date: Nov 2012
Posts: 32
Received Thanks: 28
Quote:
Originally Posted by Nova1337 View Post
Guys, I've been fighting to get Beta and 0.21 to work correctly for weeks but gave up as something was breaking or not working correctly constantly.
If you want proper fish bot (no disrespect for Crayon) go here:


Not trying to promote it or anything, just letting you know way better alternative.
idk i have no problems with beta. works amazing imo.
B)P- is offline  
Old 06/24/2017, 00:50   #866
 
Nova1337's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 2,303
Received Thanks: 858
Quote:
Originally Posted by B)P- View Post
idk i have no problems with beta. works amazing imo.
Okay then, I guess it was just me but I was constantly missing loot and seeing bot not click on relic was painful
Nova1337 is offline  
Old 06/24/2017, 08:53   #867
 
elite*gold: 0
Join Date: Nov 2004
Posts: 6
Received Thanks: 0
No problems also.
Touche is offline  
Old 06/24/2017, 10:21   #868
 
elite*gold: 0
Join Date: Jun 2011
Posts: 72
Received Thanks: 6
Quote:
Originally Posted by LuigiLC View Post
i have the same problem :@
have also the same problem
Tgff is offline  
Old 06/24/2017, 14:50   #869
 
elite*gold: 0
Join Date: Apr 2017
Posts: 2
Received Thanks: 1
Where is download?
nRuckus is offline  
Old 06/25/2017, 03:27   #870
 
elite*gold: 0
Join Date: Jul 2009
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by pinki104 View Post
no purple bag found error in market place function
Sadly in the same boat. I assume the 'purplebag' is the purple bag in the top right of the marketplace to show how much of an item is left. I wait for there to be some in bidding phase, refresh to be sure, then hit f5. Starting, error no purplebags found, stopping. Probably something simple I'm overlooking.
Lurkis 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 07:33.


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.