6.1.2 Enhance shaman

here is a macro i am working on give a try see how ya like it

talents 1,1,3,3,1,1,1

glyphs

lighting shield
flame shock
feral spirit

Update fixed 5/28/2016


Sequences['enhsha'] = {
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]
/cast Ascendance
]],

'/cast Fire Elemental Totem',
'/cast Feral Spirit',
'/cast [nochanneling] Flame Shock',
'/cast [nochanneling] Unleash Elements',
'/cast [nochanneling] Lava lash',
'/cast [nochanneling] Lava lash',
'/cast [nochanneling] Stormstrike',
'/cast [nochanneling] Stormstrike',
'/cast [nochanneling] Lightning Bolt',
PostMacro = [[
/cast [combat] Berserking
/cast [combat] Spirit Walk
/use 13
/use 
/startattack
]],
}

Sequences['enhshatotem'] = {
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]

]],

'/cast Healing Stream Totem',
'/cast Grounding Totem',
'/cast Earthbind Totem',
'/cast Searing Totem',
PostMacro = [[
/use 
/use 
/startattack
]],
}

good one thank you!!! works for me having fun

Great macro, any chance of an AOE macro to go along with the ST macro?