So all celestials (Xuen, Yulon, etc.) have a comma in their names which does not allow castsequence macros to work. There is a workaround when it comes to the tiger or the ox as they are considered pets. So the ‘[pet]’ and ‘[nopet]’ conditionals work well. But Yulon and Chi Ji arent pets according to the game (or at least my UI)…
I wanted to make a macro that summons Chi Ji and casts Enveloping Mist once the pet (which isn’t a pet) is out.
This is what I use currently:
/cast [known:325197] Invoke Chi-Ji, the Red Crane;Invoke Yu’lon, the Jade Serpent
And this is my wannabe-new macro that doesnt work:
/cast [nopet,known:325197] Invoke Chi-Ji, the Red Crane;[nopet]Invoke Yu’lon, the Jade Serpent;[pet,@mouseover,help,nodead]Enveloping Mist;[pet]Enveloping Mist
Any ideas for a helpless nub pls? (The summon does happen with the second macro as well, but because the summon isnt considered a ‘pet’ Enveloping Mist is never cast.)