Category Archives: Druid

Matic’s Error Cancelling Macros!

Matic heard us discussing error cancelling macros and I guess he figured he could do better than us. Well, he was right! Wrap your head around these magnificent macro monstrosities!

#showtooltip Regrowth
/script UIErrorsFrame:Hide()
/console Sound_EnableSFX 0
/use 13
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
/cast [target=mouseover,help,nodead][] Regrowth

Some useful Resto Druid macros…

Pressing this out of combat will make you prowl, in combat you will shadowmeld first.. you can spam this button cause it wont cancel your prowling.. you can easy do it with pressing shift modifier..

#showtooltip Prowl
/cast [combat] !Shadowmeld; [noform] [nocombat] !Prowl; [combat] !Shadowmeld:
/cast [modifier:shift] Prowl

Big escape macro..

/stopcasting
/cast Barkskin
/cast [target=player] Ironbark
/cast Evasion
/cast Healthstone
/cast Displacer Beast

Healing touch always trying to cast Nature’s Swiftness first..

#showtooltip Healing Touch
/script UIErrorsFrame:Hide()
/console Sound_EnableSFX 0
/cast !Nature's Swiftness
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
/cast [target=mouseover,help,nodead][] Healing Touch

MOTW Ep 29 – Mount Macros

These come to us via the Robot of Ask Mr. Robot fame.

#show Swift Flight Form
/cast [modifier:ctrl] Running Wild; [modifier:alt] Sandstone Drake; [swimming] Aquatic Form; [combat] Travel Form; [flyable,nocombat] Swift Flight Form; Travel Form

What it does courtesy of Macroexplain.com

If you were holding the control key then:
Cast Running Wild on the currently targeted unit

Else, if you were holding the alt key then:
Cast Sandstone Drake on the currently targeted unit

Else, if you are swimming then:
Cast Aquatic Form on the currently targeted unit

Else, if you are in combat then:
Cast Travel Form on the currently targeted unit

Else, if you are in a zone allowing flying and are not in combat then:
Cast Swift Flight Form on the currently targeted unit

Otherwise:
Cast Travel Form on the currently targeted unit

/cast [modifier:ctrl] Swift White Ram; [flyable] Red Proto-Drake; Swift White Ram

What it does courtesy of Macroexplain.com

If you were holding the control key then:
Cast Swift White Ram on the currently targeted unit

Else, if you are in a zone allowing flying then:
Cast Red Proto-Drake on the currently targeted unit

Otherwise:
Cast Swift White Ram on the currently targeted unit

MOTW Ep 28 – Druid Mouseover Heals

#showtooltip Regrowth
/cast [@mouseover,help]Regrowth;[@mouseover,harm]Wrath;[help]Regrowth;[harm]Wrath

What it does courtesy of Macroexplain.com

Show tooltip, icon, and cooldown for Regrowth for this macro on the action bar

If the unit your mouse is currently over is a friend then:
Cast Regrowth on the unit your mouse is currently over

Else, if the unit your mouse is currently over is an enemy then:
Cast Wrath on the unit your mouse is currently over

Else, if the currently targeted unit is a friend then:
Cast Regrowth on the currently targeted unit

Else, if the currently targeted unit is an enemy then:
Cast Wrath on the currently targeted unit