So my main is an Enhance Shaman, so my insight deals with the needs of melee. My alt happens to be a caster so im looing at this macro from a moving around fluidity and strong heals.
Taking bits and pieces from others i feel this arrangement is ideal for all situations and should get your healing to the top.
UPDATE i didnt like how the dps option was layed out so i rearranged it to be a small heal and pressing ctrl would turn it into a dps cast
SINGLE TARGET Light - Medium Damage
Sequences['ZAM-RestoST'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Zambalis",
SpecID=264,
Talents = "3213323",
Help = "Talents - 3213323",
Default=1,
Raid=1,
PVP=1,
Mythic=1,
Icon='Spell_Nature_MagicImmunity',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [@mouseover,exists,nodead] Riptide",
"/castsequence [mod:ctrl] Flame Shock, Lava Burst, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt",
"/castsequence [@mouseover,exists,nodead] Healing Wave, Healing Wave",
"/cast [@focus,exist,nodead][nochanneling] Healing Rain",
"/cast [@focus] Gift of the Queen",
"/cast [combat] Cloudburst Totem",
PostMacro={
},
KeyRelease={
"/cast Healing Stream Totem",
"/cast Blood Fury",
},
},
},
}
SINGLE TARGET Medium to Heavy Damage or “oh Crap moments”
Sequences['Zam-RestoMAX'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Zambalis",
SpecID=264,
Talents = "3213312",
Help = "Talents - 3213313",
Default=1,
Icon='Spell_Nature_MagicImmunity',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/castsequence [@mouseover,exists,nodead] Riptide, Healing Surge, Healing Surge",
"/cast [combat] Cloudburst Totem",
"/cast [@cursor] Gift of the Queen",
"/cast [mod:shift,@cursor] Healing Rain",
PostMacro={
},
KeyRelease={
"/cast Healing Tide Totem",
"/cast Blood Fury",
},
},
},
}
AOE pretty much what it says
Sequences['Zam-RestoAOE'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Zambalis",
SpecID=264,
Talents = "3213323",
Help = "Talents - 3213323",
Default=1,
Icon='Spell_Nature_MagicImmunity',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [@mouseover,exists,nodead] Riptide",
"/cast [@mouseover,exists,nodead] Chain Heal",
"/cast [combat] Cloudburst Totem",
"/cast [@cursor] Gift of the Queen",
"/cast [mod:shift,@cursor] Healing Rain",
PostMacro={
},
KeyRelease={
"/cast Healing Stream Totem",
"/cast Blood Fury",
},
},
},
}
In all three macros i left the Spirit Link Totem out intentionally as its a defensive totem and very situational. I tested many scenarios and have mediocre “resto gear” i have more of my mastery Enhancement gear on. but focusing on mastery and im topping the charts.