6.0.3 Gnome Sequencer 1 Button Elemental Single Target & AoE

Ok, this one is peiced together from Brad’s Swap Bar macro. I only did Single Target and AoE and I edited how the totems work to include them in the main macro. I removed a few chain lightnings to allow for more accurate AoE Fulminations. Brad’s Swap Bar https://wowlazymacros.com/forums/topic/elemental-6-0-2-swap-bar-totem-ascendance-aoe-aoe-5-everything-from-a-z/

The searing totem doesnt seem to be resetting after the first couple times. Dont know why?!?

Anyways, here you go!

Sequences['EleST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence Unleash Flame, Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Earth Shock, 

Lightning Bolt, Lightning Bolt',
	'/castsequence reset=target Elemental Blast',
	'/castsequence reset=target Lava Burst,Lava Burst,Lava Burst',
	'/castsequence reset=55 Searing Totem(Fire Totem),Fire Elemental Totem,Earth Elemental Totem',
	'/castsequence reset=25 Grounding Totem(Air Totem)',
	'/castsequence reset=30 Healing Stream Totem(Water Totem)',
	'/cast Thunderstorm',
	'/cast Ancestral Swiftness',
	'/cast Ancestral Guidance',
	'/cast Shamanistic Rage',
	'/cast Berserking',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['EleAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence Unleash Flame, Flame Shock, Chain Lightning, Chain Lightning, Chain Lightning,Earth Shock, Chain Lightning',
	'/castsequence reset=55 Searing Totem(Fire Totem),Fire Elemental Totem,Earth Elemental Totem',
	'/castsequence reset=25 Grounding Totem(Air Totem)',
	'/castsequence reset=30 Healing Stream Totem(Water Totem)',
	'/cast Thunderstorm',
	'/cast Elemental Blast',
	'/cast Lava Burst',
	'/cast Ancestral Swiftness',
	'/cast Ancestral Guidance',
	'/cast Shamanistic Rage',
	'/cast Berserking',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

This seems to break the program. Not sure why.

The code paste for the single target put some extra lines in there for some reason, that may do it…

Sequences['EleST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence Unleash Flame, Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Earth Shock,Lightning Bolt, Lightning Bolt',
	'/castsequence reset=target Elemental Blast',
	'/castsequence reset=target Lava Burst,Lava Burst,Lava Burst',
	'/castsequence reset=55 Searing Totem(Fire Totem),Fire Elemental Totem,Earth Elemental Totem',
	'/castsequence reset=25 Grounding Totem(Air Totem)',
	'/castsequence reset=30 Healing Stream Totem(Water Totem)',
	'/cast Thunderstorm',
	'/cast Ancestral Swiftness',
	'/cast Ancestral Guidance',
	'/cast Shamanistic Rage',
	'/cast Berserking',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
Sequences['EleAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence Unleash Flame, Flame Shock, Chain Lightning, Chain Lightning, Chain Lightning,Earth Shock, Chain Lightning',
	'/castsequence reset=55 Searing Totem(Fire Totem),Fire Elemental Totem,Earth Elemental Totem',
	'/castsequence reset=25 Grounding Totem(Air Totem)',
	'/castsequence reset=30 Healing Stream Totem(Water Totem)',
	'/cast Thunderstorm',
	'/cast Elemental Blast',
	'/cast Lava Burst',
	'/cast Ancestral Swiftness',
	'/cast Ancestral Guidance',
	'/cast Shamanistic Rage',
	'/cast Berserking',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

The above should work now. sorry

It did, thanks Smokenz.

Seems to locking up for me or something. I’m only pulling 1.8 dps with 525 GS.

nvm… had wrong spec selected… duhhh

Both sequences will only put down Fire Elemental Totem for me.