MM - GS - GLAIVE

Hi… I have changed a couple of things around from mostly Beefs macro (Thanks Beef) to suit my play style. Let me know what you think or if you have some improvements.

1121313

Sequences[‘MM’] = {
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]
/use Rapid Fire
/console Sound_EnableSFX 0
]],
‘/cast !Glaive Toss’,
‘/castsequence [nochanneling] reset=combat !Kill Shot’,
‘/castsequence [nochanneling] !Chimaera Shot, Aimed Shot’,
‘/cast [nochanneling] Steady Shot’,
‘/cast [nochanneling] Aimed Shot’,
‘/cast [nochanneling] !Chimaera Shot’,
‘/cast [nochanneling] Steady Shot’,
‘/cast [nochanneling] !Kill Shot’,
‘/cast [nochanneling] Steady Shot’,
‘/cast [nochanneling] !Chimaera Shot’,
PostMacro = [[
/startattack
/cast Chimaera Shot
/cast Stampede
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}