Heath Pot/Health Stone single button macro needed

Hey all.

Been a while since I’ve been here, but am in need of assistance.

Is there a macro sequence I can use to click a health stone, and then if needed, a heath pot moments later with the same button?

Any help would be greatly appreciated.

If you don’t mind using a modifier key, then you could do

#showtooltip
/use [mod:shift] Algari Healing Potion; Healthstone

Replace “shift” with alt or ctrl if you’d prefer. This would use the healthstone by default on that macro keybind, and if you press shift+keybind it would use the heal pot. Since they’re on separate cooldowns they should be usable back-to-back.

Not sure how a /castsequence would work or even if it could.

I use /castsequence reset=combat Healthstone, Algari Healing Potion, Algari Healing Potion

Works in raid, simply because the healthstone cd gets reset on a wipe. It won’t work at all in M+ but I’m ready to click them in that case.

Thank you both :slight_smile: