orccountant

Classic Macros - Priest

Oct 20th, 2019 (edited)
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. For the last couple of days I have been putting together all of my macros, I am new to macros so some of them were somewhat of a challenge, thought I'd share the results. Hopefully they will be of use to somebody!
  2.  
  3.  
  4. All of these can have #showtooltip at the beginning with whatever you would like it to display. For some of these to work "Auto self cast" will need to be ticket in the combat settings.
  5.  
  6.  
  7. Mind Flay (Spammable) - Allows you to spam the keybind without the spell overlapping.
  8.  
  9. /cast [nochanneling:Mind Flay] Mind Flay
  10.  
  11.  
  12. Wand (Spammable) - Allows you to spam the wand button without it cancelling. (Some people use reset=2 for this, but I have found 0.5 or 1 to be more consistent)
  13.  
  14. /castsequence reset=1 !Shoot, null
  15.  
  16.  
  17. Psychic Scream (Downrank) - Uses rank 1 by default (2 targets) and rank 4 with shift (5 targets). Useful to save mana.
  18.  
  19. /cast [nomod]psychic scream(Rank 1); [mod:shift]psychic scream
  20.  
  21.  
  22. Abolish Disease (Mouseover) - Casts abolish on mouseover target, existing target if no mouseover, and self casts if no mouseover or existing. Pressing alt self casts regardless of target.
  23.  
  24. /cast [mod:alt,@Player][@mouseover,help][] abolish disease
  25.  
  26.  
  27. Dispel magic (Mouseover) - Same as abolish, but also works offensively to dispel enemies.
  28.  
  29. /cast [mod:alt,@Player][@mouseover,harm] dispel magic [@mouseover,help][] dispel magic
  30.  
  31.  
  32. Fortitude (All in one) - Left click casts PW: Fort, right click casts Prayer of Fort, shift left click casts rank 1 PW: Fort (Useful to waste enemies mana if spam dispelling you)
  33.  
  34. /cast [mod:shift] power word: fortitude(Rank 1); power word: fortitude
  35.  
  36. /cast [button:2]Prayer of Fortitude
  37.  
  38.  
  39. Silence (Instant) - Immediately stops casting and silences mouseover target, or existing target if no mouseover.
  40.  
  41. /stopcasting
  42.  
  43. /cast [@mouseover,harm][]Silence
  44.  
  45.  
  46. PW: Shield - This one casts PW:S on your mouseover target, self cast if no target, and self cast if you press alt regardless of target.
  47.  
  48. /cast [mod:alt, @Player][target=mouseover,help,nodead][] Power Word: Shield
  49.  
  50.  
  51. SW:P (All in one) - This one casts SW:P on mouseover target, or existing target if no mouseover. Pressing shift casts rank 1 - works on both mouseover and target.
  52.  
  53. /cast [@mouseover,exists,mod:shift] shadow word: pain(rank 1); [@mouseover,exists] shadow word: pain
  54.  
  55. /cast [mod:shift] shadow word: pain(rank 1); shadow word: pain
  56.  
  57.  
  58. Heals (All in one) - This one casts Greater Heal on mouseover target, existing target if no mouseover, then on self if no target or mouseover. Shift can be used to downrank on all casts. Pressing alt will self cast regardless of target, and pressing alt+shift will downrank self cast, reglardless of target. This can be edited for any heal ability or rank you wish to use.
  59.  
  60. /cast [mod:shift, mod:alt,@Player] greater heal(Rank 1)
  61.  
  62. /cast [mod:alt,@Player] greater heal
  63.  
  64. /cast [@mouseover,exists,mod:shift] greater heal(rank 1); [@mouseover,exists] greater heal
  65.  
  66. /cast [mod:shift] greater heal(rank 1); greater heal
  67.  
  68.  
  69. Panic Flash Heal from Shadow Form - Cancels shadow form and immediately flash heals. (I have Berserking included here, only applicable to Trolls). Can add shift/alt modifiers in here if you feel they are required.
  70.  
  71. /cancelaura shadowform
  72.  
  73. /cast berserking
  74.  
  75. /cast flash heal
  76.  
  77.  
  78. Enjoy!
Add Comment
Please, Sign In to add comment