[SWSRO][ZSZC]Loader/Bot/Autopot/Silkmod

08/09/2009 01:49 Chatman#226
Oh well then, sry for the bad request... great bot tho!

What it only misses is that the bot keeps standing on one spot when no monsters respawn... perhaps you could make a option that the bot circles one specific area, so that he always has mobs to attack.

Again...<3 it! always better then handgrinding :P
08/10/2009 02:00 xPacXx#227
hey how i can download it .. i tried on links put it open just text -.-
08/10/2009 02:34 xPacXx#228
oh srry i dnload it now .. but how can i make bot running w/o me?
08/10/2009 04:04 Darkness™#229
pls add

start bot with F6 and stop bot with F5 or F7

ty
08/10/2009 05:12 I Pk I#230
Quote:
Originally Posted by Chatman View Post
Oh well then, sry for the bad request... great bot tho!

What it only misses is that the bot keeps standing on one spot when no monsters respawn... perhaps you could make a option that the bot circles one specific area, so that he always has mobs to attack.

Again...<3 it! always better then handgrinding :P
It can't do that because its a Keypresser it isn't a actual bot so it can't move around like that.
08/12/2009 09:35 PhameUs#231
And the shortcut buttons? Can someone please add them? :/
08/12/2009 11:08 sin2022#232
Bot dont stop pls fixed
08/12/2009 11:13 PhameUs#233
Quote:
Originally Posted by sin2022 View Post
Bot dont stop pls fixed
What are you talking about? The bot is fine.
It DOES stop if you press the stop button. But I hate alt-tabbing, so I want a shortcut button. x3
08/12/2009 20:33 zitodef#234
I download the bot but the bot dont select wath i need to do ?
08/12/2009 21:04 daxas#235
shit.:mad:
08/13/2009 02:56 zitodef#236
explain plz why not select the mob is posible to select?
08/13/2009 17:55 jremy#237
for hotkeys, copy paste this to ur script file after lines CharList() and ini()

Code:
HotKeySet("your key", "startt")
HotKeySet("your key", "stopp")

Func startt()
			FileDelete(GUICtrlRead($char)&".ini")
			For $i=0 To _GUICtrlListView_GetItemCount($atk)-1
				IniWrite(GUICtrlRead($char)&".ini", "atk_skill", $i+1, _GUICtrlListView_GetItemTextString($atk, $i))
			Next
			For $i=0 To _GUICtrlListView_GetItemCount($buf)-1
				IniWrite(GUICtrlRead($char)&".ini", "buf_skill", $i+1, _GUICtrlListView_GetItemTextString($buf, $i))
			Next
			$run = True
EndFunc


Func stopp()
			$run = False
EndFunc
press thanks if i helped :)
08/13/2009 20:22 Maik1#238
Quote:
Originally Posted by jeprne View Post
for hotkeys, copy paste this to ur script file after lines CharList() and ini()

Code:
HotKeySet("your key", "startt")
HotKeySet("your key", "stopp")

Func startt()
			FileDelete(GUICtrlRead($char)&".ini")
			For $i=0 To _GUICtrlListView_GetItemCount($atk)-1
				IniWrite(GUICtrlRead($char)&".ini", "atk_skill", $i+1, _GUICtrlListView_GetItemTextString($atk, $i))
			Next
			For $i=0 To _GUICtrlListView_GetItemCount($buf)-1
				IniWrite(GUICtrlRead($char)&".ini", "buf_skill", $i+1, _GUICtrlListView_GetItemTextString($buf, $i))
			Next
			$run = True
EndFunc


Func stopp()
			$run = False
EndFunc
press thanks if i helped :)
Wrong ;) start and stop not startt and stopp :P anyway doesn't work
08/13/2009 20:44 jremy#239
just function names doesnt matter :D and this works for me :P

btw i compiled it: [Only registered and activated users can see links. Click Here To Register...]
starts with F5 and stops with F6
08/13/2009 21:38 Maik1#240
Thx man. You can upload your script? Dont know whats the Fault :(
Just pasted it like you said.

Oh, and it works perfect. THANK YOU ;)