Help with mouseover macro

Hello guys!

Can anyone please help me with the following macro? I want to add an extra modifier for the spell, when i press ctrl, it will cast polymorph on my focus. I tried to add an extra line myself for focus, but it didn’t work sadly.

/cast [@mouseover,exists] Polymorhp); [@target] Polymorph;

It should work like this:

If i’m targeting something, cast normal polymorph at my main target,
If i have a mouse-over target, then its prio to cast polymorp at mouseover target,
if i’m pressing ctrl, it should cast polymorph only on my focus.

I don’t know, if its possible, but i would be really grateful, if someone could help me.

Thanks.

/cast [mod:ctrl,@focus,nodead] [@mouseover,nodead] Polymorph;

pretty sure that should work

1 Like

Thanks mate!

1 Like

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