AFF AOE Macro??

Is there any decent AOE macro for GS? plzzz and ty

try this or try an update it to work as u need

Sequences['AFAoe'] = {
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]
/petattack [@target,harm]
]],
"/castsequence [nochanneling] reset=target/38 Corruption,Agony,Unstable Affliction,Haunt,Seed of Corruption",
'/cast [combat,nochanneling]Dark Soul: Misery',
'/cast [combat,nochanneling]Seed of Corruption',
PostMacro = [[
/script UIErrorsFrame:Hide();
]],
}

Tysm, Can u plz put it in a format so i can put in notepad plzzz ty!!!

just copy and paste into your sequences file and name a macro AFAoe

you can copy the whole code and paste into a notepad