Crusader/Devo Aura Macro?

I know this has been discussed in the past. but i haven’t found a workable one yet…

I literally KEEP forgetting to swap crusade aura into devo when i jump into battle…I really wanna make a macro so that i can hit one button while on mount in crusade aura and use like blade of Justice or Judgement and instead of hopping off mount it will devo aura first then dismount/cast judgement.
is this possible?

found this for the swapping of auras but it doesnt help me cast the spell

Only possible if swapping auras is not on the global cooldown, which I “think” it is. Nonetheless, you can try

/Cast Devotion Aura
/Cast Blade of Justice

Else, there is an add on called Weak Auras which let’s you make custom user interface elements. I’m sure there’s one out there that will yell at you when in the wrong aura, so you’ll be reminded to manual change stance. If there’s not one premade you can custom make one. Just Google “WoW weak auras”

Edit: you may consider playing around with the cast sequence keyword in the macro, and see if you can build logic around the mounted and nomounted keywords. But I’m not sure.

so i did entry level research for all of this. I have almost no skills in macros. I tried the first one however that makes it a two push button and on the second push, it wont cast BoJ. Idk if its bc im mounted?
so then i went to cast sequence and once again it wont cast BoJ. As for using the mounted unmounted idk how id incorporate it and have it actually be understood
Thank you for the response

Aura’s is on a global cool-down.

Best he could do if he wants aura’s on the same button is to keybind them (there is a swap macro I think too) with modifiers.

Example;

/use [mod:ctrl,mod:shift] Anesthetic Poison;[mod:ctrl,mod:alt] Deadly Poison; [mod:alt] Crippling Poison;[mod:ctrl] Mind-numbing Poison;[mod:shift] Wound Poison;Instant Poison
/use [button:1] 16; [button:2] 17

The [mod:ctrl] will switch the macro spell to cast mind-numbing poison while ctrl is being held.