Legion Unholy GS Pre-Legion Expansion Drop

so with the nerf to clawing shadows and most sites saying it is useless atm…what do you recommend?

Useless? Can you link sources?

Not sure why, but this sequence you suggested is incomplete and or non working for me. Did i miss something?

Sequences[‘Unholy’] = {
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 reset=45 Dark Transformation’,
‘/castsequence reset=12 Outbreak, Epidemic, Epidemic, Epidemic’,
‘/castsequence reset=combat Festering Strike, Clawing Shadows, Clawing Shadows, Clawing Shadows, Clawing Shadows’,
PostMacro = [[
/startattack
/petattack
/use [combat] 13
/use [combat] 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

That’s the old way to make it a “priority” macro from the old Gnome Sequencer. GS:E wil lstill read it, but it’s now shortened down to:

StepFunction = GSStaticPriority,

[quote quote=30682]Could you explain what this is doing? I have not seen this and was just wondering.

StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros +1
			step = 1
		else
			step = step % #macros +1
		end
	]],
```[/quote]

I’m having a problem with the macro. It is saying:

“GS-Core: Unholy Incomplete Sequence Definition - This sequence has no further information Unknown Author”

Can anyone help?