Advertisement
Snupy

Snupy Macros - Updated 27.03.2025

Mar 5th, 2022 (edited)
36,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. These are the macros I use feel free to copy paste them, will keep this updated!
  2.  
  3. First all my focus macros:
  4.  
  5. /cast [target=focus] cyclone
  6. /cast [target=focus] skull bash
  7. /cast [target=focus] moonfire
  8. /cast [target=focus] maim
  9. /cast [target=focus] mighty bash
  10. /cast [target=focus] hibernate
  11. /cast [target=focus] entangling Roots
  12. /cast [target=focus] wild charge
  13.  
  14. Focus skull bash that puts you in cat form
  15.  
  16. #showtooltip skull bash
  17. /stopcasting
  18. /cast [stance:0] Cat Form
  19. /cast [target=focus] skull bash
  20.  
  21. And now my mouseover macros + a wild charge macro that lets you use it as mouseover and have it work normally at the same time:
  22.  
  23. #showtooltip
  24. /use [@mouseover,help,nodead][help,nodead][@player] rejuvenation
  25.  
  26. #showtooltip
  27. /use [@mouseover,help,nodead][help,nodead][@player] regrowth
  28.  
  29. #showtooltip
  30. /use [@mouseover,help,nodead][help,nodead][@player] remove corruption
  31.  
  32. #showtooltip
  33. /use [@mouseover,help,nodead][help,nodead][@player] thorns
  34.  
  35. I have target party1, party2, party3 keybinds as well I often use when I want to heal/cleanse my teammates
  36.  
  37. #showtooltip Wild Charge
  38. /cast [@mouseover,exists,help,stance:0] [@target,stance:0,help] Wild Charge
  39. /cast [stance:1/2,@mouseover,exists,harm][stance: 2,@target,exists,harm] Wild Charge
  40. /cast [stance:1/2/3] Wild Charge
  41. /cast wild charge
  42.  
  43. My rake macro to find people in stealth:
  44.  
  45. #showtooltip
  46. /cleartarget [dead]
  47. /targetenemy [noharm]
  48. /cast Rake
  49.  
  50. Incap roar macro / bash macro
  51.  
  52. #showtooltip [known:99] Incapacitating Roar; [known:5211] Mighty Bash
  53. /cast [known:99] Incapacitating Roar; [known:5211] Mighty Bash
  54.  
  55. Convoke macro:
  56.  
  57. #showtooltip convoke the spirits
  58. /use (on use trinket)
  59. /cast !Convoke the Spirits
  60.  
  61. Cancelform macro
  62.  
  63. /cancelform
  64.  
  65. Shadowmeld macro to make you prowl at the same time (more safe to get the rake stun)
  66.  
  67. #showtooltip shadowmeld
  68. /cast prowl
  69. /use !shadowmeld
  70.  
  71. If you are playing with a paladin on your team you should have a macro that can cancel BoP and BoF before they get stolen by a mage, I think stealth is a nice ability to do this with if you
  72.  
  73. /cast !prowl
  74. /cancelaura Blessing of Protection
  75. /cancelaura Blessing of Freedom
  76.  
  77. Fluid form macro
  78.  
  79. #showtooltip
  80. /cast [stance:1] rake; [stance:2] Mangle
  81. /cast rake
  82.  
  83. Mass root / vortex on the same button
  84.  
  85. #showtooltip [known:102359] Mass Entanglement; [known:102793] Ursol's Vortex
  86. /cast [known:102359] Mass Entanglement; [known:102793,@cursor] Ursol's Vortex
  87.  
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement