Prot Paly gnome sequencer syntax help

I cannot find a way to get Avenger’s Shield to fire off in either of the below sequences. I had to swtich to [[ and ]] because the ’ would not allow gnomesequencer to load the sequences file for me correctly.

any suggestions?

Sequences["PROT"] = {

PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Insight,null
]],
[[/cast Hammer of Wrath]],
“/cast Avenger’s Shield”,
[[/cast Shield of the Righteous]],
[[/cast Crusader Strike]],
[[/cast Judgment]],
[[/cast Exorcism]],
[[/cast Consecration]],
[[/cast Divine Protection]],
[[/cast Holy Wrath]],
PostMacro = [[
]],
}

Sequences[“PROTAOE”] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Righteousness,null
]],
“/cast Avenger’s Shield”,
[[/cast Hammer of the Righteous]],
[[/cast Consecration]],
[[/cast Holy Wrath]],
[[/cast Shield of the Righteous]],
[[/cast Divine Protection]],
PostMacro = [[
]],
}

[[/cast Avenger’s Shield]],

and it looks like you have no space between castAvenger’s Shield

Edit: or maybe im just tired and tripping out about the space.

Thanks I will double check and try what you mentioned.

[quote quote=18499][[/cast Avenger’s Shield]],

and it looks like you have no space between castAvenger’s Shield

Edit: or maybe im just tired and tripping out about the space.
[/quote]

Here is what i have:

Sequences[“PROT”] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Insight,null
]],
[[/cast Hammer of Wrath]],
[[/cast Avenger’s Shield]],
[[/cast Shield of the Righteous]],
[[/cast Crusader Strike]],
[[/cast Judgment]],
[[/cast Exorcism]],
[[/cast Consecration]],
[[/cast Divine Protection]],
[[/cast Holy Wrath]],
PostMacro = [[
]],
}

Avengers is not firing off. I have noticed that people were using: “/cast Avenger’s Shield”. and it works for them. I think the r’s in avenger’s is throwing it off. If anyone can tell me there syntax that works that would be great because if I can’t use the ’ marks with gnomesequencer for some reason so I had to switch to [[]] to call spells.

Today not one of the gnome sequencer macro’s works anymore… deleted WTF folder and the Interface folder started up wow logged out putted Gnome sequencer in the addons Folder putted a Monk macro in it wich worked started up wow and it wont work … Tryed different macro’s and noone works anymore?

I fixed it and this works for me.

Sequences[‘PrtST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Truth,null
]],
‘/cast Hammer of Wrath’,
“/cast Avenger’s Shield”,
‘/cast Shield of the Righteous’,
‘/cast Crusader Strike’,
‘/cast Judgment’,
‘/cast Exorcism’,
‘/cast Consecration’,
‘/cast Divine Protection’,
‘/cast Holy Wrath’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}
Sequences[‘PrtAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Righteousness,null
]],
“/cast Avenger’s Shield”,
‘/cast Hammer of the Righteous’,
‘/cast Consecration’,
‘/cast Holy Wrath’,
‘/cast Shield of the Righteous’,
‘/cast Divine Protection’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}