just pulse this, Code: Styx.StyxWoW.ResetAfk() its cleaner, and then your not really pulsing useless movement.
Updated from 1.0 to 1.1, made sure that when aeonaxx or similiar comes the bot still won't be anti-afking (which does lock the bot, thanks raphus for reminding me of the bot being single threaded) So if your in combat or are moving or is falling then it won't run until your not.
Its working, but it will keep moving and will not stop untill u stop it! i changed: Code: WoWMovement.Move(WoWMovement.MovementDirection.Forward) to: Code: WoWMovement.Move(WoWMovement.MovementDirection.JumpAscend) Now it will Jump once; And its working perfect! Thanks for your plugin!
Giwin is possible to change the "when its afk flagged" for a timer ? like... 50 sec without moving...? Im thinking of it because my bot sometimes freezes on a place and dont move.. and do nothing.. when i hit jump.. or to move to any direction he "wakes up" and continue farming... so i was using ur plugin to move when he comes to afk. I managed to keep on farm.. but sometimes he still looses 10 min doing nothing =/ So i need to put him on /afk on.. 50 sec or something like that... What do you think?