Hey yall, I have this macro that pops all my stuff on the go and weapons of order doesn’t seem to trigger even if I wait a global and hit the macro again. Could someone tell me what im doing wrong?
#showtooltip
/cast Invoke Xuen, the White Tiger
/cast Weapons of Order
/cast Storm, Earth, and Fire
/cast Salvaged Fusion Amplifier
If anything triggers a shared cooldown, nothing else on that cooldown will work.
GCD is the most common shared cooldown.
So anything that is on GCD in that macro will either have to have a conditional added (like mod:alt or something) or (and this is almost never a good idea) you’ll have to put it in a castsequence command.
If the conflict is between Weapons of Order and Xuen, when you put it in a /castsequence, you might have to do something like this:
#showtooltip
/castsequence reset=30 Weapons of Order, Salvaged Fusion Amplifier
/cast Invoke Xuen, the White Tiger
/cast Storm, Earth, and Fire