Advertisement
hlx

SoO macros

hlx
Sep 16th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. general macro parts
  2. /run SetRaidTarget("target", 8); --add skull marker
  3.  
  4. The Fallen Protectors
  5. ---------------------
  6.  
  7. #showtooltip
  8. /target [noexists][dead] Embodied Misery
  9. /target [noexists][dead] Embodied Gloom
  10. /target Embodied Sorrow
  11.  
  12.  
  13. --rudrig macro
  14. #showtooltip
  15. /target Embodied Misery
  16. /run SetRaidTarget("target", 5);
  17. /cast Reckoning
  18.  
  19. Norushen
  20. --------
  21.  
  22. add priority macro, it targets big add first and if you click it after the big add dies, it will target small add, replace "Reckoning" with an opening spell for your spec.
  23.  
  24. #showtooltip
  25. /stopcasting
  26. /cleartarget
  27. /target [noexists][dead] Unleashed Essence of Corruption
  28. /target Unleashed Manifestation of Corruption
  29. /cast Reckoning
  30.  
  31.  
  32. Sha of Pride
  33. ------------
  34.  
  35. #showtooltip
  36. /target Manifestation of Pride
  37. /cast <your_spell_name>
  38.  
  39.  
  40. Galakros
  41. --------
  42.  
  43. -- this adds priority targets: HTT > Banners > Shamans > Bonecrushers. using instant cast spells will let you quickly kill totems and banners, big adds (shamans or bonecrushers) never are up at the same time and have lower prio than banners/totem
  44.  
  45. /stopcasting
  46. /target [noexists][dead] Dragonmaw Bonecrusher
  47. /target [noexists][dead] Dragonmaw Tidal Shaman
  48. /target [noexists][dead] <banners_name>
  49. /target Healing Tide Totem
  50. /cast <instant_spell>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement