Shaman Restoration Macros

Ready-to-paste macros for Restoration Shaman: the burst key derived from the current top parses, plus the macros this spec actually uses. Spell names follow the language you pick on this site, so they match your game client.

Burst key

Burst key — from the top parses above Macro commands →
#showtooltip Riptide
/use 13
/use 14
/cast Riptide

A macro can fire only one global-cooldown ability per press — that is the game's limit, not ours. So a burst key is exactly: on-use trinkets + the off-GCD cooldowns top players press in their opener + one opener spell. Nothing else fits.

Off-GCD cooldowns pressed within the first 8 casts by at least 1 of the 3 sampled players, defensives and movement removed. Ends with the first on-GCD opener so everything fires in one press.

Slot 13 / 14: the data cannot tell which slot the on-use trinket sits in, so both are listed; the passive one just prints cannot use.

Burst key — from the top parses above Macro commands →
#showtooltip Ghost Wolf
/use 13
/use 14
/cast Nature's Swiftness
/cast Ghost Wolf

A macro can fire only one global-cooldown ability per press — that is the game's limit, not ours. So a burst key is exactly: on-use trinkets + the off-GCD cooldowns top players press in their opener + one opener spell. Nothing else fits.

Bloodlust / Time Warp is called by the raid leader, so it is deliberately left out.

Off-GCD cooldowns pressed within the first 8 casts by at least 1 of the 3 sampled players, defensives and movement removed. Ends with the first on-GCD opener so everything fires in one press.

Slot 13 / 14: the data cannot tell which slot the on-use trinket sits in, so both are listed; the passive one just prints cannot use.

Spec macros · 12.1

Spell names below are shown in this site's language . Your game client must use the same language, or the macro will say unknown spell.
Chain Heal on ally / Flame Shock on enemy
#showtooltip
/cast [@mouseover,nodead,help] Chain Heal; Flame Shock
Heals a friendly mouseover, otherwise Flame Shock on your target
Healing Wave (mouseover)
#showtooltip
/cast [@mouseover,help,nodead][] Healing Wave
Same pattern for Healing Surge / Riptide / Chain Heal
Unleash Life / Healing Stream Totem (one key)
#showtooltip
/cast [known:Unleash Life] Unleash Life; Healing Stream Totem
Whichever talent you have
Healing Rain (cursor)
#showtooltip
/cast [@cursor] Healing Rain
Places it under the cursor without the targeting circle
Wind Shear (focus)
#showtooltip
/stopcasting
/cast [@focus,exists][] Wind Shear
Interrupts focus if set, otherwise target
Purge (focus)
#showtooltip
/stopcasting
/cast [@focus,exists][] Purge
Purges focus if set, otherwise target
Wind Rush Totem (feet)
#showtooltip
/stopcasting
/cast [@player] Wind Rush Totem
Drops it at your feet instantly
Wind Rush Totem (cursor)
#showtooltip
/stopcasting
/cast [@cursor] Wind Rush Totem
Drops it at the cursor instantly

Collected from public Patch 12.1 guides and checked for this patch. Spell names follow the language you selected on this site and must match your game client. If a macro does not work on your client, report it with the button on the card.