Two on-use trinkets

Two 2 minute trinkets. One 1 minute buff. I want to pop trinket 13, then wings. A minute later, I want to pop 14, then wings.

Macro A
/castsequence reset=30 Avenging Wrath, blah, blah

Macro B
/use 13
/use 14

Press macro b, then macro a.

One minute later, press macro b, then macro a.

Will this work?
On the first press, it should use 13, and put 14 on a 30 second cd. Then pop wings. Macro a goes on for the rest of the sequence.

One minute later, pressing macro b will use 14 because 13 is on cd, right? Or will that generate an error?

That does seem to work, but is there any way to have the tooltip change?

Follow up question:

/castsequence reset=30 Avenging Wrath, Final Reckoning, Divine Toll

Can you @cursor in the middle of a castsequence?

#showtooltip
/cast 13, Avenging Wrath, 14, Avenging Wrath

or

#showtooltip
/cast Avenging Wrath
/castsequence 13, 14
#showtooltip
/castsequence [@cursor] [] reset=30 Avenging Wrath, Final Reckoning, Divine Toll
2 Likes