Ret macro dosent seem to work quite right

I found this macro on a site and did a little editing it seems to work well except for not using templars verdict i will sit at max holy power forever. any ideas? i was told the nomod before templars would make it so its used at max holy power

Sequences[‘Ret’] = {
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 [nomod,nostance: 1] seal of truth
]],
‘/cast Hammer of Wrath’,
‘/cast Crusader Strike’,
‘/cast Judgment’,
‘/cast Exorcism’,
‘/cast Execution Sentence’,
PostMacro = [[
/cast [nomod]Templar’s Verdict
/use [combat]13
/use [combat]14
/startattck
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

are you using the Final verdict talent? If so this should be it.

Sequences[‘Ret’] = {
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 [nomod,nostance: 1] seal of truth
]],
‘/cast Hammer of Wrath’,
‘/cast Crusader Strike’,
‘/cast Judgment’,
‘/cast Exorcism’,
‘/cast Execution Sentence’,
PostMacro = [[
/cast [nomod]Final Verdict
/use [combat]13
/use [combat]14
/startattck
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Idk what’s wrong with the code but your better off going with ClcRet and a naga man.

Having a similar problem. Started after I downloaded most recent gnomesequencer. Haven’t been able to figure it out.

Sequences[‘Ret’] = {
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 [nomod,nostance: 1] seal of truth
]],
‘/cast Hammer of Wrath’,
‘/cast Crusader Strike’,
‘/cast Judgment’,
‘/cast Exorcism’,
‘/cast Execution Sentence’,
PostMacro = [[
/cast [nomod]Final Verdict
/use [combat]13
/use [combat]14
/startattck
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

I have this working. When I copied it into Notepad++ some of the symbols were incorrect.

all of not working. macro gives error…