Simple Wild Growth macro doesn't work and I don't know why

If you target an enemy with Wild Growth and the enemy dies before the cast completes, the cast is canceled. So I want to make a macro to cast it on myself whenever an enemy/non-ally is targeted. This is far from the most complex macro I use but for some reason it just keeps casting at the enemy.

#showtooltip
/cast [mod:alt,@player][nohelp,@player][] Wild Growth

Other conditionals like “mod,@player” work fine, but “harm” and “nohelp” don’t ._.

#showtooltip
/cast [mod:alt,@player] [help] [@player] Wild Growth

because they’re testing against @player not your current target.

1 Like

Awesome, thank you!