Cast statue at feet linked to another spell help

Hi i want to cast my monk “summon white tiger statue”, at my feet when its available but link it to my tiger palm.
i have the following macro to cast at feet, but not sure how to link it to tiger palm…tia

#showtooltip summon white tiger statue
/script UIErrorsFrame:Hide()
/console Sound_EnableSFX 0
/use [@player]summon white tiger statue
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

Not possible, both abilities are on the GCD.

1 Like

Oh i see,
So is there anything i could macro it to?
For eg .
/cast kegsmash
/cast statue if not on cooldown
/ignore casting statue if on cooldown.

or a /cast sequence?

obvious this is a example, its just for quality of life

Nothing rotational, no.

You could stick it on a modified press along with something else so like

#showtooltip
/cast [mod:alt,@player] Summon White Tiger Statue; Tiger Palm

So reg press would be tiger palm, alt-press would be summon statue.

1 Like

Awesome thanks Elven