Advertisement
Guest User

macro

a guest
Mar 4th, 2024
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | Gaming | 0 0
  1. ---BOONS---
  2. /use Mythical Boon: Ascension
  3. /use Mythical Boon: Wrathful
  4. /use Mythical Boon: Critical
  5. /use Mythical Boon: Ruthlessness
  6. /use Mythical Boon: Momentum
  7. /use Mythical Boon: Piercing
  8. /use Mythical Boon: Adaptation
  9. /use Mythical Boon: Bountiful
  10. /use Mythical Boon: Sanctuary
  11. /use Mythical Boon: Sanctified
  12. /use Mythical Boon: Infinity
  13. /use Mythical Boon: Phasewalk
  14. /use Mythical Boon: Inquisition
  15.  
  16. ---MANASTORM ELIXIRS---
  17. #showtooltip
  18. /castsequence Harm Repellant Remedy, Incantation Intensifier, Long Haul Liquid, Rage Rush Solution
  19.  
  20. ---GREEDY DEMONS---
  21. /tar Greedy Demon
  22. /script if UnitName("target") and not UnitIsDead("target") and not GetRaidTargetIndex("target") then SetRaidTargetIcon("target",1); end
  23. /cleartarget [dead]
  24. /cast Mind Vision
  25.  
  26. ---DUELING DAILY---
  27. /forfeit
  28. /duel
  29.  
  30. ---GENERAL CASTSEQUENCE---
  31. #showtooltip
  32. /castsequence reset=4 mortal strike, overpower
  33. /use heroic strike
  34. /startattack
  35.  
  36. ---CURSOR TARGET---
  37. #showtooltip
  38. /use [@cursor] water nova
  39.  
  40. ---SELF TARGET---
  41. #showtooltip
  42. /use [@player] water nova
  43.  
  44. ---PET TARGET---
  45. #showtooltip
  46. /use [@pet] water nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement