Why doesn't Angelic Feather work in this macro?

/use [nocombat][mount]Power Word: Fortitude
/use [indoors,@player][combat,@player]Angelic Feather;[mod:cmd]Smoldering Cinderbee;Vermillion Imperial Lynx

Me is cornfused.

Function I’m looking for.
Cast PWF whenever I mount or I’'m not in combat.
When indoors or in combat, I cast AF.
Holding the command key, I use the cinderbee, otherwise I mount the Vermillion Imperial Lynx.

All but casting AF works fine.

Thx

I’m not at my computer and unable to check my Mount macro.

But what I know I did was put my angelic feather macro line as it’s separate line at the end of the macro and all my mounting parts above it.

You don’t need to put in any specific triggers like indoors or combat etc. as it will just default use your feather as long as you are moving and because you are moving, you will not be able to use any mount since you need to be stationary and you will never use feather and stand still.

So instead of looking at a combat or indoor conditional, just ignore those outright and instead think about movement vs stationary as even those are not conditionals, they in effect work all the same for your situation because of how the mount and feather purpose and restrictions work.

Unless I’ve done something wrong or missed something, doesn’t work.

/use [nocombat,mounted]Power Word: Fortitude
/use [indoors,@player][combat,@player]Angelic Feather;[mod:cmd]Smoldering Cinderbee;Vermillion Imperial Lynx

it was getting stuck on the first line because you used mount instead of mounted and put both options separately so it would have just hit nocombat by itself and cast fort whenever you weren’t in combat.

edit: Oh I guess you want it to cast fort when you’re not in combat so you can leave them separate. I assumed that was a mistake since I cast feathers on myself probably more out of combat than in combat.

These desires would conflict when out of combat and indoors as you’d always just cast fort the way you had it.

Here is my Mount Macro…

#showtooltip
/use [swimming,btn:2]Azure Water Strider;[swimming]Brinedeep Bottom-Feeder;[btn:2]Grand Expedition Yak;[flyable]Infinite Timereaver;Voidtalon of the Dark Star
/cancelaura Mind Control
/use [@Player]Angelic Feather

As I mentioned before, when you want to Mount, your character should stay still and as such your mount portion will activate first which means you wont use your Feather. But when you use your feather, you should already be moving as otherwise you would waste the feather since its purpose is to move. So you just use the same macro while moving and it will use the feather since you are unable to mount while moving.

So take what you want and change things around to suite your needs but this works great for me.