|
You last visited: Today at 16:56
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.
06/25/2017, 06:15
|
#871
|
elite*gold: 0
Join Date: Jun 2017
Posts: 18
Received Thanks: 0
|
works fine, is it possible to target more than 1 items on the market?
|
|
|
06/25/2017, 07:54
|
#872
|
elite*gold: 0
Join Date: Jun 2017
Posts: 4
Received Thanks: 0
|
Fixed all my autopathing issues by adding 2000ms sleep for mount function and npc interactions. Where is everyone fishing at? i fish in abundant inland stream.
|
|
|
06/25/2017, 17:54
|
#873
|
elite*gold: 1
Join Date: Mar 2015
Posts: 1,112
Received Thanks: 43
|
Kennt sich jemnd mit dem bot aus?
|
|
|
06/26/2017, 00:16
|
#874
|
elite*gold: 0
Join Date: Jun 2017
Posts: 1
Received Thanks: 0
|
can it be easy detected?
|
|
|
06/26/2017, 23:16
|
#875
|
elite*gold: 0
Join Date: Jun 2017
Posts: 18
Received Thanks: 0
|
@  amazing bot, did you think of adding Market notification snipe aswell?
thanks
|
|
|
06/27/2017, 01:30
|
#876
|
elite*gold: 0
Join Date: Jun 2017
Posts: 4
Received Thanks: 0
|
PHP Code:
Func BackToMount($Boat = 0) Local Static $HorseIni = StringSplit(StringStripWS(IniRead("config/resolution_settings.ini", "Restock", "Horse", "44, 124"), 8), ",", 2) ; x, y Local Static $BoatIni = StringSplit(StringStripWS(IniRead("config/resolution_settings.ini", "Restock", "Boat", "93, 123"), 8), ",", 2) ; x, y Local Static $SwapMounts = Int(IniRead("config/data.ini", "RestockSwapMounts", "Enabled", 0)) Local Const $Mount[2][2] = [[$HorseIni[0] + $ResOffset[0], $HorseIni[1] + $ResOffset[1]], [$BoatIni[0] + $ResOffset[0], $BoatIni[1] + $ResOffset[1]]] Local $Sw = 0 Sleep(500) WaitForMenu(False) Sleep(500) If Not VisibleCursor() Then CoSe("{LCTRL}") Sleep(5000) SetGUIStatus("Boat: " & $Boat & " Swap: " & $SwapMounts) If $SwapMounts = 0 Then MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1]) Sleep(5000) MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1]) Else MouseClick("right", $Mount[Mod(($Boat + 1), 2)][0], $Mount[$Boat][1]) Sleep(5000) MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1]) EndIf Sleep(1000) CoSe("t") CoSe("{ESC}") If VisibleCursor() Then CoSe("{LCTRL}") MapMovement() Return True EndFunc ;==>BackToMount
how do i increase the sleep time before it right clicks the horse, sometimes it won't set a marker it just runs. i thought i fixed it increasing the other sleep timers, every night the bot gets stuck running into a wall with no marker set.
Edit: I've tried everything to add a sleep timer before it right clicks horse icon. i've manage to make it click it twice but still no delay. If it clicks to fast it doesn't set the waypoint.
|
|
|
06/27/2017, 05:23
|
#877
|
elite*gold: 0
Join Date: Jan 2010
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by Cbiscuit
PHP Code:
Func BackToMount($Boat = 0)
Local Static $HorseIni = StringSplit(StringStripWS(IniRead("config/resolution_settings.ini", "Restock", "Horse", "44, 124"), 8), ",", 2) ; x, y
Local Static $BoatIni = StringSplit(StringStripWS(IniRead("config/resolution_settings.ini", "Restock", "Boat", "93, 123"), 8), ",", 2) ; x, y
Local Static $SwapMounts = Int(IniRead("config/data.ini", "RestockSwapMounts", "Enabled", 0))
Local Const $Mount[2][2] = [[$HorseIni[0] + $ResOffset[0], $HorseIni[1] + $ResOffset[1]], [$BoatIni[0] + $ResOffset[0], $BoatIni[1] + $ResOffset[1]]]
Local $Sw = 0
Sleep(500)
WaitForMenu(False)
Sleep(500)
If Not VisibleCursor() Then CoSe("{LCTRL}")
Sleep(5000)
SetGUIStatus("Boat: " & $Boat & " Swap: " & $SwapMounts)
If $SwapMounts = 0 Then
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
Sleep(5000)
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
Else
MouseClick("right", $Mount[Mod(($Boat + 1), 2)][0], $Mount[$Boat][1])
Sleep(5000)
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
EndIf
Sleep(1000)
CoSe("t")
CoSe("{ESC}")
If VisibleCursor() Then CoSe("{LCTRL}")
MapMovement()
Return True
EndFunc ;==>BackToMount
how do i increase the sleep time before it right clicks the horse, sometimes it won't set a marker it just runs. i thought i fixed it increasing the other sleep timers, every night the bot gets stuck running into a wall with no marker set.
Edit: I've tried everything to add a sleep timer before it right clicks horse icon. i've manage to make it click it twice but still no delay. If it clicks to fast it doesn't set the waypoint.
|
I had the same problem and after hours of trying to create a failsafe, I just gave up. I thought of trying to call the switch rod function first and if the bot is running into the wall, it would just click on the mount waypoint again that way it will redirect my movement because you can't equip the rod if you're running. Otherwise if it did make it to the fishing spot, it would go through with switching rods and actually start fishing. The only problem I ran into though was sometimes my character would make it to the fishing spot and then continue moving forward until it's too deep into the ocean to fish anymore.
|
|
|
06/27/2017, 09:00
|
#878
|
elite*gold: 0
Join Date: Jun 2017
Posts: 4
Received Thanks: 0
|
i think it would work perfect if there were 2 seconds added to every variable in the auto-restock function.
|
|
|
06/27/2017, 16:59
|
#879
|
elite*gold: 0
Join Date: Mar 2007
Posts: 54
Received Thanks: 3
|
anyone else have problem with restock where auto path doesnt stop close enough to the target npc to talk to it? happens a lot to me
|
|
|
06/27/2017, 17:31
|
#880
|
elite*gold: 0
Join Date: Jun 2017
Posts: 1
Received Thanks: 0
|
is this work with steam ver
|
|
|
06/27/2017, 18:03
|
#881
|
elite*gold: 0
Join Date: Jun 2017
Posts: 18
Received Thanks: 0
|
where do you guys auto fish for maximum revenue?
|
|
|
06/27/2017, 18:07
|
#882
|
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 1
|
works good except for when it tries to return to the mount. it is doing something wrong because it just starts running in a random direction instead of getting a mount path. i think it might be double right clicking, clearing the autopath. i tried adding a npc waypoint but those do the same thing.
Quote:
Originally Posted by nijohc
anyone else have problem with restock where auto path doesnt stop close enough to the target npc to talk to it? happens a lot to me
|
that happens alot but it should autopath to the npc a 2nd time after it does a full screen rotation and it will get close enough the 2nd time.
|
|
|
06/27/2017, 18:18
|
#883
|
elite*gold: 0
Join Date: Apr 2012
Posts: 27
Received Thanks: 1
|
Does the autopath work if you fish on the sea with a boat?
|
|
|
06/27/2017, 19:48
|
#884
|
elite*gold: 0
Join Date: Jun 2017
Posts: 13
Received Thanks: 1
|
Is this project still ongoing? It's been a while since last update.
|
|
|
06/27/2017, 20:00
|
#885
|
elite*gold: 0
Join Date: Mar 2007
Posts: 54
Received Thanks: 3
|
Quote:
Originally Posted by sumusikoo
Does the autopath work if you fish on the sea with a boat?
|
no. basically your horse or boat serves as the marker for where your fishing spot is. it will just walk around npcs then finally to horse/boat spot to resume fishing
on another note...
i find that autoit is missing clicks a lot. ie it moves mouse to coordinates, but it clicks before cursor reaches the coordinates. This happens a lot with autohotkey too when using sendmode input. screws up the auto restock quite a bit..
|
|
|
 |
|
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 +1. The time now is 16:58.
|
|