My 3 button Ret Pally Gnome Sequencer

Hi All,

This is my 3 button seq i use on my Ret for single,multi & burst it works good so far but I know it can get better. let me know what you think…

The Ret & RetAOE were just tweaked to include the strength potion take out the trinkets since I wasn’t using them you can always add them back in if you need to.

The Burst button allows me to get all my procs off in order. it really helps with the FV/DS combos

Sequences[‘Ret’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,
‘/cast Avenging Wrath’,
‘/cast Execution Sentence’,
‘/cast Final Verdict’,
‘/cast Hammer of Wrath’,
PostMacro = [[
/use Potion of Mogu Power

]],

}

Sequences[‘RetAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Exorcism’,
‘/cast Avenging Wrath’,
‘/cast Execution Sentence’,
‘/cast Divine Storm’,
‘/cast Hammer of Wrath’,
PostMacro = [[
/use [combat]Potion of Mogu Power

]],

}

Sequences[‘Burst’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Exorcism’,
‘/cast Final Verdict’,
‘/cast Divine Storm’,
‘/cast Hammer of Wrath’,
PostMacro = [[

]],

}

Hi, Plz put them in a black box to eliminate errors ty

cant get it to work

Back from being away. :stuck_out_tongue:

Anders perhaps you have copy pasted the macro without changes. Because the OP didn’t use the macro Code window, ALL the accents (at the beginning and end of the lines and at the sequence name) are changed (aka: wrong).

Here is the Macro in Black Box. I just wanna help out!

Sequences[‘Ret’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,
‘/cast Avenging Wrath’,
‘/cast Execution Sentence’,
‘/cast Final Verdict’,
‘/cast Hammer of Wrath’,
PostMacro = [[
/use Potion of Mogu Power

]],
}

Sequences[‘RetAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Exorcism’,
‘/cast Avenging Wrath’,
‘/cast Execution Sentence’,
‘/cast Divine Storm’,
‘/cast Hammer of Wrath’,
PostMacro = [[
/use [combat]Potion of Mogu Power

]],
}

Sequences[‘Burst’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Exorcism’,
‘/cast Final Verdict’,
‘/cast Divine Storm’,
‘/cast Hammer of Wrath’,
PostMacro = [[

]],
}

Whats your talents and glyphs?