Close
Showing results 1 to 4 of 4
  1. #1

    Default Mount macros and Dalaran

    I like to minimize the number of keys I have to bind and press to do various things. One of my favorite little macros is to automatically use my flying mount if I'm somewhere flyable, otherwise, use my land mount. This has served me well in outland. In northrend, until I got the Cold Weather Flying training on all my toons at 77, I just replaced the macro with the regular mount.

    Code:
    /cast [modifier:shift,nomounted] summon charger;  [outdoors,nomounted,flyable] Swift Purple Wind Rider; [outdoors,nomounted] summon charger
    /dismount [mounted]
    The problem is that even though you can fly if you're already mounted in Dalaran, it won't let you USE your flying mount unless you're on Karsus' Landing.

    Most annoying when I go to mount all my toons and it fails. Holding SHIFT while hitting the mount macro button does work, but I always forget.

    Anyone have a better method that actually works in Dalaran? If I don't find something, I'll consider writing something into MultiTool, but I was hoping to not have to go that route.
    -- Author of MultiTool- a set of tools to make life easier for Multi Boxers and/or people who quest together
    -- Author of FlaskMinder - a lightweight addon to remind you about your food buff and flask/elixirs

    Rexxar Horde:
    Main team: 80 Prot pally, 80 Holy/Disc Priest, 80 Arcane Mage
    Alt team: 80 Combat Rogue, 80 Resto Druid

  2. #2

    Default

    This is what I'm using, you could edit it to add subzones like the landing so you can automatically mount flying when you are there but I haven't done that yet.


    Code:
    /script if (GetZoneText()=="Dalaran") then CallCompanion("MOUNT", 3);end
    /script if (GetZoneText()=="Wintergrasp") then CallCompanion("MOUNT", 3);end
    /use [flyable,nomounted] Green Riding Nether Ray; [nomounted] Great Brewfest Kodo
    /dismount
    You'll want to replace the "3" with the slot # your ground mount is in under the mounts tab.
    glo.......80 Prot Pal.....deathglo....80 DK..................
    globee...80 Ele Sham...deafvader..80 DK....Alliance side..
    glocee...80 Ele Sham...darfvader...80 DK...LightningHoof..
    glodee...80 Ele Sham...sithknight..80 DK.......................
    glostyle..80 Res Sham..deathvader.80 DK........................

  3. #3

    Default

    OOOh, thank you... I shall try it out. Gonna add some kind of modifier in case I WANT to mount flier on Karsus Landing, but otherwise looks promising.

    Cheers!
    -- Author of MultiTool- a set of tools to make life easier for Multi Boxers and/or people who quest together
    -- Author of FlaskMinder - a lightweight addon to remind you about your food buff and flask/elixirs

    Rexxar Horde:
    Main team: 80 Prot pally, 80 Holy/Disc Priest, 80 Arcane Mage
    Alt team: 80 Combat Rogue, 80 Resto Druid

  4. #4

    Default

    Here is how to get it working for the landing too.

    [Working] Mount Macro!

Similar Threads

  1. Replies: 22
    Last Post: 04-28-2009, 04:30 AM
  2. Any tricky ways to handle Dalaran x5?
    By Hachoo in forum General WoW Discussion
    Replies: 38
    Last Post: 03-22-2009, 06:28 PM
  3. Getting Dalaran Smooth..
    By Clanked in forum Hardware Tools
    Replies: 17
    Last Post: 12-23-2008, 08:24 AM
  4. The Violet Hold (Dalaran 5 man)
    By puppychow in forum WoW Wrath of the Lich King (67-80)
    Replies: 5
    Last Post: 11-26-2008, 05:56 PM
  5. Dalaran mp3 error. please help cant play wrath
    By Chaosomega in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 11-17-2008, 01:05 PM

Posting Rules

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