Shift mod and mouseover macro

I am trying to set up a dual use macro on my druid to use ironbark without shift and heart essence with shift. Both on mouse over but when casting it, it will only hit myself.

Here is what i have.

#showtooltip [mod:shift] heart essence;ironbark
/cast [mod:shift,@mouseover] heart essence;ironbark

Can’t for the life of me figure out what is wrong.

#showtooltip
/cast [mod:shift,@mouseover,exists,nodead] [mod:shift] Heart Essence; Ironbark
3 Likes

That worked! thank you. Out of curiosity, why did my macro not work? i could have sworn i have done it like that before

You didn’t include an existence check or a target fallback for mod:shift

Dude thank you for this

how do you make this macro in reverse? i’m trying to macro intervene and the engineering nitro boost together

ty helped alot