Originally Posted by Aximous
Anyone has any ideas about how to make a mount-macro to use the ground mount in dalaran, wintergrasp etc, since using
[noflyable] Amani War Bear
[flyable] Red Drake
gives me the error that you can't use that here so it's trying to use the drake while it should use the ground mount.
|
Use the following and replace X with
the number of your ground mount, and Y
the number with your flying mount. These numbers are the number counting from left to right along each row. 1-6, 7-12, etc, depending on how many pages of mounts you have.
You will be unable to use #showtooltip without a macro extender like
SuperDuperMacro or the like because the script is 253/255 characters long, leaving just enough room for you to add your mounts.
/run C=CallCompanion if(not IsMounted())then if(((GetZoneText()=="Dalaran")and(GetSubZoneText()~="Krasus' Landing"))or(GetZoneText()=="Wintergrasp")or not IsFlyableArea()or IsModifierKeyDown())then C("MOUNT",X)else C("MOUNT",Y)end end
/dismount