Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. cancel ind i war stomp
  2. /run SpellStopCasting() CastSpellByName("War Stomp")
  3. Auto targeting og spell / melee
  4. /script if GetUnitName("target")==nil then TargetNearestEnemy() end
  5. /run if CheckInteractDistance("target", 3) and (not PlayerFrame.inCombat) then AttackTarget()
  6. elseif not IsAutoRepeatAction(3) then CastSpellByName("Wrath") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement