December 23, 20178 yr Hey Guys, I have searched everywhere for a script/plugin/option that uses Sit option for regen if there are no available food. Now my guy is just standing there like a pole looking like an obvoius bot. Please do help! Thanks
December 23, 20178 yr You can create a plugin with the following code - just modify the loop in any free plugin here on the forums: if (robotManager.Helpful.Logging.Status == "Regeneration") { if (!wManager.Wow.ObjectManager.ObjectManager.Me.IsSitting) { wManager.Wow.Helpers.Move.SitStandOrDescend(); Thread.Sleep(1000); } }
Create an account or sign in to comment