6.2.3 shaman elemental GS

Hi, they have a macro for this class to work properly in HFC heroic and mythical with tier 18 in patch 6.2.3
Thank you

Greetings fellows,
I like to echo Cazador’s request as well.
If any one has any positive experience with a competitive macro, please share this with us.
Thank you!

hey guys. not sure how good this is. my shammy is very poor geared and resto so cant really tell if dps is ok

Sequences['ELEST'] = {
	StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],

'/castsequence [nochanneling] reset=combat Flame Shock,Frost Shock,Frost Shock,Earth Shock',
'/castsequence [nochanneling] Unleash Flame',
'/castsequence [nochanneling] reset=2 Lava Burst, Lava Burst, Lava Burst',
'/castsequence [nochanneling] reset=12 Elemental Blast',
'/castsequence [nochanneling] Lightning Bolt',
'/castsequence [nochanneling] reset=25 Grounding Totem(Air Totem)',
'/castsequence [nochanneling] reset=30 Healing Stream Totem(Water Totem)',
'/cast [nochanneling] Ancestral Guidance',
'/cast [nochanneling] Shamanistic Rage',
PostMacro = [[
/startattack
]],
}

like to thank beef for all the ground work on this. just changes it around