I have been growing incredibly frustrated with WoW of late, since I had grown really comfortable with questing and farming on my characters. I blogged about all of this, hoping that someone in the community would know how to fix all of this. To remind you, I have a general macro, and a Paladin macro, both of which uses the bird in Outlands and my cat in the old world, where flying is not allowed.
The Paladin version has the added code to swap my aura's between Crusader and Retribution, so that I am always able to fight and fly to my best.
The old macro, posted here, was:
The old macro, posted here, was:
/cast [nocombat, nomounted] Crusader Aura; [mounted] Sanctity Aura;As I explained, the aura's and the mounts are all on the GCD, which prevent them from being used one after the other. For some reason, though, even removing the aura bits still didn't actually do what I needed. The new, and working macro, is as follows:
/stopcasting
/use [flyable] Cenarion War Hippogryph;
/use [nomounted,noflyable] Reins of the Swift Frostsaber
/dismount
#showtooltipAs you can see, the new macro, even being the extra line for the tooltip, is much shorter and more concise, but also does exactly what I need. It summons the right mount based on location, dismounts, and works perfectly after much testing. I do not see any reason, when patch 3.0.3 hits, why the following will not work.
/cast [flyable] Swift Blue Gryphon; Swift Mistsaber
/cast [nocombat, nomounted] Crusader Aura; [mounted] Retribution Aura;I will, of course, let you all know when I have had a chance to test 3.0.3 for that macro and see if it truly does work as well as it does in text on the blog. Cheers!
/stopcasting
#showtooltip
/cast [flyable] Swift Blue Gryphon; Swift Mistsaber

