Gnome Sequencer Restro

below is what i have made for my 90 restro shaman i simply use clique in conjunction with it and have had no problems i haven’t seen any lockups. All testing was done on my 90 shaman that I’m working on leveling up

this is what i put in clique under the run custom macro option which is under “bind other”.

/target mouseover
/click Shamanrestro</pre>

and here is the gnome macro

Sequences['Shamanrestro'] = { 
PreMacro = [[
/targetenemy [noharm][dead]

]],
	'/castsequence Chain Heal',
	'/cast Riptide',
	'/cast Unleash Life',
	'/cast [combat]Healing Stream Totem',
        '/cast Stone Bulwark Totem',
        '/cast [combat] Blood Fury',
        '/cast Ancestral Swiftness',

	PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}</pre>

made a correction

Sequences['Shamanrestro'] = { 
PreMacro = [[

]],
	'/castsequence Chain Heal',
	'/cast Riptide',
	'/cast Unleash Life',
	'/cast [combat]Healing Stream Totem',
        '/cast Stone Bulwark Totem',
        '/cast [combat] Blood Fury',
        '/cast Ancestral Swiftness',

	PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

[/quote]