Xuen castsequence macro

Isn’t the opening sequence Xuen, tiger palm, fist of the white tiger, earth, wind and fire, then touch off death?

You guys are trying to be helpful but don’t understand the problem. It has nothing to do with “global cooldowns” and everything to do with “Invoke Xuen, the White Tiger” containing a comma which mucks up the macro.

22 Likes

Anyone ever find a way to do this? Running into the same problem right now. Cant cast sequence macro xuen or earth wind fire. So dumb. WTB Blue

1 Like

As far as I know there is no way, besides running a third party macro tool like gnome sequencer or something like that. Nothing naturally.

1 Like

has anyone tried qoutes? " " ’ ’ ?

Figured it out for Weapons of Order, see below.

#showtooltip Invoke Xuen, the White Tiger
/castsequence Invoke Xuen, the White Tiger;
/cast Weapons of Order
5 Likes

I’ve tried here but didn’t work.

After sometime of testing I start using this as the Xuen castsequence:
#showtooltip
/cast [nopet] Invoke Xuen, the White Tiger
/cast [pet] Weapons of Order

45 Likes

commas are handlers to indicate distinct spells in a castsequence
as such /castsequence can’t deal with any spell that uses commas in its name
I just stumbled onto this today - apparently it’s been a long standing issue, not fixxed or even addressed
the lazy fix would be to take the commas out of spell names if we can’t macro spells by ID#

1 Like

Just wanted to say thanks man, this worked for me.

Worked like a charm thx Andmor

You are the man, that worked with venthry also after I modified it. Now my burst is one button and everything dies.

#showtooltip
/cast [nopet] Invoke Xuen, the White Tiger
/cast [pet] Fallen Order

3 Likes

BRO you’re a genius, thank you!

Altered to include clones:

#showtooltip
/cast Storm, Earth, and Fire
/cast [nopet] Invoke Xuen, the White Tiger
/cast [pet] Weapons of Order

While we’re on the subject of useful macros, I keep forgetting to make my pot in arena:

#showtooltip Corrupted Fire Hawk
/cast Summon Steward
/use Corrupted Fire Hawk

Kitty attack main target:

#showtooltip
/petattack
/cast Tiger Palm

6 Likes

I love you.

hell yeah ty

Thats crazy . What else is involved in your burst??

This was very helpful thanks!

this guyu is a god

heres mine

#showtooltip
/cast [nopet] Invoke Xuen, the White Tiger
/cast [pet] Weapons of Order
/cast Storm, Earth, and Fire
/use Overcharged Anima Battery

Thanks, worked for me too

I’m guessing it’s probably ideal to cast weapons of order before casting xuen, given that woo buffs xuen and the opposite isnt the case. WoO also lasts longer than xuen, so unless that extra gcd of WoO is particularly strong, it would still be better if they bloody fixed cast sequence :s

In the meantime I’ll use this macro because I’ll be damned if I give up that quality of life for what is hopefully a very small deficit.

Hi All!

I actually wanted to macro in the same button the invoke spell and the Weapons of Order in all spacs. The pet option works for Xuen and Niuzao, but dose not work for Yu-lonor Chi-Ji, fore they are not pets, but guardians.

I didn’t find any options or commands regarding guardians. But i found a solution regarding all spacs:

Use both action bars, almost identical, but by the macro button. And creating 2 macros:

This one is put on the second bar:
#showtooltip
/cast Weapons of Order
/swapactionbar 2 1

This one is put in the first bar at the same button:
#showtooltip
/cast Invoke Yu’lon, the Jade Serpent
/swapactionbar 2 1

Works the same for the other Invokes. This way the first time you hit the button it castes the Invoke and swap the bar. The second bar has the same button with Weapons of Order and swap back to the first bar, to the next time the CD usage order is the same.