Gnome Sequencer Paladin Ret

Hey Michael i am going to try you GS out tonight i will let u know how it goes lol
thanks

Sequences[‘Ret’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast !Avenging Wrath’,
‘/cast Seraphim’,
‘/cast !Execution Sentence’,
‘/cast Hammer of Wrath’,
“/cast Templar’s Verdict” ,
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,

PostMacro = [[

/use [combat]13
/use [combat]14
]],
}

Sequences[‘RetAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast !Avenging Wrath’,
‘/cast Seraphim’,
‘/cast !Execution Sentence’,
‘/cast !Divine Storm’,
‘/cast Hammer of Wrath’,
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Exorcism’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

I changed the priority a little to maximize the use of HolyPower and added Seraphim. I kept maxing out on holy power before, without using templars verdict very often. This helped a lot…

tnx for sharing Andrew,

But a little question for you and all others who want to post a sequence or any macro… can you please put them in the code field? (use the code button, second from the right.)
No offense meant btw, it just makes things a Lot clearer, easier to read and also way less hassle to copy the sequence to try out yourself.
Thanks in Advance.

Andrew, I modified your code a bit. I think it works pretty well, working on timing for the keyboard.

Sequences['Ret'] = {
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 !Avenging Wrath',
'/cast Seraphim',
'/cast !Execution Sentence',
'/cast Hammer of Wrath',
"/castsequence [nochanneling] reset=10 Templar's Verdict",
'/cast Judgment',
'/cast Crusader Strike',
'/cast Exorcism',

PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Sequences['RetAOE'] = {
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 !Avenging Wrath',
'/cast Seraphim',
'/cast !Execution Sentence',
'/cast !Divine Storm',
'/cast Hammer of Wrath',
'/cast Judgment',
'/cast Hammer of the Righteous',
'/cast Exorcism',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Anyways, try it out, hope ya like it.

Wreek

Guys Please help i have tried all the macros on this page and I love them and have gotten them to work…but here is the dilemma, whith all my buff cast for the first 15-20 sec i do around 20k dps once the buffs ware off im sustained around 11k at this point im sure im doing something wrong because People say they are getting around 20k sustained at ilvl 640, well im at ilvl 657 so i must be doing something wrong any help would be appreciated

Has there been an update for this macro? My GF is currently doing Ret Pally and she wants to find a solid one. Is this still a viable macro? I have not gone in-game to test. And she has not been on for the physical click rotation testing.

If anyone is interested in corresponding - please message me:

benjamin.d.botts@gmail.com

I would appreciate any advice.

She uses a LogitechG600. (If that helps)

Hello Benjamin Botts

you could try to look at Thekephas macros on youtube, i use them and the works great for me…

you can find them with Retribution Paladin 6.0 DPS Rotation and Macro on youtube…

Jimmy

[quote quote=24254]Hello guys here some adjustments to this great macro , i put the seal changement when you pass from single target to aoe macro , also for raid i use this macro without casting avenging wrath when i’m on trash, i use a second macro with avenging wrath only on boss. My talent build is 3/1/1/2/3/3/3 So enjoy ?
[/quote]
For lazy farming you could let avenging wrath in the macros like:
'/use [nogroup]!Avenging Wrath',
so can still have the other button when in raid, otherwise smash this one only and have everything on cooldown

This sequence just randomly stopped working… ive pasted many times and now it doesn’t work… wtf

can you make it so it doesn’t pop avenging wrath and uses holy prism instead??

for some reason the “ret” version stopped working for me… just copy and pasted it again and nothing