UPDATED / 10.05.2018
Keep that in mind that these macros are not build to take you to Top DPS.
GSE Macros are to be LAZY don’t forget that.
Don’t expect from a macro to do everything for you.
Top 10 Ret Paladin players uses Whisper of the Nathrezim Cloak + Soul of Highlord Ring + T21 Set
But you still can use Liadrin’s Fury Ring
Other Legendaries are useless at the moment.
YOUR MASTERY MUST BE %60 - HASTE MUST BE %32 - VERSALITY %10 TO GET BEST RESULT FROM THIS MACROS.
I recommend you to use Crusade when you need or you want manually.
Don’t forget to use FLASK(Countless Army)+Versality Food and Potion of Prolonged power Pot
So here is Single Macro:
Sequences['SINGLE'] = {
-- This Sequence was exported from GSE 2.2.08.
Author="TwistingNether@Mithrilwen",
SpecID=70,
Talents = "1322212",
Default=1,
Icon='inv_misc_questionmark',
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=false,
StepFunction = "Priority",
KeyPress={
"/startattack",
"/targetenemy [noharm][dead]",
"/cast Shield of Vengeance",
},
PreMacro={
},
"/cast Templar's Verdict",
"/cast Judgment",
"/cast Blade of Justice",
"/cast Crusader Strike",
PostMacro={
},
KeyRelease={
},
},
},
}
AOE Macro
Sequences['A'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="TwistingNether@Mithrilwen",
SpecID=70,
Talents = "1322212",
Default=1,
Icon='inv_misc_questionmark',
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=false,
StepFunction = "Priority",
KeyPress={
"/startattack",
"/targetenemy [noharm][dead]",
"/cast Shield of Vengeance",
},
PreMacro={
},
"/cast [talent:5/2] Eye for an Eye",
"/castsequence reset=target Judgment, Divine Storm, Divine Storm, Divine Storm",
"/cast Crusader Strike",
"/cast Blade of Justice",
"/cast [combat] Wake of Ashes",
PostMacro={
},
KeyRelease={
},
},
},
}
And here is the AHK Settings for you which almost theres no easy and simple explanation on the internet for LAZY as FUCK persons like us.
So here is the simplest explanation for Retributioners. (Also other classes can use it too)
Download and Install AHK From this link: https://autohotkey.com/download/ahk-install.exe
When you finish installing the program go to Deskop Right Click = New = AutoHotKey Script
Give the file a name and right click to file = Edit Script
Delete everything in it and paste the codes below;
SetKeyDelay, 25 ; Keystroke is sent four times per second
^!n::
IfWinExist Untitled - Notepad
WinActivate
else
Run Notepad
return
#ifWinActive World of Warcraft
{
;Pause::Suspend
$q::
Loop
{
if not GetKeyState("q", "P")
break
Send q
}
return
$e::
Loop
{
if not GetKeyState("e", "P")
break
Send e
}
return
}
Save the file and close it. Just before WOW go to that file and right click = Run Script
So when you enter the game (i am assuming that you already installed GSE) type /gs
import my macros and drag drop the macro key from GSE which i use for SINGLE=E AOE=Q
so when you keep on pressing on E your single target macro will continuesly work till you stop pressing it. Same for the Q for AOE. So i think i’ve explained all of the matter for you guys.