Prot Pally Macro Help

I have been messing about with this macro and would like peoples advise to make it better i can’t seem to get Execution Sentence to fire
Any advice welcome

/console Sound_EffectSFX 0
/castsequence reset=0.3 1,1,1,1,1,1,Execution Sentence
/castsequence reset=0.3 1,1,1,1,1, Sacred Shield
/castsequence reset=0.3 1,1,1,1, Holy Wrath
/castsequence reset=0.3 1,1,1, consecration
/castsequence reset=0.3 1,1, Judgment
/castsequence reset=0.3 1, Hammer of the Righteous
/castsequence reset=0.3 Shield of the Righteous
/cast Avenger's Shield
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EffectSFX 1

try place zeros instead of 1’s maybe? or maybe see it you can do just a combat cast line

/cast [combat]

[quote quote=12784]I have been messing about with this macro and would like peoples advise to make it better i can’t seem to get Execution Sentence to fire<br>
Any advice welcome

/console Sound_EffectSFX 0
/castsequence reset=0.3 1,1,1,1,1,1,Execution Sentence
/castsequence reset=0.3 1,1,1,1,1, Sacred Shield
/castsequence reset=0.3 1,1,1,1, Holy Wrath
/castsequence reset=0.3 1,1,1, consecration
/castsequence reset=0.3 1,1, Judgment
/castsequence reset=0.3 1, Hammer of the Righteous
/castsequence reset=0.3 Shield of the Righteous
/cast Avenger's Shield
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EffectSFX 1

[/quote]

I’ll try to remember to toy around with it tonight when i get a chance. Been mostly playing my main and when i do play on my pally its in ret spec at the timeless isle since ret is the main spec and not in all greens like my prot spec. eitherway i’ll take a looksee

I have been messing around and looking at other peoples macros and have settled with this one

/console Sound_EffectSFX 0
/targetenemy [noharm][dead]
/castsequence reset=0.5 0,0,0,0,0,Hammer of Wrath
/castsequence reset=0.5 0,0,0,0,Execution Sentence
/castsequence reset=0.5 0,0,0,Shield of the Righteous
/castsequence reset=0 5 0,0,Avenger's Shield
/castsequence reset=0.5 0,Holy wrath
/castsequence reset=9  Judgment,Hammer of the righteous,Consecration,Sacred Shield
/cast [combat] Holy Avenger
/cast [combat] Avenging Wrath
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EffectSFX 1

the only thing you need to change is HotR and Crusader Strike depending on Single or AoE. If anyone can make it better please post

[quote quote=12840]I have been messing around and looking at other peoples macros and have settled with this one

/console Sound_EffectSFX 0
/targetenemy [noharm][dead]
/castsequence reset=0.5 0,0,0,0,0,Hammer of Wrath
/castsequence reset=0.5 0,0,0,0,Execution Sentence
/castsequence reset=0.5 0,0,0,Shield of the Righteous
/castsequence reset=0 5 0,0,Avenger's Shield
/castsequence reset=0.5 0,Holy wrath
/castsequence reset=9  Judgment,Hammer of the righteous,Consecration,Sacred Shield
/cast [combat] Holy Avenger
/cast [combat] Avenging Wrath
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EffectSFX 1

the only thing you need to change is HotR and Crusader Strike depending on Single or AoE. If anyone can make it better please post
[/quote]

Try this. This is a single macro based off your Macro. Haven’t done much testing but hopefully it’ll help. Of course all credit for this macro goes to Chris

#showtooltip
/console Sound_EffectSFX 0
/targetenemy [noharm][dead]
/castsequence reset=0.5 0,0,0,0,0,Hammer of Wrath
/castsequence reset=0.5 0,0,0,0,Execution Sentence
/castsequence reset=0.5 0,0,0,Shield of the Righteous
/castsequence reset=0 5 0,0,Avenger's Shield
/castsequence reset=0.5 0,Holy wrath
/castsequence reset=9  Judgment,Crusader Strike,Consecration,Sacred Shield
/cast [combat] Holy Avenger
/cast [combat] Avenging Wrath
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EffectSFX 1