Macro Help Please

Hi Everyone,

I’m hoping to get some help with a macro. It’s one I’ve used plenty of time, but for some reason it’s being incredibly annoying.

#showtooltip
/cast [mod:alt;target=mouseover] Riptide; [target=mouseover] Chain Heal

The macro works in the sense that I can mouseover something, press the key and cast Chain Heal, I cast the mod version and I have to place/click on the target for it to cast. It doesn’t automatically cast. I’ve been fighting with this thing for hours. All I want it to do is automatically cast Riptide at the target when I use the modifier.

Thanks in advance.

Your syntax has some bugs in it. Use this:

#showtooltip
/cast [mod:alt,@mouseover,help,nodead] [mod:alt] Riptide; [@mouseover,help,nodead] [] Chain Heal
1 Like

Amazing, thanks.

I’ll test that out. :smiley:

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