Talents 2231121

HI Guys,
I have been using this one and it works fine for me in raids and +10 and over dungeons. Give it a try and tell me if it works for you:)

Sequences[‘Live’] = {
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Avenger’s Shield”,
“/cast Judgment”,
“/cast Blessed Hammer”,
“/cast Consecration”,
“/cast Light of the Protector”,
“/cast Shield of the Righteous”,
“/cast Judgment”,
“/cast Blessed Hammer”,
PostMacro=[[
/cast Avenging Wrath
/cast Avenger’s Shield
/cast Ardent Defender
/startattack
]],
}

Code for you.

Sequences[‘Live’] = {
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Avenger’s Shield”,
“/cast Judgment”,
“/cast Blessed Hammer”,
“/cast Consecration”,
“/cast Light of the Protector”,
“/cast Shield of the Righteous”,
“/cast Judgment”,
“/cast Blessed Hammer”,
PostMacro=[[
/cast Avenging Wrath
/cast Avenger’s Shield
/cast Ardent Defender
/startattack
]],
}

Awesome, thanks a lot Abdurrahman Ural!

Sequences['Live'] = {
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Avenger’s Shield",
"/cast Judgment",
"/cast Blessed Hammer",
"/cast Consecration",
"/cast Light of the Protector",
"/cast Shield of the Righteous",
"/cast Judgment",
"/cast Blessed Hammer",
PostMacro=[[
/cast Avenging Wrath
/cast Avenger’s Shield
/cast Ardent Defender
/cast Eye of Tyr
/startattack
]],
}

right code, replaced "

is this for GS or GSE? Also if I want to control the cast of Ardent Defender, do I just remove it from the macro?

Hey guys I kinds of copied a macro from the forums and tweaked it. But its not working in game, can anyone help correct it.

Sequences[‘JMSProt’] = {
author=“James”,
specID=66,
version=1,
source = “Local”,
helpTxt = “Talents:2233323”,
StepFunction = GSStaticPriority,
icon=‘Ability_Paladin_ShieldoftheTemplar’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast !Consecration”,
“/cast !Hammer of Justice”,
“/cast Avenger’s Shield”,
“/cast !Blessed Hammer”,
“/castsequence reset=6 Judgment”,
“/castsequence reset=90 Blinding Light”,
“/castsequence reset=7 Consecration, Consecration”,
“/cast !Blessed Hammer”,
“/cast !Light of the Protector”,
“/cast !Consecration”,
PostMacro=[[
/cast Shield of the Righteous
/cast [combat] Bastion of Light
/cast [combat] Avenging Wrath
/cast [combat] Eye of Tyr(Artifact)
]],}

Hi there,
It suppose to be GSE but I am not very good at that:) Maybe someone can put it in GSE code, please?
And yes if you want to control anything manually just remove from sequence.

Hello

Here it is for GSE :slight_smile:

Sequences['Live'] = {
author="Dainius",
specID=66,
version=1,
source = "Local",
helpTxt = "Talents: 2231121",
StepFunction = GSStaticPriority,
icon='Ability_Paladin_ShieldoftheTemplar',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Avenger's Shield",
"/cast Judgment",
"/cast Blessed Hammer",
"/cast Consecration",
"/cast Light of the Protector",
"/cast Shield of the Righteous",
"/cast Judgment",
"/cast Blessed Hammer",
PostMacro=[[
/cast Avenging Wrath
/cast Avenger's Shield
/cast Ardent Defender
/cast Eye of Tyr
/startattack
]],
}

Jimmy

Awesome, thanks a lot Jimmy Boy:)
Has anyone tried that? Would be nice to know:)
H EN and H TOV are flawless for me with this.

[quote quote=38645]Awesome, thanks a lot Jimmy Boy:) Has anyone tried that? Would be nice to know:) H EN and H TOV are flawless for me with this.
[/quote]

what

greetings i have been trying for the last 2 hours to get this to work on my paladin ive pasted it in the my macros folder andive tried editing the macro with the different formats of the “example” and the [[example]] but it will not show in game and i have no ide what else to do any help would be awesome

Hi there, I am not sure why it is not working for you:(
Have you got GSE installed? There is no need to change anything.I have that macro in one of the folders for paladin and it works great.
Changed the second talent though so it is 2/1/3/1/1/2/1 I am using at the moment as it gives me more dps and ubsorb.

ok cool will keep trying thanks for the response

Could anyone put this in GSE2 code, please? I have no idea how to do that:) Apologies:) And talents are 2 1 3 1 1 2 1…

[quote quote=41910]Could anyone put this in GSE2 code, please? I have no idea how to do that:) Apologies:) And talents are 2 1 3 1 1 2 1…
[/quote]

Sequences['Live'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Lyzania@Shadowsong",
  SpecID=66,
  Talents = "2131121",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
      },
      PreMacro={
      },
        "/cast Avenger’s Shield",
        "/cast Judgment",
        "/cast Blessed Hammer",
        "/cast Consecration",
        "/cast Light of the Protector",
        "/cast Shield of the Righteous",
        "/cast Judgment",
        "/cast Blessed Hammer",
      PostMacro={
      },
      KeyRelease={
        "/cast Avenging Wrath",
        "/cast Avenger’s Shield",
        "/cast Ardent Defender",
        "/cast Eye of Tyr",
        "/startattack",
      },
    },
  },
}