Snupy

Snupy Macros

Mar 5th, 2022 (edited)
44,838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. I have target party1, party2, party3 keybinds as well I often use when I want to heal/cleanse my teammates
  33.  
  34. #showtooltip Wild Charge
  35. /cast [@mouseover,exists,help,stance:0] [@target,stance:0,help] Wild Charge
  36. /cast [stance:1/2,@mouseover,exists,harm][stance: 2,@target,exists,harm] Wild Charge
  37. /cast [stance:1/2/3] Wild Charge
  38. /cast wild charge
  39.  
  40. My rake macro to find people in stealth:
  41.  
  42. #showtooltip
  43. /cleartarget [dead]
  44. /targetenemy [noharm]
  45. /cast Rake
  46.  
  47. Incap roar macro / bash macro
  48.  
  49. #showtooltip [known:99] Incapacitating Roar; [known:5211] Mighty Bash
  50. /cast [known:99] Incapacitating Roar; [known:5211] Mighty Bash
  51.  
  52. Convoke macro:
  53.  
  54. #showtooltip convoke the spirits
  55. /use (on use trinket)
  56. /cast !Convoke the Spirits
  57.  
  58. Feral frenzy ping:
  59.  
  60. #showtooltip feral frenzy
  61. /cast feral frenzy
  62. /ping [@target] attack
  63.  
  64. Cancelform macro
  65.  
  66. /cancelform
  67.  
  68. Shadowmeld macro to make you prowl at the same time (more safe to get the rake stun)
  69.  
  70. #showtooltip shadowmeld
  71. /cast prowl
  72. /use !shadowmeld
  73.  
  74. 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
  75.  
  76. /cast !prowl
  77. /cancelaura Blessing of Protection
  78. /cancelaura Blessing of Freedom
  79.  
  80. Fluid form macro
  81.  
  82. #showtooltip
  83. /cast [stance:1] rake; [stance:2] Mangle
  84. /cast rake
  85.  
  86. Mass root / vortex on the same button
  87.  
  88. #showtooltip [known:102359] Mass Entanglement; [known:102793] Ursol's Vortex
  89. /cast [known:102359] Mass Entanglement; [known:102793,@cursor] Ursol's Vortex
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment