I’ve been trying to find a solution to bind both the standard Crimson Vial, and the item produced by ‘Drink Up Me Hearties’ into a single button using a macro, and I think I’m close, but it’s not quite there.
So far I have
#showtooltip Crimson Vial
/cast !Crimson Vial
/use item:137222
But what this does is use the the Crimson Vial ability AND drink the item at the same time. Ideally I only want it to /use
the vial if the spell version (30cd) is on cooldown.
Is that even possible?