this is happening all the time while bot is actually running and fighting mobs, there is no way it can be afk but still this appears every few seconds, could it be that Fsm.AddState(new AntiAfk() { Priority = 16 }); this thing is causing this ??
I've also tried to add jumping but it simply doesn't work if wow relogged previously, works only on a fresh start, code for jumping :
robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Space);
I'm also looking for a way to close wow if it goes to the char select screen Lua ForceQuit doesn't work if char is not in game, please give a method for closing WoW on char selection if there is one.
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now