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
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.walkTo(path[0].x, path[0].y))
to
Code:
if (Pather.teleportTo(path[0].x, path[0].y))
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
Bookmarks