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 ._.