5.4 Paladin (prot)

ok so heres what i have for my aoe macro i cant really seem to get it to work as i want though… if i make the cast sequence before consecration 0.3 it works but no holy wrath… id also like to find a way to add (!seal of righteousness) without it being spammed and without making a 6th cast line so maybe after avenger’s shield since it has the longest cooldown… any help would be appareciated and im using macro toolkit and i do not use programmable keyboard

/console Sound_EnableSFX 0
#showtooltip Avenger's Shield
/castsequence reset=1 0,0,0,0,Consecration,Holy Wrath
/castsequence reset=0.3 0,0,0,Word of Glory
/castsequence reset=1 0,0,Judgment,Sacred Shield
/castsequence reset=0.3 0,Hammer of the Righteous
/castsequence reset=0.3 Avenger's Shield
/cast [combat] Avenging Wrath
/cast [combat] Ardent defender
/cast [combat] Guardian of Ancient Kings
/cast [combat] Divine Protection
/cast [combat] Devotion Aura
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1

i fixed it it works awsomeley now…

/console Sound_EnableSFX 0
#showtooltip Avenger's Shield
/castsequence reset=0.3 0,0,0,0,Holy Wrath
/castsequence reset=0.3 0,0,0,Consecration
/castsequence reset=0.3 0,0,Word of Glory
/castsequence reset=0.3 0,Avenger's Shield
/castsequence reset=5 Hammer of the Righteous,Judgment,Sacred Shield,!Seal of Righteousness
/cast [combat] Avenging Wrath
/cast [combat] Ardent defender
/cast [combat] Guardian of Ancient Kings
/cast [combat] Divine Protection
/cast [combat] Devotion Aura
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1

scrapped holy wrath it was eating a gcd and wasnt needed but kept seal eating gc because im just to lazy to have to do that…

/console Sound_EnableSFX 0
#showtooltip Avenger's Shield
/castsequence reset=0.3 0,0,0,Consecration
/castsequence reset=0.3 0,0,Word of Glory
/castsequence reset=0.3 0,Avenger's Shield
/castsequence reset=4 Hammer of the Righteous,Judgment,Sacred Shield,!seal of Righteousness
/cast [combat] Avenging Wrath
/cast [combat] Ardent defender
/cast [combat] Guardian of Ancient Kings
/cast [combat] Divine Protection
/cast [combat] Devotion Aura
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1

Just a couple questions - Why do you have all your survival CD’s in the macro? IMO they should be on entirely separate buttons or else they are going to be on CD when you need them, especially Devo Aura. Also, wouldn’t you want the seal on a separate line? The way it is set up now it will activate after you’ve already gone through a full AoE rotation. Overall a very well scripted macro though.

Try:

/console Sound_EnableSFX 0
#showtooltip Avenger’s Shield
/castsequence reset=0.3 0,0,0,Consecration
/castsequence reset=0.3 0,0,Word of Glory
/castsequence reset=0.3 0,Avenger’s Shield
/castsequence reset=4 Hammer of the Righteous,Judgment,Sacred Shield,
/cast [combat] !Seal of Righteousness
/cast [combat] Avenging Wrath
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1