39 Druid Macros

ReckoningOG

Veteran
Just thought this would be useful, these are some of the macros I use and I've had people ask what they are so I thought I may as well post the collectively here incase people are wanting some help with some macros.

This one will put you in bear form if you're not already in bear form and use bash, only works if you're specced into Furor
#showtooltip Bash
/stand
/cancelform [noform:1]
/cast [noform:1] Bear Form
/startattack
/cast Bash


This will break any form and remove curse if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform
/cast [target=mouseover] Remove Curse
/cast Remove Curse


Similar to the bash macro this one will put you in cat form and use dash
#showtooltip Dash
/stand
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Dash

This will break form and cast entangling root if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Entangling Roots
/cast Entangling Roots


This will put you in bearform if you're not already in bear form and cast enrage

#showtooltip Enrage
/stand
/stopcasting
/cancelform [noform:1]
/cast [noform:1] Bear Form
/cast enrage

This will cancel forms and cast Fearie Fire, again if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Faerie FIre
/cast Faerie Fire

This will cancel forms and cast Hibernate, again if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Hibernate
/cast Hibernate


Moonfire
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Moonfire
/cast Moonfire

Nature's Grasp
#showtooltip
/stand
/cancelform [noform:5]
/cast Nature's Grasp

Abolish Poison
#showtooltip
/stand
/cancelform
/cast [target=mouseover] Abolish Poison
/cast Abolish Poison


Prowl - Put you into cat form and then prowl

#showtooltip Prowl
/stand
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Prowl


This one will cast rejuvenation at mouse over, if no mouse over will cast it at target, if you hold down alt it will self cast.
#showtooltip
/stand
/cancelform
/cast [target=mouseover] [nomod] Rejuvenation
/cast [target=player] [mod:alt] Rejuvenation
/cast [nomod] Rejuvenation

This one uses travvel form outside, cat form inside and aquatic form when you're swimming
#showtooltip
/stand
/cancelform [swimming,noform:2][outdoors,noform:2/4]
/cast [swimming] Aquatic Form;[outdoors] Travel Form; Cat Form
/cancelform


And here are some others I use

#showtooltip Bear Form
/stand
/dismount
/cancelform [noform:1]
/cast !Dire Bear Form
/cast !Bear Form
/cancelform

#showtooltip
/cancelform
/use Heavy Runecloth Bandage

#showtooltip
/stand
/dismount
/cancelform
/cast Tranquility

#showtooltip
/stand
/dismount
/cancelform
/cast Thorns

#showtooltip Cat Form
/stand
/dismount
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cancelform

#showtooltip
/cancelform
/use Free Action Potion

#showtooltip Superior Healing Potion
/cancelform
/use Superior Healing Potion
/cast Bear Form

#showtooltip Greater Mana Potion
/cancelform
/use Superior Greater Mana Potion
/cast Bear Form

#showtooltip
/stand
/cancelform
/cast Mark Of the wild

#showtooltip
/cancelform
/use Ornate Spyglass

#showtooltip Swiftness Potion
/cancelform
/use Swiftness Potion
/cast Dire Bear Form
/cast Bear Form

#showtooltip Shadowmeld
/cancelform
/use Warsong Gulch Iron Ration
/cast Shadowmeld


This one will extend your max view distance and threw it in there as a macro that everyone should be using.
/console cameraDistanceMaxZoomFactor 4

Anyone that plays a druid will know that you pretty much need to macro everything, there are plenty more macros I do use but I just thought these are the most helpful and with the information here anyone can build their own macro for how they play. :)

Good luck Krimmy.
 
Thank you for sharing this!

I personally don't have any druid in vanilla, but I do have some druid macros saved in my cache. I assume they will work in vanilla too

/cast [nostance:3] Cat form; [stance:3, nocombat, nostealth] Prowl; [stance:3, stealth, button:2] Prowl

/cast [nostance:1] Bear Form
/cast Nature's Grasp
/cast Frenzied Regeneration(Bear Form)
/cast Enrage(Bear Form)
/cast Barkskin
/use Healthstone
^pulled out " /cast Survival Instincts(Cat or Bear Form) " from there. Macro is used when taking massive damage
 
Just thought this would be useful, these are some of the macros I use and I've had people ask what they are so I thought I may as well post the collectively here incase people are wanting some help with some macros.

This one will put you in bear form if you're not already in bear form and use bash, only works if you're specced into Furor
#showtooltip Bash
/stand
/cancelform [noform:1]
/cast [noform:1] Bear Form
/startattack
/cast Bash


This will break any form and remove curse if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform
/cast [target=mouseover] Remove Curse
/cast Remove Curse


Similar to the bash macro this one will put you in cat form and use dash
#showtooltip Dash
/stand
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Dash

This will break form and cast entangling root if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Entangling Roots
/cast Entangling Roots


This will put you in bearform if you're not already in bear form and cast enrage

#showtooltip Enrage
/stand
/stopcasting
/cancelform [noform:1]
/cast [noform:1] Bear Form
/cast enrage

This will cancel forms and cast Fearie Fire, again if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Faerie FIre
/cast Faerie Fire

This will cancel forms and cast Hibernate, again if there's no mouse over it will cast it on your target
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Hibernate
/cast Hibernate


Moonfire
#showtooltip
/stand
/cancelform [noform:5]
/cast [target=mouseover] Moonfire
/cast Moonfire

Nature's Grasp
#showtooltip
/stand
/cancelform [noform:5]
/cast Nature's Grasp

Abolish Poison
#showtooltip
/stand
/cancelform
/cast [target=mouseover] Abolish Poison
/cast Abolish Poison


Prowl - Put you into cat form and then prowl

#showtooltip Prowl
/stand
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Prowl


This one will cast rejuvenation at mouse over, if no mouse over will cast it at target, if you hold down alt it will self cast.
#showtooltip
/stand
/cancelform
/cast [target=mouseover] [nomod] Rejuvenation
/cast [target=player] [mod:alt] Rejuvenation
/cast [nomod] Rejuvenation

This one uses travvel form outside, cat form inside and aquatic form when you're swimming
#showtooltip
/stand
/cancelform [swimming,noform:2][outdoors,noform:2/4]
/cast [swimming] Aquatic Form;[outdoors] Travel Form; Cat Form
/cancelform


And here are some others I use

#showtooltip Bear Form
/stand
/dismount
/cancelform [noform:1]
/cast !Dire Bear Form
/cast !Bear Form
/cancelform

#showtooltip
/cancelform
/use Heavy Runecloth Bandage

#showtooltip
/stand
/dismount
/cancelform
/cast Tranquility

#showtooltip
/stand
/dismount
/cancelform
/cast Thorns

#showtooltip Cat Form
/stand
/dismount
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cancelform

#showtooltip
/cancelform
/use Free Action Potion

#showtooltip Superior Healing Potion
/cancelform
/use Superior Healing Potion
/cast Bear Form

#showtooltip Greater Mana Potion
/cancelform
/use Superior Greater Mana Potion
/cast Bear Form

#showtooltip
/stand
/cancelform
/cast Mark Of the wild

#showtooltip
/cancelform
/use Ornate Spyglass

#showtooltip Swiftness Potion
/cancelform
/use Swiftness Potion
/cast Dire Bear Form
/cast Bear Form

#showtooltip Shadowmeld
/cancelform
/use Warsong Gulch Iron Ration
/cast Shadowmeld


This one will extend your max view distance and threw it in there as a macro that everyone should be using.
/console cameraDistanceMaxZoomFactor 4

Anyone that plays a druid will know that you pretty much need to macro everything, there are plenty more macros I do use but I just thought these are the most helpful and with the information here anyone can build their own macro for how they play. :)

Good luck Krimmy.
[doublepost=1595357559,1595357518][/doublepost]Thanks for sharing these!
 
here are some helpful macros + templates for other relevant druid macros

you should have powershift macros for each form as well as spammable macros for each form, I chose to macro my spammable versions with abilities that correspond to the form, i.e. Bear Form + Bash, Cat Form + Track Humanoids. Shifting is a GCD so you have to press it twice to trigger the second ability.

cancelform anti-venom for when abolish isn't the right play (rarely, but sometimes you have multiple poisons / stacks on you / your target)

#showtooltip Anti-Venom
/cancelform
/use [@mouseover, help][@target, help][@player] Anti-venom
/use [@mouseover, help][@target, help][@player] Strong Anti-Venom
/use [@mouseover, help][@target, help][@player] Powerful Anti-Venom

bear form + feral charge, I have `stopattack` in there because often I'm feral charging someone who is CC'd and don't want to break it by default (I also use this as a spammable bear form that doesn't power shift)

#showtooltip Feral Charge
/stand
/dismount
/cancelform [noform:1]
/cast [noform:1] Dire Bear Form
/cast [noform:1] Bear Form
/cast Feral Charge
/stopattack

shadowmeld + drank for my nelf boys

#showtooltip Shadowmeld
/cancelform
/use Warsong Gulch Iron Ration
/use Highlander's Iron Ration
/use Conjured Mineral Water
/use Moonberry Juice
/use Conjured Spring Water
/use Conjured Pumpernickel
/use Conjured Sourdough
/cast Shadowmeld

NS + entangling roots - for entangling roots related macros, I like adding `[outdoors]` qualifiers so that I can spam the button before the game realizes I'm outdoors and not get taken out of form / not waste NS early, etc.:

#showtooltip Nature's Swiftness
/stand
/dismount
/cancelform [noform:5, harm, nodead, outdoors]
/cast Nature's Swiftness [harm, nodead, outdoors]
/cast Entangling Roots [harm, nodead, outdoors]

one button cat form + prowl + pounce

#showtooltip Prowl
/stand
/dismount
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast !Prowl
/cast [stealth] Pounce

one button cat form + track humanoids (also not a powershift macro)

#showtooltip Track Humanoids
/stand
/dismount
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Track Humanoids

enrage + cancel for instant rage w/ talent

#showtooltip Enrage
/cast [stance:1] Enrage
/cancelaura Enrage

spammable travel form, i.e. not powershifting - importantly, does not take you out of form if you are not outdoors, this can be good for transitioning from bear form to travel form without needlessly sitting in caster form in between - I have a separate bind for cancelform independently and all caster relevant abilities have cancelform macro'd

#showtooltip
/stand
/dismount
/cancelform [noform:2/4, outdoors]
/cast [swimming] !Aquatic Form; [noswimming] !Travel Form
 
Last edited:

Users who are viewing this thread

Top