Siikamies2000 0 Posted March 2, 2018 Share Posted March 2, 2018 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! Link to comment https://wrobot.eu/forums/topic/8805-sit-in-combat-for-critical-hit/ Share on other sites More sharing options...
Droidz 2738 Posted March 3, 2018 Share Posted March 3, 2018 Hello, use lua code SitOrStand() Link to comment https://wrobot.eu/forums/topic/8805-sit-in-combat-for-critical-hit/#findComment-40610 Share on other sites More sharing options...
Siikamies2000 0 Posted March 4, 2018 Author Share Posted March 4, 2018 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 Link to comment https://wrobot.eu/forums/topic/8805-sit-in-combat-for-critical-hit/#findComment-40650 Share on other sites More sharing options...
Droidz 2738 Posted March 4, 2018 Share Posted March 4, 2018 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); Link to comment https://wrobot.eu/forums/topic/8805-sit-in-combat-for-critical-hit/#findComment-40658 Share on other sites More sharing options...
Recommended Posts
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