EZ Tankadin Gnome Sequencer

After trying some of the macros in here i came up whith this one,pls feel free to make any improvments you think good.
I find this macro well balanced betwen damage and survival,give it a try and pls let me know what you think.

Talents: 2,1,2,2,3,1,3

Glyphs : Alabaster Shild,Divine Protection,Final Whrath


Sequences['ProtST'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
	'/cast Holy Wrath',
	'/cast Crusader Strike',	
	'/castsequence Judgment,Judgment,Judgment,Eternal Flame',
	"/cast Avenger's Shield",
	'/cast Hammer of Wrath',
	'/cast Consecration',
	'/cast Holy Prism',
PostMacro = [[
/cast Shield of the Righteous
/cast divine protection
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Sequences['ProtAoE'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
	'/cast Holy Wrath',
	'/cast Hammer of the Righteous',	
	'/castsequence Judgment,Judgment,Judgment,Eternal Flame',
	"/cast Avenger's Shield",
	'/cast Hammer of Wrath',
	'/cast Consecration',
	'/cast [@player] Holy Prism',
PostMacro = [[
/cast Shield of the Righteous
/cast divine protection
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Hey Doom. Just created a profile for this site just to thank you for this awesome macro. Works great for me. Thanks again!!! :slight_smile:

hi judgment is now working on the macro what can i do ???