Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Black Desert
You last visited: Today at 16:30

  • 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 04/26/2017, 21:00   #271
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
@ you said:

It works 100% if you have a boat and a horse and you click the boat first and then the horse. This is still a **** way tho.

whats the code for that?
s3anlike is offline  
Old 04/26/2017, 21:09   #272
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
Quote:
Originally Posted by CrayonCode View Post
Guys I need help for the Shoveling. I need pictures in .bmp of the possible debuffs.
check again ur pm
ahmedwork is offline  
Old 04/26/2017, 21:13   #273
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
Code:
MouseClick("right", $Mount[Mod(($Boat + 1), 2)][0], $Mount[$Boat][1])
Sleep(250)
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
First rightlick will always click the opposite of the selection.
So if you selected to walk to your boat it will click on horse then boat.
If you selected to walk to your horse it will click on the boat then on the horse
CrayonCode is offline  
Thanks
1 User
Old 04/26/2017, 21:23   #274
 
elite*gold: 0
Join Date: Mar 2017
Posts: 25
Received Thanks: 5
Only my pm dont work There are rules for PMs?
KKK76 is offline  
Old 04/26/2017, 21:32   #275
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
@ check again ur pm
ahmedwork is offline  
Old 04/26/2017, 23:18   #276
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
V0.16 is out!

Thanks to everyone helping!
Please read the Patch Notes and leave leave some feedback!

UI is a little messy but I'm to tired for now.
Presets for 1920x1080 and 1280x768 are ready. Don't forget to replace the resolution_settings.ini.
A guide to create your own preset will follow tomorrow.
CrayonCode is offline  
Thanks
3 Users
Old 04/26/2017, 23:54   #277
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
@

whats unter restock settings Waypoint NPC's?

E: Client resolution deviates from resolution_settings.ini after starting the bot?

