new macro mm

Please could someone who really is good at writing, make new macro that work perfectly, respecting buff procc etc, macros here on the forum I’ll repeat basic rotations are oa and stop. I knew I would write myself

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]
/cast Rapid Fire
]],
‘/castsequence [nochanneling] reset=combat !Kill Shot’,
‘/castsequence [nochanneling] reset=9 Chimaera Shot’,
‘/cast [nochanneling] reset=20 Barrage’,
‘/cast [nochanneling] Aimed Shot’,
‘/cast [nochanneling] Steady Shot’,
PostMacro = [[
/use [combat]13
/use [combat]14
/startattack
/script UIErrorsFrame:Hide();
]],
}

seams not working in GS

I know mine is a macro based seeking people to start here is improving in cooperation of all first of all, we get to have the best talents, talents Branch 60 thrill of the hunt, the proc aimed shot, look for help creating the perfect macro

Im wanted test the macro but the gnome sec wont even recognize prop wrong somewhere in the line

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]
/cast Rapid Fire
]],
'/castsequence [nochanneling] reset=combat !Kill Shot',
'/castsequence [nochanneling] reset=9 Chimaera Shot',
'/cast [nochanneling] reset=20 Barrage',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Steady Shot',
PostMacro = [[
/use [combat]13
/use [combat]14
/startattack
/script UIErrorsFrame:Hide();
]],
}

Try that. I fixed the apostrophes. I think that was the problem. :slight_smile: