So this is how i have now simplified this build.
It’s almost embarrassing to run or have made.
Basically all the skills you would normally use in the build will be on cooldown leaving Lightning Bolt/Chain Lightning the only spells that could be bast while waiting on procs or the end of the cooldown that it made no sense to pad or have longer castsequences.
Sequences['ChocEle'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Chocolatte@Saurfang",
SpecID=262,
Talents = "1,1,1,2,3,3,1",
Help = "Talents - 1112331",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
Combat=true,
StepFunction = [[Sequential]],
LoopLimit=3,
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
"/cast Flame Shock",
},
"/cast Stormkeeper",
"/cast Elemental Blast",
"/cast Lava Burst",
"/cast Lightning Bolt",
PostMacro={
},
KeyRelease={
"/cast Fire Elemental",
"/cast Lava Burst",
},
},
},
}
Sequences['ChocAoE'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Chocolatte@Saurfang",
SpecID=262,
Talents = "1,1,1,2,3,3,1",
Help = "Talents - 1112331",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
Combat=true,
StepFunction = [[Sequential]],
LoopLimit=3,
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [@cursor] Earthquake",
"/cast Stormkeeper",
"/cast Elemental Blast",
"/cast Lava Burst",
"/cast Chain Lightning",
PostMacro={
},
KeyRelease={
"/cast Fire Elemental",
"/cast Lava Burst",
},
},
},
}
Sequences['AscendedShaman'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Chocolatte@Saurfang",
SpecID=262,
Talents = "1,1,1,2,3,3,1",
Help = "Talents - 1212211",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast Ascendance",
"/cast Elemental Blast",
"/cast Lava Burst",
PostMacro={
},
KeyRelease={
"/cast Fire Elemental",
"/cast Lava Burst",
},
},
},
}
I will leave them here for a couple of days so you can try both versions but this is more improved. The only thing i have done is remove Earth Shock so you can build maelstrom and either use it at 80+ or use AoE to cast EQ’s instead.