Shaman Macros
NS + Healing Wave:
/stopcasting
/cast Nature’s Swiftness
/stopcasting
/cast [modifier:alt,target=player] Healing Wave; [target=target,help] Healing Wave; [target=targettarget,help] Healing Wave; [target=player] Healing Wave
NS + ZHC + HW
/stopcasting
/use Zandalarian Hero Charm
/stopcasting
/cast Nature’s Swiftness
/stopcasting
/cast [modifier:alt,target=player] Healing Wave; [target=target,help] Healing Wave; [target=targettarget,help] Healing Wave; [target=player] Healing Wave
NS healing wave with Blood fury + ZHC
/stopcasting
/cast Blood Fury
/stopcasting
/use Zandalarian Hero Charm
/cast Nature’s Swiftness
/stopcasting
/cast [modifier:alt,target=player] Healing Wave; [target=target,help] Healing Wave; [target=targettarget,help] Healing Wave; [target=player] Healing Wave
Earth Shield
/stopcasting
/cast [modifier:alt,target=player] Earth Shield; [target=target,help] Earth Shield; [target=targettarget,help] Earth Shield; [target=player] Earth Shield[/list]
Earth shield + ZHC
/stopcasting
/use Zandalarian Hero Charm
/stopcasting
/cast [modifier:alt,target=player] Earth Shield; [target=target,help] Earth Shield; [target=targettarget,help] Earth Shield; [target=player] Earth Shield
Stun and Self-Heal (Tauren)
# show War Stomp
/castsequence [target=player] reset=120/combat War Stomp, Lesser Healing Wave
Cleanse Poison/disease combo
/cast [button:1,target=none] Cure Poison; [button:2,target=none] Cure Disease
Storm Strike Macro
#show Storm Strike
/cast [nomodifier] Storm Strike
/cast [modifier:ctrl] Earth Shock
/cast [modifier:alt] Frost Shock
Instant cast Chain Lightning
/cast Nature's Swiftness /stopcasting /cast [harm] Chain Lightning
Mount/Ghost Wolf
#showtooltip /cast [Stance:1] Ghost Wolf /use [nomounted,outdoors] mount name /cast [combat,nomounted,outdoors] Ghost Wolf /dismount
This will use your mount when out of combat, and ghost wolf when in combat.
Windfury application for dual wielding
#showtooltip Windfury Weapon
/cast [equipped:shields/two-hand] Windfury Weapon(Rank 5)
/stopmacro [equipped:shields/two-hand]
/castsequence Windfury Weapon(Rank 5), Windfury Weapon(Rank 4)
Two clicks/buttonpresses on this macro will apply different ranks of Windfury to your main hand and off-hand, however if you are wearing a shield or using a two-handed weapon it will be buffed with highest rank, regardless.
Bloodlust notification
#showtooltip Bloodlust
/cast Bloodlust
/script if (GetNumPartyMembers() > 0) then SendChatMessage(" >>> BLOODLUST! <<<","PARTY"); end |