Advertisement
Guest User

Wildlands Druid Macros Classic WoW - 9/19/2019

a guest
Sep 19th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Most of these are just Quality-of-life Macros, but by understanding how they work you should be able to make all of your own Druid macros.
  2.  
  3. Good luck! twitch.tv/wildlands Wildlands <Hero> - Faerlina *work in progress. may change at any time.*
  4.  
  5. _____________________________________________________________________________________________________________________________________
  6.  
  7.  
  8. "SAFE PROWL ANYFORM/SPAM" (any macro that says SPAM needs to be pushed more than once)
  9. #showtooltip Prowl
  10. /cast [form:0] Cat Form; [form:1] Bear Form; [form:2] Aquatic Form; [form:3] !Prowl; [form:4] Travel Form
  11. /stopattack
  12.  
  13.  
  14. "ONE BUTTON SHRED/RAVAGE"
  15. #showtooltip
  16. /cast [nostealth] Shred
  17. /cast [stealth] Ravage
  18.  
  19.  
  20. "ONE BUTTON POUNCE/CLAW"
  21. #showtooltip
  22. /startattack
  23. /cast [nostealth] Claw
  24. /cast [stealth] Pounce
  25.  
  26.  
  27. "ROOT ANYFORM" (these cancel form macros are nice for anything cast out of form)
  28. #showtooltip
  29. /cancelform
  30. /cast Entangling Roots
  31.  
  32.  
  33. "HIBERNATE ANYFORM"
  34. #showtooltip
  35. /cancelform
  36. /cast Hibernate
  37.  
  38.  
  39. "TRAVEL FORM" (last line is to change to my higher regeneration staff while in travel form. can be removed or edited to your liking)
  40. /cast [swimming] !Aquatic Form
  41. /cast [noswimming] !Travel Form
  42. /cast [form:1] Bear Form
  43. /cast [form:3] Cat Form
  44. /equip [noequipped:Resurgence Rod] Resurgence Rod
  45.  
  46.  
  47. "RESIZE BUFFS/DEBUFFS" (number can be changed to liking. needs to be used every reload, so i just throw this line into my food macro)
  48. /run BuffFrame:SetScale(1.6)
  49.  
  50.  
  51. "MOUSEOVER ROOTS" (no focus targeting in Classic is a bummer, so I'm using Mouseover Macros with my CC spells for off targets)
  52. #showtooltip
  53. /cancelform
  54. /cast [@mouseover,exists]Entangling Roots;Entangling Roots
  55.  
  56.  
  57. "RAKE ANYFORM/SPAM"
  58. #showtooltip Rake
  59. /cast [form:0] Cat Form(Shapeshift)
  60. /cancelform [form:2]
  61. /cancelform [form:1]
  62. /cast [form:3] Rake
  63.  
  64.  
  65. "HIBERNATE MOUSEOVER"
  66. #showtooltip
  67. /cancelform
  68. /cast [@mouseover,exists]Hibernate;Hibernate
  69.  
  70.  
  71. "REMOVE CURSE ANYFORM"
  72. #showtooltip
  73. /cancelform
  74. /cast Remove Curse
  75.  
  76.  
  77. "DASH ANYFORM/SPAM"
  78. #showtooltip Dash(Rank 1)
  79. /cast [form:3] Dash
  80. /cancelform [form:1]
  81. /cast [form:0] Cat Form(Shapeshift)
  82.  
  83.  
  84. "NATURES GRASP ANYFORM"
  85. #showtooltip
  86. /cancelform
  87. /cast Nature's Grasp
  88.  
  89.  
  90. "FAERIE FIRE w/ FERAL"
  91. #showtooltip
  92. /cast [form:0] Faerie Fire
  93. /cast [form:1] Faerie Fire (Feral)
  94. /cast [form:2] Aquatic Form
  95. /cast [form:3] Faerie Fire (Feral)
  96. /cast [form:4] Travel Form
  97.  
  98.  
  99. "BASH ANYFORM/SPAM"
  100. #showtooltip Bash
  101. /cast Dire Bear Form(Shapeshift)
  102. /cast Bash
  103. /cancelform [form:3]
  104. /cancelform [form:2]
  105. /cancelform [form:4]
  106.  
  107.  
  108. "BEAR FORM ANYFORM/SPAM" (like my Travel Form macro, this has a Tanking Staff auto equip. Can be removed or edited to your liking)
  109. #showtooltip Bear Form
  110. /cast [form:0] Bear Form; [form:2] Aquatic Form; [form:3] Cat Form
  111. /equip [noequipped:Staff of Protection] Staff of Protection
  112.  
  113.  
  114. "CAT FORM ANYFORM/SPAM" (press while in Cat to activate Humanoid Tracking. last line can be removed or edited)
  115. #showtooltip Cat Form
  116. /cast [form:0] Cat Form; [form:2] Aquatic Form; [form:1] Bear Form; [form:3] Track Humanoids
  117. /equip [noequipped:Manual Crowd Pummeler] Manual Crowd Pummeler
  118.  
  119.  
  120. "SWIFTNESS POTION ANYFORM"
  121. #showtooltip Swiftness Potion
  122. /cancelform
  123. /use Swiftness Potion
  124.  
  125.  
  126. "CANCEL FORM"
  127. /cancelform
  128.  
  129.  
  130. "CHARGE ANYFORM/SPAM"
  131. #showtooltip Feral Charge
  132. /cast [form:0] Bear Form(Shapeshift)
  133. /cast [form:1] Feral Charge
  134. /cancelform [form:2]
  135. /cancelform [form:3]
  136.  
  137.  
  138. "BEAR POWER SHIFT" (don't spam this or risk being pulled back out of form and wasting mana)
  139. #showtooltip
  140. /cancelform
  141. /cast !Dire Bear Form
  142.  
  143.  
  144. "CAT POWER SHIFT" (same as above, don't spam. press once with Furor Talent and Wolfshead Helm for 60 Energy at the cost of Mana)
  145. #showtooltip
  146. /cancelform
  147. /cast !Cat Form
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement