Can someone help me combine these 2 macros?

So I have this macro to make healthstones as a warlock :smiley:

#showtooltip
/cast [mod] Create Healthstone; Healthstone

And its a pretty simple macro, and then I also have this one:

#showtooltip
/castsequence reset=combat Healthstone, Coastal Healing Potion

Can someone help me combine them into one macro? I have tried myself but couldn’t get it to work, thanks :smiley:

Hello Naxi,

I have not tested it yet but you could try this one:

/cast [mod:alt] Create Healthstone; [nomod] Healthstone
/cast [nomod] Coastal Healing Potion

The thing I am not totally sure about (I cannot test it at the moment) is the question about the second line.

This is how it should work in theory:

  • Not specifying a mod condition should basically mean the same as [nomod] but i included it nonetheless

  • If you press the macro with a modifier (I used alt here) you create a healthstone

  • Otherwise you would simply use a Healthstone and therefore set the combined CD for Healthstone and Coastal Healing Potion except

  • If you have pressed no modifier and you have no Healthstone the macro will execute the first line (which does nothing) and then execute the second line. Since the CD is not set yet due to no consumption of a Healthstone the Coastal Healing Potion is used instead.

Personally, I know that this works since I use it:

/cast Healthstone
/cast Coastal Healing Potion

As I said, I cannot guarantee that it works but maybe you can give it a try.

1 Like

Thank you! :slight_smile: Works perfectly! :slight_smile:

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