trying to make a macro that i can use for all 3 specs and im obviously doing it wrong. seems to be working, but not showing the icon of the spell. was thinking/hoping that when i changed statues it would update the icon but all i get is a ?
#showtooltip
/use [@cursor]Summon Jade Serpent Statue
/use [@cursor]Summon White Tiger Statue
/use [@cursor]Summon Black Ox Statue
#showtooltip
/use [@cursor]Summon Jade Serpent Statue
/use [@cursor]Summon White Tiger Statue
/use [@cursor]Summon Black Ox Statue
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Summon Jade Serpent Statue" or G"Summon White Tiger Statue" or G"Summon Black Ox Statue")
That said, you can definitely have more than 1 of those statues at a time.