Ret Paladin - GSSE Macro - PVE and PVP

Hi

I use this both in PVE and PVP. It does close to 220k DPS

I use Zeal as I find this gives Paladins a nice AOE attack and works well on trash pulls and PVP team clashes

Sequences[‘ASC_RetDPZ’] = {
author=“Asc”,
specID=70,
version=1,
source = “Local”,
helpTxt = “Talents: 1212113”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/cast Avenging Wrath
]],
“/cast Judgment”,
“/cast Justicar’s Vengeance”,
“/cast Templar’s Verdict”,
“/cast Zeal”,
“/cast Wake of Ashes”,
“/cast Blade of Wrath”,
PostMacro=[[
]],

zeal

I can’t seem to import this in GSSE?

Any chance of putting it in code form?Thanks

Sequences[‘ASC_RetDPZ’] = {
author=”Asc”,
specID=70,
version=1,
source = “Local”,
helpTxt = “Talents: 1212113″,
icon=’INV_MISC_QUESTIONMARK’,
lang=”enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/cast Avenging Wrath
]],
“/cast Judgment”,
“/cast Justicar’s Vengeance”,
“/cast Templar’s Verdict”,
“/cast Zeal”,
“/cast Wake of Ashes”,
“/cast Blade of Wrath”,
PostMacro=[[
]],
Sequences[‘ASC_RetDPZ’] = {
author=”Asc”,
specID=70,
version=1,
source = “Local”,
helpTxt = “Talents: 1212113″,
icon=’INV_MISC_QUESTIONMARK’,
lang=”enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/cast Avenging Wrath
]],
“/cast Judgment”,
“/cast Justicar’s Vengeance”,
“/cast Templar’s Verdict”,
“/cast Zeal”,
“/cast Wake of Ashes”,
“/cast Blade of Wrath”,
PostMacro=[[
]],

There, code format

Also meant to ask, is this priority based or sequence based? Just for those who mash their macro buttons quickly.

Vince this is not in the right code

Jimmy

Hello Tony Dickie

do you hawe an AoE macro aswell?

Here is the right code for the macro…

Sequences['ASC_RetDPZ'] = {
author="Asc",
specID=70,
version=1,
source = "Local",
helpTxt = "Talents: 1212113",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast Avenging Wrath
]],
"/cast Judgment",
"/cast Justicar's Vengeance",
"/cast Templar's Verdict",
"/cast Zeal",
"/cast Wake of Ashes",
"/cast Blade of Wrath",
PostMacro=[[
]],
}

Jimmy

Hi… Thanks for this.

Ive edited to suit my personal style.

Pure ST (Nythrendra, Ursoc, Dragons etc)


Sequences['ASC_RetDPZ_ST'] = {
author="Asc",
specID=70,
version=1,
source = "Local",
helpTxt = "Talents: 1232322",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast Crusade
]],
"/cast Judgment",
"/cast Templar's Verdict",
"/cast Zeal",
"/cast Wake of Ashes",
"/cast Blade of Wrath",
PostMacro=[[
]],
}

[quote quote=34900]Hi… Thanks for this.
Ive edited to suit my personal style.
Pure ST (Nythrendra, Ursoc, Dragons etc)

