March 2, 20188 yr Is it possible to make my fightclass sit down for a critical hit in combat for Enrage buff? Trying to make the best fightclass for my vanilla warrior I possibly can!
March 4, 20188 yr Author 18 hours ago, Droidz said: Hello, use lua code SitOrStand() Got it workin, but it spams it now. is there a way to get it just sit down for like 2 seconds? Thanks in advance
March 4, 20188 yr To stop fightclass for 2 seconds you can try to use this c# code: wManager.Wow.Helpers.Lua.LuaDoString("SitOrStand()"); System.Threading.Thread.Sleep(2000);
Create an account or sign in to comment