Category Archives: Heals

MOTW EP 38 – PVP/Arena Healing Awesomeness

Olivia Grace stopped by and gave us a great healing macro for Arenas that heals her or her party members by her modifier. Genius!

#showtooltip Greater Healing Wave
/cast [mod:alt,@party1] Greater Healing Wave
/cast [mod:shift,@party2] Greater Healing Wave
/cast [nomod] Greater Healing Wave

Macroexplain.com explains it like this:

If you were holding the alt key then:
Cast Greater Healing Wave on party member 1

If you were holding the shift key then:
Cast Greater Healing Wave on party member 2

If you were not holding any modifier key down then:
Cast Greater Healing Wave on the currently targeted unit

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

Shaman OH CRAP Macro – Sans Error Message

This macro is a good OH CRAP button that will pop trinkets and use Synapse Springs on gloves if you’re an engineer. If you try to use it again while any of those are on cooldown, it should not print an error message on the screeen. You will still be able to hear the error sound file “That spell is not ready yet” but that cannot be helped as far as we know.

#showtooltip
/cast Ancestral Swiftness
/use 10
/use 13
/use 14
/y Let the Hendlove heal you!
/cast [@mouseover,help]Greater Healing Wave;[help]Greater Healing Wave
/script UIErrorsFrame:Clear()

Mentioned in Episode 31.

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