Elemental PVE 7.03

Currently Running these 2 for Elemental. More testing and changes welcome for all. Single target I modified of a other users and the AOE is a work in progress. Elemental totem does not cast correctly so I am using a in game macro. Macros follow any input or information is greatly appreciated!

Sequences['EleST'] = {
author="Mudbugs@Area 52",
specID=262,
helpTxt = "Talents: 3 1 1 2 2 1 1",
icon=136048,
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [nochanneling] !Lava Burst",
"/castsequence reset=target/combat Flame Shock,Lightning Bolt,Lightning Bolt,Lightning Bolt",
"/cast Earth Shock",
"/cast [combat] Fire Elemental",
PostMacro=[[
/cast Elemental Mastery
/cast Ascendance
/cast Blood Fury
/startattack
]],
}

Sequences[‘EleST’] = {
author=“Mudbugs@Area 52”,
specID=262,
helpTxt = “Talents: 3 1 1 2 2 1 1”,
icon=136048,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [nochanneling] !Lava Burst”,
“/castsequence reset=target/combat Flame Shock,Lightning Bolt,Lightning Bolt,Lightning Bolt”,
“/cast Earth Shock”,
“/cast [combat] Fire Elemental”,
PostMacro=[[
/cast Elemental Mastery
/cast Ascendance
/cast Blood Fury
/startattack
]],
}



Sequences[‘ELEAOE’] = {
author=“Mudbugs@Area 52”,
specID=262,
helpTxt = “Talents: 3 1 1 2 2 1 1”,
StepFunction = GSStaticPriority,
icon=136048,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/castsequence Chain Lightning,Chain Lightning,Chain Lightning,”,
“/cast Earthquake Totem”,
“/castsequence Chain Lightning,Chain Lightning,Chain Lightning,Chain Lightning,Chain Lightning,Earth Shock”,
“/cast [combat] Fire Elemental”,
PostMacro=[[
/cast Elemental Mastery
/cast Ascendance
/cast Blood Fury
/startattack
]],
}`

Sequences['AOE_Test'] = {
author="Mudbugs@Area 52",
specID=262,
helpTxt = "Talents: 3 1 1 2 2 1 1",
icon=136036,
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/castsequence Chain Lightning,Chain Lightning,Chain Lightning,Earthquake Totem,Chain Lightning,Chain Lightning,Chain Lightning,,Earth Shock",
PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
]],
}

and in game AOE is /castsequence Chain Lightning,Chain Lightning,Chain Lightning,Earthquake Totem,Chain Lightning,Chain Lightning,Chain Lightning,Earth Shock

where in the macro would I add the artifact ability?

Sequences[‘ELEAOE’] = {
author=”Mudbugs@Area 52″,
specID=262,
helpTxt = “Talents: 3 1 1 2 2 1 1”,
StepFunction = GSStaticPriority,
icon=136048,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/castsequence Chain Lightning,Chain Lightning,Chain Lightning,”,
“/cast Earthquake Totem”,
“/castsequence Chain Lightning,Chain Lightning,Chain Lightning,Chain Lightning,Chain Lightning,Earth Shock”,
“/cast [combat] Fire Elemental”,
PostMacro=[[
/cast Elemental Mastery
/cast Ascendance
/cast Blood Fury
/startattack
]],
}