Mouseover macro with multi modifiers

Hi Everyone.

I have a modifier macro I use for arena and I would like to use it in battlegrounds and raids with adding mouse over to it.

Current macro;
/cast [nomod, @Jkxz]Power word: Shield ;[mod:ctrl, @Jkxz]Renew ;[mod:shift, @Jkxz]Flash Heal
This macro shields one me, Shift flash heal on me and Ctrl renews on me.
I want to add a mouse over shield>shift mouseover flash heal and alt mouseover renew on raid frames. If not mouseover then it functions as it is. I tried many examples but nothing worked.

Thanks

#showtooltip
/cast [mod:ctrl,@mouseover,help,nodead] [mod:ctrl,@player] Renew; [mod:shift,@mouseover,help,nodead] [mod:shift,@player] Flash Heal; [@mouseover,help,nodead] [@player] Power word: Shield

I kept them on the same modifiers you have them on rather than switching Renew to alt. If that’s not what you want just tweak the modifier. If you want to be able to cast on your target, if you have a friend selected, remove all the references to @player and make sure your Self Cast setting is set to Auto.

1 Like

Perfect!
Exactly what I needed. It works wonderfully.
I wish you double the happiness I am having with this macro <3

Sorry for replying to this, but i copied your macro, changed to what i wanted and doesn’t work. It casts Recrecimiento has i want (mouseover > target > self), but Flor de vida is always cast on self, no matter what do i target.

#showtooltip
/cast [mod:alt,@mouseover,exists,nodead] [mod:alt] Flor de vida
/cast [@mouseover,exists,nodead] [ ] Rejuvenecimiento

I’ve tried enabling and disabling selfcasts in the options, doesn’t seem to matter. I’m desperate at this point, i really can not heal if i don’t have 2 spells in the same button.

Change your Self Cast setting to Auto, even if it already is. Any of the Key options breaks macros since 9.2.5

Optimized version of your macro:

#showtooltip
/cast [mod:alt,@mouseover,help,nodead] [mod:alt] Flor de vida; [@mouseover,help,nodead] [] Rejuvenecimiento

Thank you, THANK YOU so much!!

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