Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. /assist maintankname
  2. /script if UnitMana("player") < 15 then CastSpellByName("Adrenaline Rush") end;
  3. /script if not IsCurrentAction(24) then UseAction(24) end
  4. /run if comboPoints()==5 then cast("Eviscerate") elseif buffed("Slice and Dice") then cast("Sinister Strike") elseif comboPoints()==0 then cast("Sinister Strike") else cast("Slice and Dice") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement