Gnome Sequencer Paladin Ret

[quote quote=18194]@Constantinos

I don’t think it will work with SDM what Semlar thinks too.

Just copy and paste it again in the Sequences file and make the macro named Ret and RetAOE in the General Macros Tab of WoW.

Hope it gets resolved that way. :)
[/quote]

Ok i disabled SDM copy/paste the sequences and then i created an empty macro called Ret, still can’t get it work

Sorry to hear that it still doesn’t work for you.
Then I really can’t think of what the problem could be.

I suggest you to post your problem on the site of the author of the AddOn. Surely he can help you out.

Good luck. :slight_smile:

So how do you actually use this addon?
How do I implement the usage of this macro in wow after I have this addon installed?

Hello!

During 5.x days i always added a seal change line in the begging of my single target/ aoe macros:

/castsequence reset=2 Seal of Truth,null

Thus the seal would switch upon necessity.

Is something like that possible in Gnome Sequencer macros?

[quote quote=18268]Hello!

During 5.x days i always added a seal change line in the begging of my single target/ aoe macros:

/castsequence reset=2 Seal of Truth,null

Thus the seal would switch upon necessity.

Is something like that possible in Gnome Sequencer macros?

[/quote]

Never mind me, figured it out:

Sequences['Ret'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Truth,null
    ]],
    '/cast Judgment',
    '/cast Crusader Strike',
    '/cast Exorcism',
    '/cast !Avenging Wrath',
    '/cast !Execution Sentence',
    "/cast Templar's Verdict" ,
    '/cast Hammer of Wrath',
    PostMacro = [[
/use [combat]13
/use [combat]14
    ]],
}

Sequences['RetAOE'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Righteousness,null
    ]],
    '/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]13
/use [combat]14
    ]],
}

This works great, thanks OP.

No problem. Glad it is working for you too. :slight_smile:

whats the deal with this gnome sequnce is there anyother way of using these macs i just do feel like going threw and changing a hole ton of crap. im just not used to making macros, and i definitly not used to this hole process here. not a noob to the game just a noob to the crazy ass macros deal

how come templars verdict and divine storm have " by them…and i can get the aoe macro to work but not the st one can anyone help? plzzzz

Thanks for sharing the sequences for RET pally. Works like a charm. Makes leveling in WOD a lot faster. Everything is firing as supposed to. Brilliant…

Hey, I modified your macro’s slightly.

Give these a little crack and let me know what you think.

RPST = (Ret Paladin Single Target)

Sequences['RPST'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostance: 1] seal of truth
/cast Avenging Wrath
    ]],
    '/cast Hammer of Wrath',
    '/cast Holy Prism',
    '/cast Judgment',
    '/cast Crusader Strike',
    '/cast Exorcism',
    "/cast Templar's Verdict",
    PostMacro = [[
/use [combat]13
/use [combat]14
/startattck
    ]],
}

RPAE = (Ret Paladin Area of Effect)

Sequences['RPAE'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostance: 2] seal of righteousness
/cast Avenging Wrath
    ]],
    '/cast Hammer of Wrath',
    '/cast Holy Prism',
    '/cast Judgment',
    '/cast Hammer of the Righteous',
    '/cast Exorcism',
    '/cast Divine Storm' ,
    PostMacro = [[
/use [combat]13
/use [combat]14
/startattck
    ]],
}

Question. Just got this, but new to it. Wouldn’t it be more prudent to throw the Holy Consumers (Templar’s Verdict, Divine Storm) higher in the sequence? That way they’d be hit every time you have 3, as opposed to if & only if everything above it was off CD? Just from a standpoint of spamming/maxing DPS, I think that’d be more prudent, but again, very new to all of this.

As it stands, I’ve bound ST to mouse down, AE to mouse up, and just scroll in fights. Works like a bloody charm.

hi im new about this if you can help me plz… doest work for me i will post the message that shows me:

Message: Interface\AddOns\GnomeSequencer\Sequences.lua:1: unexpected symbol near ’

Time: 11/19/14 02:55:21
Count: 1
Stack:
Locals:

Hello, I use Hazy macros for a few days and am very excited.
I also a German server games, I changed everything to German.
Unfortunately, he only performs the commands Kreuzfahrerstoß=(Crusader Strike) and Schild des Rächers= (Avenger’s Shield) not enough.
I guess that this a problem on ä and ß is.
Can I ask one more help?

Is it possible for someone to email me their Gnome Sequencer Paladin Ret Sequence txt cause i’ve done every thing under the sun and when i get to the in-game step making the macro it does nothing. it does not link to the Sequence.
Marcanoanthony@gmail.com i would like to see someones to see what i my be doing wrong, please

NVM I some how got it to work with this one

The problem is when you rename the file “ExampleSequences” to Sequences, do not add .lua. If you do then when you open the file it will look like "Sequences.lua.lua. I had the same problem and when I just names it Sequences it worked perfect. Try that and see if it works.

Hey guys,

Just wanted to say thanks for this macro. I have edited mine for PVP with my build/results:

I have also added a guide if you are having issues with gnome sequencer posted here:

Hope this helps :slight_smile:

what is talents for this macro :slight_smile:

I decided to try out Grags macros and they work great. Thank you.