What have i done wrong

Hello Guys trying to use a modifier macro for arena and doesn’t seem to work. Basically I want on normal press to go on target. If shift is pressed Party1, Ctrl Party2, Alt MO,
#showtooltip Blessing of Freedom
/cast [nomod] Blessing of Freedom
/cast [mod:shift,target=party1] Blessing of Freedom
/cast [mod:ctrl,target=party2] Blessing of Freedom
/cast [target=mouseover,mod:alt] Blessing of Freedom

Second one is similar but Arena1, Arena 2
#showtooltip Hammer of Justice
/cast [nomod] Hammer of Justice
/cast [mod:shift,target=Arena1] Hammer of Justice
/cast [mod:ctrl,target=Arena2] Hammer of Justice
/cast [target=mouseover,mod:alt] Hammer of Justice

Anyone spot my mistakes please

PS I have also noticed they these wont auto self cast if I have a enemy or noone targeted. Even though I have the autoself cast option ticked in Interface settings.

Give this optimized version a try

#showtooltip 
/cast [mod:shift,@party1][mod:ctrl,@party2][mod:alt,@mouseover,help,nodead][] Blessing of Freedom

#showtooltip 
/cast [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@mouseover,harm,nodead][] Hammer of Justice
1 Like

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