Macro to summon Feral Spirit and set it to defensive in one click

Hi,

for some reasons I wasn’t able to find a working solution myself or on Google so…hello forum!

In Season of Discovery, the shaman can summon to spirit wolves to help him in battle. Unfortunately they are always summoned in “aggressive” stance, which means if you do that in a dungeon, they go gnaw on the closest group of mobs that you actually didn’t want to pull right now.

I came up with this macro:

#showtooltip
/cast Feral Spirit
/petdefensive

The problem: On the first click, only the summoning of the Feral Spirit works, but not the switch to defensive stance. For that you need to click that macro a second time, which prompts the error message that this skill is on cooldown (referring to the /cast Feral Spirit) but at least the stance will be switched by that second click.

Does anyone have an idea to make this a one-click macro?

Thanks in advance.

Not possible due to race conditions. The the macro executes, then the spirits pop into the game. There’s no way to delay the pet defensive command till after the spirits exists.

1 Like

Pepe sad. :slightly_frowning_face:

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