Insert current waypoint
Posted: Wed Sep 16, 2009 12:32 am
Just curious if this is already possible. No need to do it if it isn't?
Is there a way to edit the waypoints so that they always reflect where a player is at currently?
ie. I made a file to clear my blacklist.
Next time I run it instead of moving to that point I want it to just stay wherever the player is at the time. So like:
Again, not looking for this to be an added feature, just wondering if it currently is a possibility to use the bot outside of waypoints.
Is there a way to edit the waypoints so that they always reflect where a player is at currently?
ie. I made a file to clear my blacklist.
Code: Select all
<waypoints>
<!-- # 1 --><waypoint x="-6477" z="4925">
player:mouseclickL(84, 172, 814, 628);
player:mouseclickL(237, 413, 814, 628);
__WPL:reverse();
</waypoint>
</waypoints>
Code: Select all
<!-- # 1 --><waypoint x=player.locx z=player.locy>
or
x = player.locx
y = player.locy
<!-- # 1 --><waypoint x=x z=y>