Dragonriding and Normal Mount Macro

/cast [mod:shift] Traveler’s Tundra Mammoth
/cast [dragonriding] Renewed Proto-Drake
/cast [flyable]
/cast [noflyable]

You’re Welcome

17 Likes

Now lets see Paul Allen’s Macro.

23 Likes

Is this confirmed working on Beta before I add it into my bloated one already?

LMAO 10/10 reference

3 Likes

If anyone is reading this it isn’t listed as conditional and ingame it is acknowledging that as well. So don’t get your hopes up.

1 Like

never did figure out how to macro, or make them work or whatever…
but thnx anyways
dragon riding is still meh

1 Like

Unknown macro option [dragonriding]… they really need to add that though.

1 Like

Holy bale that was gold

1 Like

It’s [dragonridable], not [dragonriding]. You’re checking if you’re in a dragonridable situation, as opposed to checking if you’re currently dragonriding.

For example:
/cast [dragonridable]Renewed Proto-Drake;[flyable]Obsidian Nightwing;[noflyable]Grand Expedition Yak;Amani War Bear

From what I can see, it should check if you’re in an area that supports dragonriding and that you’ve learned it, though I haven’t done much testing on it.

As another option, having a dragonriding mount in your favorites will cause a “random fav” macro (/run C_MountJournal.SummonByID(0)) to use it when you can, just like it chooses flying/swimming mounts in appropriate areas.

8 Likes

lol…just made a thread…I shoulda looked first.
thanks!

actually doesnt seem to work other than to call up the DRing mount…says ‘wrong zone’ if Im in SL, for example.
If i move them around some, it’ll pull up my ground mounts instead of the dragon riding mount.

1 Like

Weird. It was accepting it before, but now it’s saying that dragonridable isn’t a valid macro option too.

Can confirm that the following works in the Dragon Isles. Will update after I try it elsewhere.
/cast [dragonridable] Renewed Proto-Drake; [flyable] Dusky Waycrest Gryphon; Kul Tiran Charger

Unknown macro option: dragonrideable (or dragonridable as you misspelled it)

Your macro only works because it will work without it being there since [flyable] is false in dragon isles.

3 Likes

Confirmed that this works.

/run C_MountJournal.SummonByID(1563)
/run C_MountJournal.SummonByID(834)

Just use a [nomounted, “mount type”] condition to have your macro check if you’re mounted and if not then cast the appropriate mount, like this:

#showtooltip
/cast [nomounted, dragonridable] Windborne Velocidrake
/cast [nomounted, flyable] Drake of the North Wind
/cast [nomounted, noflyable] Dreadsteed
/dismount

The #showtooltip will show the picture of the mount that you are going to use (it will change based on the condition of which mount is usable).

First, it will look to see if you’re mounted with the “nomounted” portion, if you are, then it will dismount you, if you aren’t, the it will check the mount type availability; dragonridable, flyable, or noflyable and mount you on the correct mount based off of the conditions.

If you use all different mounts like I did and the #showtooltip, then you’ll see what mount you’re going to use on your icon.

5 Likes

Is dragonridable even a valid conditional?
It doesn’t act like it. I just get a “invalid zone” error with your macro.

I’m using it now and it’s working. You may need to put that line at the bottom so it tries it last, but it should work.

Awesome thank you, initially I had a system error stating ‘dragonridable’ wasn’t a Macro conditional, but after changing zones/reloading it seemed to work.

While using the macro I put up, when not in DF zones, you’ll get an error that says “You are in the wrong zone” but it still works and goes to the next mount, however the tool tip isn’t auto changing so it will always show the first mount you have there unless you tell it which one to show