if InMeleeRange() and InCombat() and not buffed ("Blood Craze") or ("Enrage") then
"/sit until buffed"<---- Not sure how to write the code for sitting until buffed then stop sitting. Any help would be great. Only novice at writing code.
1 comment
Like
1 Comment
Jesse E Smyle
Oct 31, 2018
found these two commands DoEmote("SIT") or SitOrStand() not sure if this is how it should be written.
if InMeleeRange() and InCombat() and not buffed ("Blood Craze","Enrage") then SitOrStand() end
found these two commands DoEmote("SIT") or SitOrStand() not sure if this is how it should be written.
if InMeleeRange() and InCombat() and not buffed ("Blood Craze","Enrage") then SitOrStand() end