Advertisement
Hozitojones

MACROS

Sep 25th, 2022 (edited)
5,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. Mouse Over Macros:
  2.  
  3. #showtooltip
  4. /cast [target=mouseover,exists] Binding Heal;Binding Heal
  5.  
  6. #showtooltip
  7. /cast [target=mouseover,exists] Dispel Magic;Dispel Magic
  8.  
  9. #showtooltip
  10. /cast [target=mouseover,exists] Fear Ward;Fear Ward
  11.  
  12. #showtooltip
  13. /cast [target=mouseover,exists] Flash Heal;Flash Heal
  14.  
  15. #showtooltip
  16. /cast [target=mouseover,exists] Greater Heal;Greater Heal
  17.  
  18. #showtooltip
  19. /cast [target=mouseover,exists] Prayer of Mending;Prayer of Mending
  20.  
  21. #showtooltip
  22. /cast [target=mouseover,exists] Renew;Renew
  23.  
  24. #showtooltip
  25. /cast [target=mouseover,exists] Power Word: Shield;Power Word: Shield
  26.  
  27. #showtooltip
  28. /cast [target=mouseover,exists] Greater Heal;Greater Heal
  29.  
  30. #showtooltip
  31. /cast [target=mouseover,exists] Power Infusion;Power Infusion
  32.  
  33.  
  34. Dispel Macros:
  35.  
  36. #showtooltip
  37. /cast [@party1] Dispel Magic
  38.  
  39. #showtooltip
  40. /cast [@party2] Dispel Magic
  41.  
  42. #showtooltip
  43. /cast [@player] Dispel Magic
  44.  
  45. #showtooltip
  46. /cast [target=focus] Dispel Magic
  47.  
  48. Fear Ward macros:
  49. #showtooltip
  50. /cast [target=mouseover,exists] Fear Ward;Fear Ward
  51.  
  52. #showtooltip
  53. /stopcasting
  54. /cast [@player] Fear Ward
  55.  
  56. #showtooltip
  57. /cast [target=Shadowfiend] Fear Ward
  58.  
  59.  
  60. Shadowfiend macro:
  61. #showtooltip
  62. /cast [nomod, nopet] Shadowfiend
  63. /petaggressive
  64. /petattack
  65. /cast Shadowcrawl
  66.  
  67. SW CC:
  68. #showtooltip Shadow Word: Death
  69. /stopcasting
  70. /cast [@target,harm] Shadow Word: Death
  71. /stopmacro[@harm]
  72. /targetenemy
  73.  
  74. Pennance Self:
  75. #showtooltip
  76. /cast [@player] Penance
  77.  
  78. Mc St
  79. #showtooltip Inner focus
  80. /cast [target=focus] Mind Control
  81.  
  82.  
  83. Cancelaura Dispersion
  84. #showtooltip dispersion
  85. /cancelaura dispersion
  86.  
  87. Psychic Horror Arena 1/2/3
  88. #showtooltip
  89. /cast [target=arena1] Psychic Horror
  90.  
  91. #showtooltip
  92. /cast [target=arena2] Psychic Horror
  93.  
  94. #showtooltip
  95. /cast [target=arena3] Psychic Horror
  96.  
  97. Psychic ST
  98. #showtooltip
  99. /cast [@focus] Psychic Horror
  100.  
  101.  
  102. Silence 1/2/3
  103. #showtooltip
  104. /cast [target=arena1] Silence
  105.  
  106. #showtooltip
  107. /cast [target=arena2] Silence
  108.  
  109. #showtooltip
  110. /cast [target=arena3] Silence
  111.  
  112. Silence st
  113. #showtooltip
  114. /cast [@focus] Silence
  115.  
  116. Arena target 1/2/3
  117. /target arena1
  118. /target arena2
  119. /target arena3
  120.  
  121. Focus 1/2/3
  122. /focus arena1
  123. /focus arena2
  124. /focus arena3
  125.  
  126. Shadowform
  127. #showtooltip
  128. /cast !shadowform
  129.  
  130. Wand
  131. #showtooltip
  132. /cast !shoot
  133.  
  134. Shackle Gargoyle
  135. #showtooltip
  136. /target [harm] Ebon Gargoyle
  137. /cast Shackle Undead
  138. /targetlasttarget
  139.  
  140.  
  141. Mind control arena 1/2/3
  142. #showtooltip
  143. /cast [target=arena1] Mind control
  144. #showtooltip
  145. /cast [target=arena2] Mind control
  146. #showtooltip
  147. /cast [target=arena3] Mind control
  148.  
  149. Party 1/2
  150. /target party1
  151. /target party2
  152.  
  153. Divine Hym
  154. #showtooltip Divine Hymn
  155. /cast Inner Focus
  156. /cast Divine Hymn(Rank 1)
  157.  
  158. #showtooltip Shackle Undead
  159. /targetexact [exists,harm] Ebon Gargoyle
  160. /stopmacro [noexists]
  161. /cast [@target,harm] Shackle Undead();
  162. /cast [@arenapet1,exists] Shackle Undead();
  163. /cast [@arenapet2,exists] Shackle Undead();
  164. /targetlasttarget
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement