AV is off the global cd, so this should work right? Am I doing something wrong?
well your going to have to give the macro you are using if you want people to have a chance at fixing it.
Mine:
#showtooltip Avenging Wrath
/use 13
/cast Avenging Wrath
/cast [@player] Final Reckoning
/cast Execution Sentence
pops on-use trinket, wings, and either FR/ES. ez
other macro when i wanna use my two on-use ones instead replaces /use 13 with /castsequence 13, 14
If you don’t put a location for FR to cast (i.e. my @player), it’s just gonna pop the targetting thing up then you’ll have to click it wherever.
When it breaks, where does it break? Meaning, does it pop wings, but then FR/ES doesn’t work?
If that’s the case, you might try the new conditional [known] since you are using a spell you don’t know guaranteed.
#showtooltip Avenging Wrath
/use 13
/cast Avenging Wrath
/cast [known:Execution Sentence] Execution Sentence; [known:Final Reckoning, @player] Final Reckoning
This works nice. Is it bad if I kind of prefer to have the targeting icon? Sometimes I pop wings when I am not in melee range because I need two globals of hammer of wrath to get off before I start my rotation. I could be doing it wrong though