Ret pally PVE ilvl832 DPS 180K on Boss Dummy

I have been testing below Macro for a while and it is working very well for me, I am currently doing 180+k to boss dummy and my Ilevel is 832 and i’ve equiped my artifact with three slots increasing the dmg of my Judgment by 48%

Here is my Macros:

1- ST Rotation:

Sequences[‘PALAY-RET-ST’] = {
author=“Folath@Stormrage”,
specID=70,
version=7,
source = “Local”,
helpTxt = “Ret ST macro – 1112111”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [combat] Wake of Ashes”,
“/cast Judgment”,
“/cast !Templar’s Verdict”,
“/cast Crusader Strike”,
“/cast !Templar’s Verdict”,
“/cast Blade of Wrath”,
“/cast Crusader Strike”,
“/cast Crusader Strike”,
“/cast Judgment”,
“/cast !Templar’s Verdict”,
PostMacro=[[
/cast [combat] Hammer of Justice
]],
}

2- AOE Rotation:

Sequences[‘PALAY-RET-AOE’] = {
author=“Folath@Stormrage”,
specID=70,
version=7,
source = “Local”,
helpTxt = “Ret ST macro – 1112111”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [combat] Wake of Ashes”,
“/cast Judgment”,
“/cast !Divine Storm”,
“/cast Crusader Strike”,
“/cast !Divine Storm”,
“/cast Blade of Wrath”,
“/cast Crusader Strike”,
“/cast Crusader Strike”,
“/cast Judgment”,
“/cast !Divine Storm”,
PostMacro=[[
/cast [combat] Hammer of Justice
]],
}

I am keeping my Avenging Wrath/Crusade and shield of Vengeance on a separate button (Blizz in game macro) as i don’t want to be fired off on trash mobs unless necessary. Just create a new macro and type the following:

/cast Crusade
/cast Shield of Vengeance

then assign it an icon and place it on you action bar.

Forgot to mention that I’ve changed my talents as follow 1312112

could you make one for the original Gnome Sequencer please?

in GS coded:


---1312112---
Sequences["PALAY-RET-ST"] = {
PreMacro=[[
/targetenemy [noharm][dead]
]],
[[/cast [combat] Wake of Ashes]],
[[/cast Judgment]],
[[/cast !Templar’s Verdict]],
[[/cast Crusader Strike]],
[[/cast !Templar’s Verdict]],
[[/cast Blade of Wrath]],
[[/cast Crusader Strike]],
[[/cast Crusader Strike]],
[[/cast Judgment]],
[[/cast !Templar’s Verdict]],
PostMacro=[[
/cast [combat] Hammer of Justice
]],
}

Sequences["PALAY-RET-AOE"] = {
PreMacro=[[
/targetenemy [noharm][dead]
]],
[[/cast [combat] Wake of Ashes]],
[[/cast Judgment]],
[[/cast !Divine Storm]],
[[/cast Crusader Strike]],
[[/cast !Divine Storm]],
[[/cast Blade of Wrath]],
[[/cast Crusader Strike]],
[[/cast Crusader Strike]],
[[/cast Judgment]],
[[/cast !Divine Storm]],
PostMacro=[[
/cast [combat] Hammer of Justice
]],
}

What sort of dps are you doing with this and ilvl?

rip I read the top sorry lol

I imported them and all gives a error “String storage”