(mouseover) offensive / defensive macro help

So im combining macros like this, to clear up space on bars: /cast [harm] Rising Sun Kick; [help] Soothing Mist

Is there a way to get the healing part (soothing mist) in this macro to be mouseover?

Thanks in regards.

Defaulting to Soothing Mist:

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] Soothing Mist; [harm] Rising Sun Kick; Soothing Mist

Defaulting to RSK:

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] [help] Soothing Mist; Rising Sun Kick

Wow ty loads!

This is exactly what im looking for. My bars are gonna be less filled :smiley:

1 Like

What is the mod:alt,@player for here?

It means that it does that action if you press down alt with the keybind. In this case it means that if the player presses alt, it casts the spell on themselves instead.

1 Like

… yes, but that is not what was asked for … I think?

If you want a reasoning, then it’s there because if you want to cast something on yourself without accidentally casting it on someone via mouseover etc it’s easier to just press alt to do it.

That makes sense.

It’s also how spells function by default if you’re using them from the spellbook (assuming your self-cast key is set to alt) so it’s behaviour most players are used to.

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