-
Posts
77 -
Joined
-
Last visited
-
Feedback
100%
Posts posted by Tazmania
-
-
new WalkingEvent(position).setMinDistanceThreshold(0).execute();
Tried it and kept getting this crash
-
Hi all
I am trying to walk to a specific tile using
getLocalWalker().walk(myTile);
however this will walk the player to the tile or any one of the surrounding ones. If the player is close (3-4 blocks away) to the position he will not walk at all.
How can I walk to THE specific position?
-
Brilliant guys thanks, also one last thing so I don't open an other thread, do you know how you can fetch if a player is skulled or not?
NVM got it from Player.getSkullIcon()
-
Hi, I have been searching round the API but can't seems to find a listener I could implement that gets executed when a game event (like A magical force stops you from moving) appears on the game log. Or is there some other way of reading these?
-
Thanks the bot.addMouseListener(yourListener) did it
-
Hi, I would like to have control when the user clicks somewhere in the client (not when the script clicks).
Is there syntax to override the OnMouseClick method?
-
Thanks for the reply
-
So this morning I bought Toph's NMZ, right after I buy it I reload the scripts in the client and the AtMercher I bought a couple of months back disappears. What happened here?
-
Does it have antiBan?
Walking to a specific tile
in Scripting Help
Posted
Same problem, walking to one of the adjacent tiles and won't walk if he is 3 tiles close to the destination.