Advertisement
Artistx

Artist's Macros Updated for BFA

Sep 15th, 2018
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. Artist's Macros
  2.  
  3. Premonition : stopscasting to get deaths off mid cast etc
  4. #showtooltip
  5. /stopcasting
  6. /stopcasting
  7. /cast premonition
  8.  
  9. Psychic Scream : stopscasting to fear faster if you change ur mind during a heal/mc
  10. #showtooltip
  11. /stopcasting
  12. /stopcasting
  13. /cast Psychic Scream
  14.  
  15.  
  16. Ressurection : it plays a cheeky sound from scarlet monastery :)
  17. #showtooltip Resurrection
  18. /roar
  19. /cast power infusion
  20. /cast Resurrection
  21. /script PlaySoundFile("Sound/Creature/Highinquisitorwhitemane/Highinquisitorwhitemaneres01.Ogg")
  22.  
  23. Dispel Macros:
  24. Self:
  25. #showtooltip purify
  26. /cast [target=player] purify
  27.  
  28. Party 1:
  29.  
  30. #showtooltip purify
  31. /cast [target=party1] purify
  32.  
  33. Party 2:
  34. #showtooltip purify
  35. /cast [target=party2] purify
  36.  
  37. Focus Target Purge Enemy:
  38.  
  39. /cast [target=focus] Dispel Magic
  40.  
  41. Dispel's Friendly/Purges enemy same button:
  42.  
  43. #showtooltip purify
  44. /cast [help] !Purify; [harm] !Dispel magic
  45.  
  46.  
  47. Mass Dispel: This macro removes the green circle and instantly begins to mass dispel without having to click twice based on where your cursor is
  48.  
  49. #showtooltip mass dispel
  50. /cast [@cursor] Mass dispel
  51.  
  52. Barrier Macro: same as MD removes circle
  53.  
  54. #showtooltip Power word: Barrier
  55. /cast [@cursor] power word: Barrier
  56.  
  57. Shield self macro with script to set icon on rogue:
  58.  
  59. #showtooltip Power Word: Shield
  60. /cast [target=player] Power Word: Shield
  61. /script SetRaidTargetIcon("Racherlul", 1 )
  62.  
  63. Shield: Party1/2
  64.  
  65. #showtooltip
  66. /cast [target=party1] power word: shield
  67. /script SetRaidTargetIcon("Racherlul", 1 )
  68.  
  69. #showtooltip
  70. /cast [target=party2] power word: shield
  71. /script SetRaidTargetIcon("Racherlul", 1 )
  72.  
  73.  
  74.  
  75. Target Enemy1/2/3 I use macros for this because binding it over interface is slower and unreliable
  76.  
  77. /target arena1
  78. /target arena2
  79. /target arena3
  80.  
  81. (all separate binds / macros)
  82.  
  83. Dark angel:
  84.  
  85. #showtooltip
  86. /stopcasting
  87. /stopcasting
  88. /cast dark archangel
  89.  
  90. shadowfiend macro ctrl makes it shackle undead
  91.  
  92. /cast [mod:ctrl] Shackle Undead; Shadowfiend
  93.  
  94. Shackle DK Gargoyle :
  95.  
  96. #showtooltip
  97. /target ebon gargoyle
  98. /cast Shackle Undead
  99. /targetlasttarget
  100.  
  101. Levitate Self:
  102.  
  103. /cast [target=Artist] levitate
  104.  
  105. Smite/levitate: Smites enemy levitates friendly
  106.  
  107. #showtooltip Smite
  108. /cast [help] !Levitate; [harm] !Smite
  109.  
  110. Shadowmend: self
  111.  
  112. #showtooltip Shadow Mend
  113. /cast [target=player] shadow mend
  114.  
  115. Barrier on self:
  116. /cast [target=player] power word: Barrier
  117.  
  118. Stopcasting macro *to fake cast*
  119.  
  120. /stopcasting
  121. /stopcasting
  122.  
  123.  
  124. Target Party1/2 with fade tooltip cos looks appropriate
  125.  
  126. #showtooltip Fade
  127. /target party1
  128.  
  129. #showtooltip Fade
  130. /target party2
  131.  
  132. Leap of faith*grip* party1/2
  133.  
  134. #showtooltip Leap of Faith
  135. /cast [target=party1] Leap of Faith
  136.  
  137. #showtooltip Leap of Faith
  138. /cast [target=party2] Leap of Faith
  139.  
  140.  
  141. Purge of the wicked enemy 1/2/3
  142. #showtooltip
  143. /cast [target=arena1] shadow word: pain
  144.  
  145. #showtooltip
  146. /cast [target=arena2] shadow word: pain
  147.  
  148. #showtooltip
  149. /cast [target=arena3] shadow word: pain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement