Advertisement
bkader

WoW 3.3.5 - Useful Druid Macros

Jan 23rd, 2019
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. Powershifting: To free the druid from movement impairing effects.
  2.  
  3. /cast [form:1] !Dire Bear Form
  4. /cast [form:2] !Aquatic Form
  5. /cast [form:3] !Cat Form
  6. /cast [form:4] !Travel Form
  7. /cast [form:5] !Swift Flight Form
  8.  
  9. -------------------------------------------------------------------------------
  10.  
  11. One Button Charge and Faerie Fire
  12. This macro uses Faerie Fire if the druid is not shapeshifted, otherwise, it charges towards the target (if in range) Feral Charge then casts Faerie Fire (Feral). The charge used depends on the the shape:
  13.  
  14. #showtooltip [form:1] Feral Charge - Bear; [form:3] Feral Charge - Cat; Faerie Fire
  15. /startattack
  16. /cast [form:1] Feral Charge - Bear
  17. /cast [form:3] Feral Charge - Cat
  18. /cast [form:1/3] Faerie Fire (Feral); Faerie Fire
  19. /cast [form:1] !Maul
  20.  
  21.  
  22. -------------------------------------------------------------------------------
  23.  
  24. Faerie Fire on focus, mouseover or target.
  25.  
  26. #showtooltip [form:1/3] Faerie Fire (Feral); Faerie Fire
  27. /startattack
  28. /cast [form:1/3,mod:ctrl,@focus,harm,nodead][form:1/3@mouseover,harm,nodead] Faerie Fire (Feral); [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead] Faerie Fire
  29. /cast [form:1] !Maul
  30.  
  31. -------------------------------------------------------------------------------
  32.  
  33. Mangle and Moonfire in a single button (You may want to unbind CTRL-1 ... CTRL-0)
  34.  
  35. #showtooltip [form:1] Mangle (Bear); [form:3] Mangle (Cat); Moonfire
  36. /startattack
  37. /cast [form:1] Mangle (Bear); [form:3] Mangle (Cat); [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead][] Moonfire;
  38. /cast [form:1] !Maul
  39.  
  40. -------------------------------------------------------------------------------
  41.  
  42. Stuns/Interrupts when shapeshifted, otherwise cyclones the target.
  43.  
  44. #showtooltip [form:1] Bash; [form:3] Maim; Cyclone
  45. /cast [form:1] Bash; [form:3] Mail; [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead][] Cyclone
  46. /cast [form:1] !Maul
  47.  
  48. -------------------------------------------------------------------------------
  49.  
  50. Cyclone the focused target with CTRL modifier, the hovered target if it exists, otherwise it will cyclone the target
  51.  
  52. #showtooltip Cyclone
  53. /stopcasting
  54. /cast [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead][] Cyclone
  55.  
  56. -------------------------------------------------------------------------------
  57.  
  58. The following macro Innervates the friendly target if set to focus (with CTRL modifier) or innervates the friendly mouse hovered friendly target. Otherwise, it will simply innervate the player.
  59.  
  60. #showtooltip Innervate
  61. /cast [mod:ctrl,@focus,help,nodead][@mouseover,help,nodead][] Innervate
  62.  
  63. -------------------------------------------------------------------------------
  64.  
  65. Revive and Rebirth macros.
  66.  
  67. #showtooltip Revive
  68. /cast [mod:ctrl,@focus,help,dead][@mouseover,help,dead][] Revive
  69.  
  70. #showtooltip Rebirth
  71. /cast [mod:ctrl,@focus,help,dead][@mouseover,help,dead][] Rebirth
  72.  
  73. -------------------------------------------------------------------------------
  74.  
  75. Enrage Macro - Use this macro only if you don't have the 4 set T10 bonus, if you do, this spell will no longer decrease armor but instead decreases all damage taken by 12%.
  76.  
  77. #showtooltip Enrage
  78. /cancelaura Enrage
  79. /cast Enrage
  80.  
  81. -------------------------------------------------------------------------------
  82.  
  83. Boost Macro:
  84. - Bear: Casts Enrage (remember to use "/cancelaura Enrage" if you don't have 4 set T10 bonus)
  85. - Cat: Casts Tiger's Fury
  86. - Other: Casts Innervate.
  87.  
  88. #showtooltip [form:1] Enrage; [form:3] Tiger's Fury; Innervate
  89. /cast [form:1] Enrage; [form:3] Tiger's Fury; [noform,mod:ctrl,@focus,help,nodead][noform,@mouseover,help,nodead][] Innervate
  90.  
  91. -------------------------------------------------------------------------------
  92.  
  93. Growl (Taunting): As usual, taunts the focused enemey with CTRL modifier, the hovered one, otherwise the already targetted one.
  94.  
  95. #showtooltip Growl
  96. /cast [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead][] Growl
  97.  
  98. Same thing to do with Hibernate and Soothe Animal
  99.  
  100. #showtooltip Hibernate
  101. /stopcasting
  102. /cast [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead][] Hibernate
  103.  
  104. #showtooltip Soothe Animal
  105. /stopcasting
  106. /cast [mod:ctrl,@focus,harm,nodead][@mouseover,harm,nodead][] Soothe Animal
  107.  
  108. -------------------------------------------------------------------------------
  109.  
  110. As a feral druid (cat or bear) sometimes I have to AoE, there are two abilities to do so: Swipe (both forms) and Hurricane.
  111. It is possible to put the three of them in action bars because the main bar changes when you shift, but I tend to use a single macro, just a preference.
  112.  
  113. #showtooltip [form:1] Swipe (Bear); [form:3] Swipe (Cat); Hurricane
  114. /cast [form:1] Swipe (Bear); [form:3] Swipe (Cat); Horricane
  115. /cast [form:1] !Maul
  116.  
  117. The last line is just to spam Maul i bear form.
  118.  
  119. -------------------------------------------------------------------------------
  120.  
  121. There are endless of possiblities but few spells to use and DON'T forget that you cannot have unlimited macros per character/account.
  122.  
  123. Good luck.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement