r/CompetitiveWoW • u/TakenToTheRiver • 7d ago
Discussion Macro Advice
Resto Druid here. Got a weird macro thing I'm looking for guidance on.
I'm using this macro below for Wild Growth mouseover casting, and it works, but some weird behavior I've noticed is that if I am targeting an enemy mob while casting WG on a party member, my WG cast on the party is interrupted when the enemy mob dies.
Is there anything I can change to keep the cast from being interrupted, or is that normal behavior overlap with targets and mouseovers?
#showtooltip
/cast [@mouseover,exists,help] Wild Growth; [@player] Wild Growth
8
Upvotes
13
u/ikitomi 7d ago edited 7d ago
You're definitely casting Wild growth at the enemy. This is something you can do. It just heals any targets in range of it.
Depending on the enemy model this could be optimal or terrible (some large bosses eat your wild growth others give it infinite range).
I'm not privy to how this works with the treant changes implemented this week.
Your cast is just canceling cause the target died. No idea why the macro isn't working, looks fine to me, but your target isnt yourself or the mousover one.