Relogg path not work? Wrong Path problem.. (sorry its work xD, dont forget \ at the end..
s3anlike is offline  
Old 04/27/2017, 00:21   #278
 
elite*gold: 0
Join Date: Apr 2017
Posts: 4
Received Thanks: 0
@

Thanks so much for your effort here - I am using the r23 bot as I do a lot of processing. Any thoughts to add processing as a feature. Look at the features in the macrolab bot - they have a lot of flexibility in that bot. Would love to see a way to be able to process multiple items in a session.
Ralthan is offline  
Old 04/27/2017, 00:37   #279
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
Quote:
Originally Posted by s3anlike View Post
@

whats unter restock settings Waypoint NPC's?

E: Client resolution deviates from resolution_settings.ini after starting the bot?

Relogg path not work? Wrong Path problem..
Take a little time before you ask the questions. You have to select your game path not the example one I gave you.

And you didn't replace the resolution_settings.ini then. If you open it you see the resolution in the first line. If it isn't your game resolution you need to replace it with a preset for it or change your game resolution accordingly.

Waypoint NPC are just extra NPCs you can walk to in case your route gets stuck. There is a **** hint on most of the things in the UI. Just hover over the text.

@: You have to describe in detail what function you want. I'm not going to run other bots. I want to come up with my own solutions if possible.
We are doing something similar already by processing all the fish in the inventory with DryFish().
CrayonCode is offline  
Old 04/27/2017, 00:44   #280
 
elite*gold: 0
Join Date: Mar 2017
Posts: 25
Received Thanks: 5
Ty for new version!

Fish snapshot error ???
During restocking, the "Esc" key is pressed at 2 second intervals.
Back to the mount does not work for me, same as the previous version. (It crashes into the wall) (Ancado Inner Harbor)
Feed worker (mouse does not find the "confirm" button) wrong coordinates (Y)
Dry OK
KKK76 is offline  
Old 04/27/2017, 00:52   #281
 
elite*gold: 0
Join Date: Apr 2017
Posts: 4
Received Thanks: 0
@

Fair enough.

For processing I want the following.

Be able to use my pearl costume to process directly from warehouse
Be able to access the whole warehouse - not just the first 8 rows (probably not achievable - but that is what I would like)

Be able to do multistage processing. For example:
Process 2000 fir wood into fir planks, then process those planks into plywood, and place back in warehouse. The planks probably get put in the first position in my bag, so that could work.

Be able to do a set count of items (e.g 5000 fir - but not do the planks into plywood)
create a large list of items to process, e.g. 2000 fir, 4000, pine, 1000 iron ore..etc.

Be able to craft multiple things together - like to make metal solvent

Thats all I have right now.

Have you ever thought of adding cooking? e.g. to be able to craft x amount of beer?
Ralthan is offline  
Old 04/27/2017, 01:04   #282
 
elite*gold: 0
Join Date: Mar 2011
Posts: 108
Received Thanks: 8
Quote:
Originally Posted by CrayonCode View Post
Take a little time before you ask the questions. You have to select your game path not the example one I gave you.

And you didn't replace the resolution_settings.ini then. If you open it you see the resolution in the first line. If it isn't your game resolution you need to replace it with a preset for it or change your game resolution accordingly.

Waypoint NPC are just extra NPCs you can walk to in case your route gets stuck. There is a **** hint on most of the things in the UI. Just hover over the text.

@: You have to describe in detail what function you want. I'm not going to run other bots. I want to come up with my own solutions if possible.
We are doing something similar already by processing all the fish in the inventory with DryFish().
everything works good but one problem is after disconnecting char is staying on the boat that will be a problem if he wanna walk back .. need to add a random thing like Space to jump over..
s3anlike is offline  
Old 04/27/2017, 01:25   #283
 
elite*gold: 0
Join Date: Apr 2017
Posts: 6
Received Thanks: 1
Quote:
Originally Posted by KKK76 View Post
Ty for new version!

Fish snapshot error ???
During restocking, the "Esc" key is pressed at 2 second intervals.
Back to the mount does not work for me, same as the previous version. (It crashes into the wall) (Ancado Inner Harbor)
Feed worker (mouse does not find the "confirm" button) wrong coordinates (Y)
Dry OK
I got the same error as well
Already replace the resolution_settings for 1920x1080

v.15 work fine for me until this patch, download v.16 and it just wont recognize the capcha (it calculate the inventory fine i think)
nguyennk91 is offline  
Old 04/27/2017, 01:27   #284
 
elite*gold: 0
Join Date: Apr 2017
Posts: 108
Received Thanks: 199
@ Which resolution and clientmode are you using?

Like I said before. You have to be in the right state for the mount. The right state is clicking the horse icon twice and a path is drawn. If that doesn't happen autorestock will fail. So test it yourself beforehand.
Have you tried enabling [RestockSwapMounts] in the data.ini ? (Works only if you have both horse and boat)

It SHOULD press Esc AND turn the camera. This happens when your char doesn't walk close enough to the npc or another npc is overlapping.

Please just start the script from scite to see the console output and post it via pastebin.
I don't like playing charades and guessing blindly.


@ do you have 1920 native resolution and run bdo in window mode? Because that's actually a smaller resolution then. Try fullscreen and also post the consoleoutput. The captcha should only fail if something is wrong with the screen offset.

@: Checking the storage should be no problem, since we also check all 192 Inventory slots.
I have no idea how the costume works tho since I don't own one.
CrayonCode is offline  
Old 04/27/2017, 01:37   #285
 
elite*gold: 0
Join Date: Apr 2017
Posts: 6
Received Thanks: 1
Quote:
Originally Posted by CrayonCode View Post
@ Which resolution and clientmode are you using?

Like I said before. You have to be in the right state for the mount. The right state is clicking the horse icon twice and a path is drawn. If that doesn't happen autorestock will fail. So test it yourself beforehand.
Have you tried enabling [RestockSwapMounts] in the data.ini ? (Works only if you have both horse and boat)

It SHOULD press Esc AND turn the camera. This happens when your char doesn't walk close enough to the npc or another npc is overlapping.

Please just start the script from scite to see the console output and post it via pastebin.
I don't like playing charades and guessing blindly.


@ do you have 1920 native resolution and run bdo in window mode? Because that's actually a smaller resolution then. Try fullscreen and also post the consoleoutput. The captcha should only fail if something is wrong with the screen offset.

I used windows fullscreen as always (v.15 working so i dont think it's the problem).
I did try to reloadui as well (all the scaling is 100% since i never touch them)

nevermind
Working now .... i did a series of changing resolution then reloadui then switch resolution mode ... now it detects the riddle
Prob something weird with the client
nguyennk91 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 16:30.


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.