Wednesday, November 11, 2009

Shaman Macros (Restoration/Enhancement)

Healing Wave/Lightning Bolt

Cast lightning on unfriendly targets or heals on friendly ones.

#showtooltip
/cast [mod:alt,@player][noharm] Healing Wave; Lightning Bolt

Chain Lightning/Heal

Cast lightning on unfriendly targets or heals on friendly ones.

#showtooltip
/cast [mod:alt,@player][noharm] Chain Heal; Chain Lightning

Resurrection with Announcement

Let everyone know you are resurrecting someone at the start of your cast.

#showtooltip
/run R=R or CreateFrame("Frame")R:RegisterEvent("UNIT_SPELLCAST_SENT")R:SetScript("OnEvent",function(R,E,T,T,T,T)SendChatMessage("I am resurrecting "..(T or UnitName("mouseover")),"SAY")R:UnregisterEvent(E)end)
/cast Ancestral Spirit

Fire Totems

Left click for a single target Searing Totem and right click for an area of effect Magma Totem.

#showtooltip
/cast [btn:2] Magma Totem; Searing Totem

Windfury/Flametongue Weapon

(Re)Buff enhancement shaman weapons. Places windfury on your main hand and flametongue on your offhand weapon.

#showtooltip
/castsequence reset=5 Windfury Weapon, Flametongue Weapon
/click StaticPopup1Button1

Hearth/Astral Recall

Use Astral Recall to return to hearthstone location or use hearthstone with a right click.

#showtooltip Astral Recall
/cast [button:2] Hearthstone; Astral Recall

No comments:

Post a Comment