07-08-2012, 04:49 PM
Hello and thanks for the reply (in advance)
I'm currently leeching using kolton and it's by far my favourite leeching bot. So here's my problem well not technically a problem.
I have this to true
It works really awesome just that it's walking and yea i know it's meant to walk rather than teleport but I would like it to work in a way that my toon teleport. Well common sense tell me to edit the file at Kolbot\d2bs\kolbot\libs\bots\Wakka.js and change the to and yea it failed.
How can i change my action from walking to teleport?
- - - Updated - - -
Well it works. I think its because i save it to words rather than notepad
I'm currently leeching using kolton and it's by far my favourite leeching bot. So here's my problem well not technically a problem.
I have this to true
Code:
Scripts.Wakka = true; // Walking chaos leecher with auto leader assignment, stays at safe distance from the leeader
It works really awesome just that it's walking and yea i know it's meant to walk rather than teleport but I would like it to work in a way that my toon teleport. Well common sense tell me to edit the file at Kolbot\d2bs\kolbot\libs\bots\Wakka.js and change the
Code:
if (Pather.[COLOR=#ff0000]walkTo[/COLOR](path[0].x, path[0].y))
Code:
if (Pather.[COLOR=#ff0000]teleportTo[/COLOR](path[0].x, path[0].y))
How can i change my action from walking to teleport?
- - - Updated - - -
Well it works. I think its because i save it to words rather than notepad