Twilight Guild Forum

World of Warcraft => Class Discussion => Topic started by: Nixphire on December 20, 2008, 10:05:24 AM

Title: Mount Macro for Dalaran et al
Post by: Nixphire on December 20, 2008, 10:05:24 AM
Here's the macro I use. Makes it pretty easy if you bind you mount to a key to just hit shift and hit the same key when you're not able to fly or questing around helping lower level guildies.

#showtooltip
/dismount [mounted]
/cast [nomod, flyable] Cobalt Netherwing Drake; [mod:Shift] Swift Frostsaber
/stopmacro [flyable]
/cast [noflyable] Swift Frostsaber
Title: Re: Mount Macro for Dalaran et al
Post by: Nixphire on January 11, 2009, 12:32:48 PM
Here's an updated one. It takes out the shift, but it's only one button even in Wintersgrasp and Dalaran.
#showtooltip
/dismount [mounted]
/script local m=GetZoneText() if (m=="Dalaran" or m=="Wintergrasp") and (GetSubZoneText()~="Krasus' Landing") then CallCompanion("MOUNT", 25);end
/cast [nomod, flyable] Cobalt Netherwing Drake; [nomounted] Swift Mistsaber



BTW the ("MOUNT", 25) is the number mount on your Pet bar.