Macro to place statue at cursor

Hey!

Trying to get a macro to work to put my White Tiger statue at my cursor - or, if that’s not possible, at my feet. It works with Bonedust Brew and Exploding Keg just fine, but not with the statue.

This is what I’ve been trying:

#showtooltip Summon White Tiger Statue
/cast [@cursor] Summon White Tiger Statue

I’ve also tried with @player instead of @cursor. The exact same macro but with Bonedust / Exploding Keg works. What am I doing wrong?

Hm, I am pretty sure I use the exact same one, and it works for me.

/cast [@cursor] Summon White Tiger Statue

No idea why it would not work for you, I am pressing it right now and it works fine,
I’m not using the showtooltip before it, I dont know if that is the problem, but that would make no sense if it is.

1 Like

Weird! But thanks for the answer, I’ll try without the #showtooltip later.

#showtooltip
/cast [@cursor] Summon White Tiger Statue

This one works for me, try it. Probably the problem is in text after the showtooltip.

Make sure you shift click the spell from the spellbook into the macro.

Sometimes if you just write it out, some spells won’t work.

1 Like

Worked when I removed the stuff in the first line after #showtooltip.

Weird, but at least I got a solution, thanks!

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