Drink Up Me Hearties macro

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?

macros can’t do conditionals like this.

you could do a shift modifier or something to do one over the other, but that’s all I can think of really.

1 Like

All my shift binds are taken, but I think an alt modifier may do the trick. Thanks :slight_smile:
Ah yep, this works perfectly

#showtooltip Crimson Vial
/cast !Crimson Vial
/use [mod:alt] item:137222
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.