Hey guys im fairly new to GSE2, but i work with programming daily. Ive put together a few macros, that i find very usefull. My prot macro is a rotation for all the damaging abilities. It works quite consistently to keep up blessed hammers as well as consecration. I choose not to put my cooldowns aswell as the artifact ability in the macro, as i like to have control of those.
Here goes:
Sequences['Prot_Paladin'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Xäphan@Tarren Mill",
SpecID=66,
Talents = "2132131",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
LoopLimit=1,
KeyPress={
"/targetenemy [noharm][dead]",
"/use Avenging Wrath",
},
PreMacro={
},
"/cast Judgment",
"/cast Avenger's Shield",
"/cast !Consecration",
"/cast !Blessed Hammer",
"/cast !Consecration",
"/cast Avenger's Shield",
"/cast Judgment",
PostMacro={
"/cast [combat] Eye of Tyr",
},
KeyRelease={
"/startattack",
},
},
},
}