I use this for a basic auto clicker to run my own DPS addons. The way point will randomly pause, usually after a fight with a few mini bosses or zone changes.
My only fix is to close the client and restart the bot, if I dont restart the client the bot will start up as paused.
I am using this on my own server using v6.3 files and client with bot version 1.04 and 1.05 (both do that same thing).
The waypoint is simple, it will run forever basically
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<waypoints>
<onLoad>
local meow = 1
repeat
keyboardPress(key.VK_F11);
yrest(150)
until meow == 999
</onLoad>
</waypoints>