1. MUST HAVE MOUNTING MACRO! (Auto switch Auras & choose mount type based on zone)

    I came up with this Amazing macro that i decided to share with the community, It makes every Paladin's life much easier, with one-click you can do the following :

    - Auto switch to Crusader Aura whenever you mount
    - Mount your favorite Flyable or Non-Flyable mount depending on what the zone allows
    - Dismount if you are mounted & switch back to your Favorite Aura depending on what Spec you are on


    Code:
    #showtooltip Insert your favorite Mount here > this will be the icon
    /cast [nomounted] !Crusader Aura
    /use [flyable, nomounted] Insert your favorite Flyable Mount here
    /use [noflyable, nomounted] Insert your favorite Non-Flyable Mount here
    /cast [spec:1, mounted] !Insert your 1st Spec Favorite Aura here
    /cast [spec:2, mounted] !Insert your 2nd Spec Favorite Aura here
    /dismount [mounted]
    Example (with Mounts & Specs) :

    Code:
    #showtooltip Green Wind Rider
    /cast [nomounted] !Crusader Aura
    /use [flyable, nomounted] Green Wind Rider
    /use [noflyable, nomounted] Summon Charger
    /cast [spec:1, mounted] !Devotion Aura
    /cast [spec:2, mounted] !Retribution Aura
    /dismount [mounted]
    You can use this across all your Alts as well just delete the lines related to the Auras & you're good to go

    I recommend binding this macro to a Key to make the best out of it I personally bind this to "H"

    If this helped you, feel free to send a gold tip to "Elvaxorn" on Icecrown server, I would appreciate it :D


  2. THANK YOU SO MUCH!!!!! <3

    I'm not a paladin but you freed 1 extra button for me
    I was using Shift + Spacebar for non-flying mount and CTRL + Spacebar for flying mount

    Now I can only use Shift + Spacebar for both and freed CTRL + Spacebar for something else, thanks!

  3. Thank you Neyotou, unfortunately it didn't work for me but after amending it to the following it works perfectly! :)

    #showtooltip Charger
    /cast [nomounted] !Crusader Aura
    /cast [flyable, nomounted] Snowy Gryphon
    /cast [noflyable, nomounted] Charger
    /cast [spec:1, mounted] Retribution Aura(Rank 7)
    /cast [spec:2, mounted] Devotion Aura(Rank 10)
    /dismount [mounted]


  4. I have been using a similar macro for years now, the only issue i have is that it doesn't seem to take into consideration whether or not Wintergrasp is currently in progress, and still attempts to use the flying mount as opposed to the ground one. (The macro below doesn't compensate for the issue listed above. More info to follow shortly.)

    #showtooltip
    /cast [nomounted] !Crusader Aura()
    /cast [nomounted, flyable] Red Dragonhawk
    /cast [nomounted, noflyable, noswimming] Crimson Deathcharger
    /cast [nomounted, swimming] Sea Turtle
    /cast [mounted] !Concentration Aura()
    /dismount [mounted]

    Note: The swimming conditional for the Sea Turtle can be removed to accommodate for the space needed if you wish to add a spec1/2 conditional aura to be used.

  5. Following a similar premise, here's my druid macro i use to reduce keybind clutter and to ensure you always shift into the fastest form available:
    ___________________________________
    /stopmacro [stance:5, flyable]
    /stopmacro [stance:2, swimming]
    /stopmacro [stance:4, noflyable]
    /stopmacro [stance:4, combat]
    /cancelform
    /cast [flyable, nocombat, noswimming] Flight Form
    /cast [noswimming] Travel Form
    /cast [swimming] Aquatic Form
    ___________________________________

    One Button Prowl/Pounce:
    ___________________________________
    /cast [nostealth] Prowl
    /cast [stealth] Pounce()
    ___________________________________

    One Button All-In-One Stun (Druid) (Tauren - If not Tauren simply remove the Warstomp line)
    ___________________________________
    #showtooltip
    /cast [nostance] War Stomp(Racial)
    /cast [stance:4] War Stomp(Racial)
    /cast [stance:1] Bash()
    /cast [stealth] Pounce()
    /cast [stance:3][nostealth] Maim()
    ___________________________________

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •