Multiple Mount Macro With Skyriding/Ground Mounts

Had a macro for multiple mounts. It would summon a ground mount in nonflyable zones, and flying mounts in zones where flying was possible. Now with skyriding turned on but static flying in The War Within not, the macro I use doesn’t recognize skyriding as a mounting option. Is there a mod condition which makes skyriding/dragonriding an option?

The macro I use is this, if someone sees something I don’t-

#showtooltip
/stopcasting
/cast [mod:alt] Traveler’s Tundra Mammoth;
/use [indoors] Angelic Feather;
/cast [nocombat,outdoors,flyable] Highwind Darkmane;
/cast [nocombat,outdoors,noswimming,noflyable] Darkwarren Hardshell;
/dismount

In non The War Within zones, code works perfectly. As a temp fix, I just removed “flyable” with the flyable mounts.

“flyable” is now “advflyable” for skyriding. I can’t get the noflyable to work though. I assumed it would be “noadvflyable”. Like it summons my flying mounts in BGs and no-flying dungeons. Anyone know what the fix there is?

3 Likes

It would probably be better to ask in the Macro/UI forum instead

This is my current macro and seems to work:

#showtooltip
/cast [noflyable,noadvflyable] Junkheap Drifter
/cast [flyable,noadvflyable] X-51 Nether-Rocket X-TREME
/cast [advflyable,noflyable] Pearlescent Goblin Wave Shredder
/cast [swimming] Sea Turtle

Thanks Adso for your post. I was able to clear up my non working macro.

/cast [mod:ctrl]Grand Expedition Yak;[mod:shift]Obsidian Nightwing;[mod:alt]Sea Turtle; [swimming]Crimson Tidestallion;[noflyable,advflyable]Wen Lo, the River’s Edge;[flyable]Wen Lo, the River’s Edge;[noadvflyable,noflyable]Midnight
/petpassive

This gives me Swimming, Flyable, Ground, mounts automatically. Then I have mods to cast 2 person mount, merchant mount, and my turtle which boots water movement speed/swimming.
The petpassive is there just because its a convenient button for me to put my pets on passive for my Lock and Hunter.

I should note that the mod commands had to be in the beginning of the macro for them to work.

1 Like

Let’s condense this down…

#showtooltip
/stop casting
/cast [mod:alt]Traveler's Tundra Mammoth; [indoors]Angelic Feather; [nocombat, outdoors, advflyable]Highwind Darkmane; [nocombat, outdoors, noswimming]Darkwarren Hardshell
/dismount
1 Like

Is there a macro to ride along on a partys mount if they have ride along enabled? Or do you always have to get close and right click?

If anybody is interested, the addon litemount can be configured to use specified/randomized mounts that are appropriate for circumstances you dictate with 1 button.

https://www.curseforge.com/wow/addons/litemount

2 Likes

Not possible as far as I’m aware.

Sorry for replying in a necro thread but I had to ask, is there a point to noadvflyable?

This is the first I heard of advflyable frankly.

Are there areas in the game where you can steady flight but can’t sky ride?

noflyable works fine for me. Maybe they changed it.

Zones seem to have 3 states when it comes to mounts:

  • full flight (detectable with flyable)
  • Sky riding only (detectable with advflyable; probably returns true even in full flight zones, will try when home)
  • no flying at all (detectable with noflyable)