WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   [flyable] doesn't work in draenor map? (https://www.wowinterface.com/forums/showthread.php?t=50614)

devilArt 11-29-14 01:36 PM

[flyable] doesn't work in draenor map?
 
this is my mount macro, but it still use fly mount in draenor map, any solution?

Code:

/run VehicleExit()
/script ToggleSheath();
/use [combat]Soulshatter
/use [nomounted,flyable]Bloodbathed Frostbrood Vanquisher
/use [nomounted]Vicious War Wolf
/dismount


p3lim 11-29-14 01:38 PM

Set the two mounts you want to use as favorites in the mount journal, then use this in your macro:
Code:

/run C_MountJournal.Summon(0)

Phanx 11-29-14 10:50 PM

Unfortunately that still won't solve the issue -- flying mounts are technically able to be summoned on the ground, so they will still be summoned in Draenor using the "summon random mount" feature.

As a workaround, you can install my addon AnyFavoriteMount which replaces the default "summon random" logic to avoid summoning flying mounts when you can't actually fly, even if the area is labelled as flyable. (Its primary feature is to let you set class-specific mounts (eg. warlock dreadsteed) as favorites, since for some reason Blizzard does not allow that normally, but you can still use the addon and just ignore that feature.) Then you can set your two mounts as favorites and use the "summon random" feature as p3lim suggested, and get the right mounts in the right areas.

Talyrius 11-30-14 05:56 AM

All of the issues Squire3 initially had have now been resolved.

devilArt 11-30-14 06:09 AM

thanks guys

Phanx 11-30-14 12:28 PM

Quote:

Originally Posted by Talyrius (Post 301387)
All of the issues Squire3 initially had have now been resolved.

Yeah, there's nothing wrong with Squire3; I just got impatient and wrote my own solution when (as usual) it was initially not working correctly with Ghost Wolf. Plus, I don't need even half the flexibility Squire3 offers, so I'd rather run 1/10th of the code and have something that just does what I need.


All times are GMT -6. The time now is 12:51 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI