Extremely Useful Shaman Macros

Cheap WoW WOTLK Classic Gold

Shaman Macros Advanced Healing Macros Shaman 2.0 macro Guide Shaman Focus Macros elemental shaman macro Shaman Macro Extremely useful shaman macros

Improved Totems Switching:

Lesser Healing Wave:

#showtooltip Lesser Healing Wave
/cast [target=player,button:2] [target=target,exists] [noexists] Lesser Healing Wave
/equip [nomodifier] Totem of the Plains


Healing Wave:

#showtooltip Healing Wave
/cast [target=player,button:2] [target=target,exists] [noexists] Healing Wave
/equip [nomodifier] Totem of Spontaneous Regrowth


Chain Heal:

#showtooltip Chain Heal
/cast [target=player,button:2] [target=target,exists] [noexists] Chain Heal
/equip [nomodifier] Totem of Healing Rains


If you have no target it will cast the heal on yourself. If you have a target and didn't press the macro button with right mouse button it will cast the heal on your target, otherwise it will cast the heal on yourself (so you don't have to switch the target to yourself). If you hold down any modifier key (alt, shift or control) if will not switch your totem.

Endless Static Macro Definitions

This category of macros are for advanced users that use a macro button creating addon to declare their macros and can directly reference them in the blizz macro UI by:

/click <macro name>

Elemental One Button Illhoof Fight

This macro tree makes the Terestian Illhoof fight in Karazhan a spammable one button fight for elemental spec but requires the use of the focus target. Once the chains are up you stop casting your current spell, announce they are up, then use all the trinkets/abilities in CDPS and start immediately attacking the chains as your focus with Lightning Bolt, when they die you stop casting any spell you may have been and return to DPS Terestian Illhoof. Lightning Bolt Spam FTW. Edit CDPS apropriately for your trinkets

#showtooltip Lightning Bolt
/click SHAMAN_ILLHOOF


SHAMAN_ILLHOOF = {
[[
/click [target=focus,exists,dead]SHAMAN_ILLHOOF2
/click [target=focus,exists]SHAMAN_CDPS
/cast [target=focus,exists]Lightning Bolt
/stopmacro [target=focus,exists]
/target player
/targetexact Demon Chains
/click [harm,nodead]SHAMAN_ILLHOOF3
/stopmacro [target=focus,exists]
/targetexact Terestian Illhoof
/cast Lightning Bolt
]]
},

SHAMAN_ILLHOOF2 = {
[[
/stopcasting
/clearfocus
]]
},

SHAMAN_ILLHOOF3 = {
[[
/click [target=focus,noexists]SHAMAN_ILLHOOF4
/click SHAMAN_CDPS
/cast Lightning Bolt
]]
},

SHAMAN_ILLHOOF4 = {
[[
/y !Chains are UP!
/stopcasting
/focus
]]
},

SHAMAN_CDPS = {
[[
/cast Elemental Mastery
/use Xi'ri's Gift
/use Vengeance of the Illidari
/cast Berserking
]]
},
--------------------------------------------------
Massive Elemental DPS

No-brainer killing machine macro.

#showtooltip Lightning Bolt
/stopcasting [noexists]
/click [harm]SHAMAN_LB;FIND_ENEMY
SHAMAN_LB = {
[[
/startattack
/click [nodead]SHAMAN_CDPS
/cast Lightning Bolt
]]
},

SHAMAN_CDPS = {
[[
/cast Elemental Mastery
/use Xi'ri's Gift
/use Vengeance of the Illidari
/cast Berserking
]]
},

FIND_ENEMY = {
[[
/assist [help]
/targetenemy [noharm]
]]
},

Tags: