Advertisement
Hozitojones

macros

May 13th, 2024 (edited)
2,594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. /cast [target=focus] Mana Burn
  2.  
  3. #showtooltip dispersion
  4. /cancelaura dispersion
  5.  
  6. /stopcasting
  7. /cast Psychic Horror
  8.  
  9. /stopcasting
  10. /cast [target=arena2] Psychic Horror
  11.  
  12. #showtooltip
  13. /stopcasting
  14. /cast [target=arena3] Psychic Horror
  15.  
  16. /stopcasting
  17. /cast [target=arena1] Psychic Horror
  18.  
  19. /cast [@focus] Dispel Magic
  20.  
  21. #showtooltip Divine Hymn
  22. /cast [nochanneling:Divine Hymn] Divine Hymn
  23.  
  24. /cast [target=Shadowfiend] Fear Ward
  25.  
  26. /focus arena1
  27.  
  28. /cast [target=mouseover,exists] Leap of Faith;Leap of Faith
  29.  
  30. "LAST IN FRAMES"
  31. /run LoadAddOn("Blizzard_CompactRaidFrames") CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,"player") then return false elseif UnitIsUnit(t2,"player") then return true else return t1 < t2 end end CompactRaidFrameContainer.flowSortFunc=CRFSort_Group
  32.  
  33. #showtooltip
  34. /cast [@focus] Mana Burn
  35.  
  36. #showtooltip
  37. /cast !Mass Dispel
  38.  
  39. #showtooltip Power Infusion
  40. /cast [target=arena2] Mana Burn
  41.  
  42. #showtooltip Pain Suppression
  43. /cast [target=arena3] Mana Burn
  44.  
  45. #showtooltip Fear Ward
  46. /cast [target=arena1] Mana Burn
  47.  
  48. #showtooltip Silence
  49. /cast [nochanneling]Mind Flay
  50.  
  51. #showtooltip
  52. /cast [nochanneling]Mind Sear
  53.  
  54. /target party1
  55.  
  56. /target party2
  57.  
  58. #showtooltip
  59. /cast [target=mouseover,exists] Penance;Penance
  60.  
  61. /cast [@player] Power Infusion
  62.  
  63. #showtooltip
  64. /stopcasting
  65. /cast [@focus] Psychic Horror
  66.  
  67. "shackle garg"
  68. #showtooltip Shackle Undead
  69. /targetexact [exists,harm] Ebon Gargoyle
  70. /stopmacro [noexists]
  71. /cast [@target,harm] Shackle Undead();
  72. /cast [@arenapet1,exists] Shackle Undead();
  73. /cast [@arenapet2,exists] Shackle Undead();
  74. /targetlasttarget
  75.  
  76. /cast !shadowform
  77.  
  78. #showtooltip
  79. /stopcasting
  80. /cast Silence
  81.  
  82. #showtooltip
  83. /stopcasting
  84. /cast [target=arena2] Silence
  85.  
  86. #showtooltip
  87. /stopcasting
  88. /cast [target=arena3] Silence
  89.  
  90. #showtooltip
  91. /stopcasting
  92. /cast [target=arena1] Silence
  93.  
  94. #showtooltip
  95. /stopcasting
  96. /cast [@focus] Silence
  97.  
  98. #showtooltip
  99. /target [@arenapet1]
  100. /target [@arenapet2]
  101. /target [@arenapet3]
  102.  
  103. #showtooltip
  104. /cast [target=mouseover,exists] !shoot;!shoot
  105.  
  106. #showtooltip Archangel
  107. /use Vicious Gladiator's Badge of Dominance
  108. /cast Archangel
  109.  
  110. #showtooltip
  111. /cast [target=mouseover,exists] Binding Heal;Binding Heal
  112.  
  113.  
  114. #showtooltip
  115. /cast [target=mouseover,exists] Dispel Magic;Dispel Magic
  116.  
  117.  
  118. #showtooltip
  119. /cast [@party1] Dispel Magic
  120. END
  121.  
  122. #showtooltip
  123. /cast [@party2] Dispel Magic
  124.  
  125. #showtooltip
  126. /cast [@player] Dispel Magic
  127.  
  128. #showtooltip
  129. /cast [target=mouseover,exists] Fear Ward;Fear Ward
  130.  
  131. #showtooltip
  132. /cast [target=mouseover,exists] Flash Heal;Flash Heal
  133.  
  134. #showtooltip
  135. /cast [target=mouseover,exists] Greater Heal;Greater Heal
  136.  
  137. /cast [target=focus] Mind Control
  138.  
  139. #showtooltip
  140. /cast [@player] Penance
  141.  
  142. #showtooltip
  143. /cast [target=mouseover,exists] Power Infusion;Power Infusion
  144.  
  145. #showtooltip
  146. /cast [target=mouseover,exists] Prayer of Mending;Prayer of Mending
  147.  
  148. #showtooltip
  149. /cast [target=mouseover,exists] Renew;Renew
  150.  
  151. #showtooltip
  152. /cast [nomod, nopet] Shadowfiend
  153. /petattack
  154. /cast Shadowcrawl
  155.  
  156. #showtooltip
  157. /cast [target=mouseover,exists] Power Word: Shield;Power Word: Shield
  158.  
  159. #showtooltip Shadow Word: Death
  160. /stopcasting
  161. /cast [@target,harm] Shadow Word: Death
  162. /stopmacro[@harm]
  163. /targetenemy
  164.  
  165. /STOPCASTING
  166. /cast [@focus] Shadow Word: Death
  167.  
  168. #showtooltip
  169. /stopcasting
  170. /cast [@player] Fear Ward
  171.  
  172.  
  173.  
  174.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement