What Druid macros do you use?

Here are some of the ones I use if anyone is interested.

Shapesifting

/use [noform:2]!Cat Form;[form:2]!Bear Form;

Activates Cat form, then switches between Cat and Bear.
So I don’t accidentally cancel form mid combat.
_

#showtooltip
/dismount
/cancelform
/cast Two Forms(Racial)

Cancels Form / dismounts, and I add cast Two Forms whenever I feel like it.
I have this bound to an Alt modifier of the above macro key.
_

/use [swimming,noform:3][outdoors,nomounted,noform:3]!Travel Form;[noswimming,indoors,noform:2][spec:2,form:3][spec:2,form:2,noswimming]!Cat Form;[spec:3]!Bear Form;[spec:1]!Moonkin Form;[form:2]!Cat Form;!Travel Form

Travel Form when outside, Cat/Bear/Moonkin form inside depending on spec.
_

Movement

#showtooltip
/cancelform [help]
/castsequence [nomod] Wild Charge; [mod:shift] reset=120 Stampeding Roar,Dash,Darkflight(Racial)

Casts Wild Charge on button press, and cycles though Stampeding Roar, Dash, and Darkflight(Racial) on Shift. So it will use Stampeding Roar first, then if you press it again, Dash etc.
_

#showtooltip
/cancelform [flying]
/cast [nocombat] !Prowl; [combat,nostance:2]Cat Form(Shapeshift)

Cancels Flight Form and activates Prowl. I use this as my Prowl button so it cancels Fight Form if its active,

Cooldowns

#showtooltip
/cast Tiger's Fury
/cast Clockwork Re-Sharpener
/use Notorious Gladiator's Medallion
/console autounshift 0
/cast Regrowth
/console autounshift 1

Casts Tigers Fury, activates my trinkets (one on first press, the other on second). Then disables autounshift, casts Regrowth, and re-enables autounshift. This stops Regrowth from kicking you out of form.

This allows me to keep my trinkets up without thinking about them, and lets me use the same button for Tigers Fury and Bloodtalons proc. If Tigers Fury is on CD, you can still proc Bloodtalons.
_

#showtooltip
/cast Berserk
/cast Tiger's Fury
/cast Prowl

Just casts Berserk, Tiger’s Fury and Prowl. Useful for opening.

Stun / CC

#showtooltip
/cast [mod:shift,talent:4/1] Mighty Bash; [mod:shift,talent:4/2] Mass Entanglement; [mod:shift,talent:4/3] Typhoon; [mod:ctrl] Entangling Roots; Maim

Will cast Maim on button press, Mighty Bash, Mass Entanglement or Typhoon (depending on talent) on Shift. And Entangling Roots on Ctrl.
_

What macros do you use?

1 Like

I did not know about spec and talent until now. Good stuff!