Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. function CarnageFury()
  2.   if not IsCurrentAction(25) then UseAction(25) end
  3.   if UnitHealth("target")/UnitHealthMax("target")<=.2 then cast("Execute") end
  4.   if MyRage()>29 and not OnCooldown("Bloodthirst") then cast("Bloodthirst") end  
  5.   if MyStance() ~= 3 then StanceCast("Berserker Stance") end
  6.   if MyRage()>24 and OnCooldown("Bloodthirst") then cast("Whirlwind") end
  7.   if MyRage()>9 and OnCooldown("Bloodthirst") and OnCooldown("Whirlwind") and buffed("Windfury Totem","player") then cast("Hamstring") end
  8.   if MyRage()>79 and OnCooldown("Bloodthirst") and OnCooldown("Whirlwind") and UnitHealth("target")/UnitHealthMax("target")>=.2 then cast("Heroic Strike") end
  9.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement