Crimson Vial Macro Help

Is there a way to macro both the normal crimson vial and the one that is a pvp talents into the same buttom? I swear sometimes it works and other times not so.

I want to show my cooldown of the main crimson and just use the talents one (which is a longer cooldown)

I am using this

/cast Crimson Vial
/use Crimson Vial

but i feel like it doesn’t work all the time

Meant this on my rogue, sorry

Try this:

#showtooltip Crimson Vial
/cast Crimson Vial
/use 1 5

(bag number , slot number) Always put the useable item in the same bag slot.

Sometimes with a macro like this, if the first /cast is on cool down, a double-tap is required to activate the /use.

1 Like

Try this, I’m not home right now so I can’t test it for you:

#showtooltip Crimson Vial
/cast !Crimson Vial
/use Crimson Vial

The ! Modifier in WoW macros essentially means “use if not in cooldown”

1 Like