Quote:
Originally Posted by buyllla2
just paste here each of the bots code or github links. would love to look into it.
for curisity what esactly the market bot do? (just the part that u want to share without dmging ur income)
|
It fight against some other bots running in the market that try to lower the price on any iteam.. To get them cheaper
The bot catch the other bot buying his to cheap stuff and resell it with better price
Quote:
Originally Posted by Koolpvper
Any chance to take a look at your skip/dialogue autopot script? Maybe we all could share some stuff here and help improve together
|
HotKeySet ("{f8}","myexit")
HotKeySet ("{f7}","mypaus")
HotKeySet ("{f6}","mystart")
Func mystart ()
$go = 1
EndFunc
Func mypaus ()
$go = 0
EndFunc
Func myExit()
Exit
EndFunc
Global $go =0
global $dialog =0
Func healf1()
Global $healf1 = PixelSearch(814,965,814,965,0x0B0805,20) ; search your coordinates where you use normal pots
If IsArray ($healf1) Then
send ("{F1}")
Else
Sleep (1)
Endif
EndFunc
Func heal()
Global $heal1 = PixelSearch(796,965,796,965,0x0B0805,20); search your coordinates where you like to heal with %pots
If IsArray ($heal1) Then
send ("1")
Else
Sleep (1)
EndIf
EndFunc
Func dialog()
Global $found = PixelSearch(1764,1028,1778,1044,0x27313C,0); searching if you are in a dialog
If IsArray ($found) Then
global $dialog =1
send ("G")
Sleep(10)
Else
global $dialog =0
Sleep (1)
EndIf
EndFunc
While(1)
If $go = 1 Then
healf1()
sleep(5)
heal()
sleep(5)
dialog()
sleep(5)
Do
If $dialog =1 Then
Send("G")
Sleep(10)
dialog()
Else
Sleep(10)
EndIf
Until $dialog =0 or $go =0
Else
sleep(10)
EndIf
WEnd
-----
Here you are you can copy and paste.
You should notice i was doing that on 1920x1080 resolution pots should be on F1 and 1 and.
It spamming g on dialog because my thumps was burning at the start of the game haha.
Also it heals you on i dont really remeber 80%
and 60 %
You should edit that location probably
I did not use that for an long time when it not work just give me an message
Use autoit sciTE - edit script press F5 wait some seconds then you can use F6 to start the script and F7 to pause F8 would stop the script greetings.
Iam not at home at the moment... Teamviewer helps me to copy and paste for you haha
For Chaosdungeon level 1 / 2 loop bot i would first know your class because i used it on beserk and as you all know that class move with nearly every mainspell haha so i needet to compensate that to make him work. But i did not use him in the last months because it is not worth and heard from gms checking players online time and check them
I would need some time to make the code good looking i just wrote that in some minutes and haha need to tidy up
But i think here in the forum are some other
With overlay for smart use i prefer my scripts only in the background without buttons or stuff and i think that could be a problem for some people.