<table class="crayon-table"><tbody><tr class="crayon-row"><td class="crayon-nums " data-settings="show">
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</td><td class="crayon-code">
<span class="crayon-v">Sequences</span><span class="crayon-sy">[</span><span class="crayon-s">'ASC_RetDPZ_ST'</span><span class="crayon-sy">]</span><span class="crayon-h"> </span><span class="crayon-o">=</span><span class="crayon-h"> </span><span class="crayon-sy">{</span>
<span class="crayon-v">author</span><span class="crayon-o">=</span><span class="crayon-s">"Asc"</span><span class="crayon-sy">,</span>
<span class="crayon-v">specID</span><span class="crayon-o">=</span><span class="crayon-cn">70</span><span class="crayon-sy">,</span>
<span class="crayon-v">version</span><span class="crayon-o">=</span><span class="crayon-cn">1</span><span class="crayon-sy">,</span>
<span class="crayon-v">source</span><span class="crayon-h"> </span><span class="crayon-o">=</span><span class="crayon-h"> </span><span class="crayon-s">"Local"</span><span class="crayon-sy">,</span>
<span class="crayon-v">helpTxt</span><span class="crayon-h"> </span><span class="crayon-o">=</span><span class="crayon-h"> </span><span class="crayon-s">"Talents: 1232322"</span><span class="crayon-sy">,</span>
<span class="crayon-v">icon</span><span class="crayon-o">=</span><span class="crayon-s">'INV_MISC_QUESTIONMARK'</span><span class="crayon-sy">,</span>
<span class="crayon-v">lang</span><span class="crayon-o">=</span><span class="crayon-s">"enUS"</span><span class="crayon-sy">,</span>
<span class="crayon-v">PreMacro</span><span class="crayon-o">=</span><span class="crayon-sy">[</span><span class="crayon-sy">[</span>
<span class="crayon-o">/</span><span class="crayon-i">targetenemy</span><span class="crayon-h"> </span><span class="crayon-sy">[</span><span class="crayon-v">noharm</span><span class="crayon-sy">]</span><span class="crayon-sy">[</span><span class="crayon-v">dead</span><span class="crayon-sy">]</span>
<span class="crayon-o">/</span><span class="crayon-e">cast </span><span class="crayon-i">Crusade</span>
<span class="crayon-sy">]</span><span class="crayon-sy">]</span><span class="crayon-sy">,</span>
<span class="crayon-s">"/cast Judgment"</span><span class="crayon-sy">,</span>
<span class="crayon-s">"/cast Templar's Verdict"</span><span class="crayon-sy">,</span>
<span class="crayon-s">"/cast Zeal"</span><span class="crayon-sy">,</span>
<span class="crayon-s">"/cast Wake of Ashes"</span><span class="crayon-sy">,</span>
<span class="crayon-s">"/cast Blade of Wrath"</span><span class="crayon-sy">,</span>
<span class="crayon-v">PostMacro</span><span class="crayon-o">=</span><span class="crayon-s">[[</span>
<span class="crayon-s">]]</span><span class="crayon-sy">,</span>
<span class="crayon-sy">}</span>
</td></tr></tbody></table>
[/quote]

Wouldn’t this be more useful (in a raid environment) with Justicar’s instead of Word of Glory? Just out of curiosity

Full Credit to ASC.
Just adding Divine Storm as a AOE “Holy Power Dump”
(oh stop it! I hear you giggling! “Holy Power Dump” is a perfectly legitimate useful statement in this post.)

Sequences['ASC_RetDPZ_ST'] = {
author="Asc",
specID=70,
version=1,
source = "Local",
helpTxt = "Talents: 1232322",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast Crusade
]],
"/cast Judgment",
"/cast Templar's Verdict",
"/cast Zeal",
"/cast Wake of Ashes",
"/cast Blade of Wrath",
PostMacro=[[
]],
}

Sequences['ASC_RetDPZ_AOE'] = {
author="Asc",
specID=70,
version=1,
source = "Local",
helpTxt = "Talents: 1232322",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast Crusade
]],
"/cast Judgment",
"/cast Divine Storm",
"/cast Zeal",
"/cast Wake of Ashes",
"/cast Blade of Wrath",
PostMacro=[[
]],
} 

edited figured out the phew sound…carry on

update for functionality

Sequences['WEBRetST'] = {
author="ASC Web",
specID=70,
version=1,
source = "Local",
helpTxt = "Talents: 1232322",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast Crusade
]],
"/cast !Blade of Justice",
"/cast Templar's Verdict",
"/cast Judgment",
"/cast Zeal",
"/cast Wake of Ashes",
PostMacro=[[
]],
}

Sequences['WEBRetAOE'] = {
author="ASC Web",
specID=70,
version=1,
source = "Local",
helpTxt = "Talents: 1232322",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast Crusade
]],
"/cast Wake of Ashes",
"/cast !Blade of Justice",
"/cast Divine Storm",
"/cast Judgment",
"/cast Zeal",
PostMacro=[[
]],
}