1. #1

    Shift-Modifer Mount Macro.

    Hi guys, I have done some basic research, but I still dont understand, so i was wondering if someone could help me create this macro:

    Shift (Pressed)(Flyable Zone) Blue Dragonhawk
    Shift (Not Pressed, i.e normal) (Flyable Zone) Rusted Proto
    Shift (Pressed) (No Fly Zone) Winterspring Frostsaber
    Shift (Not Pressed) (No Fly Zone) Chopper

    I currently use this macro, but want to modify it to include the commands above.

    /use [flyable, nomounted]Blue Dragonhawk
    /use [noflying, nomounted] Winterspring Frostsaber
    /dismount [noflying, mounted]
    /dismount [mod:alt, mounted]

    EDIT: Derp spelt title wrong

  2. #2
    #showtooltip
    /cast [mod:shift,flyable] mount1; [mod:shift,noflyable] mount2; [nomod,flyable] mount3; [nomod,noflyable] mount4

    is it actually "noflying" if the zone doesn't allow flying (as the opposite of a 'command' is 'nocommand' i.e flyable, noflyable) ?
    if that's the case, just change noflyable to noflying

    I personally use a simple
    /dismount [mounted]
    /cast [flyable] flying_mount; ground_mount
    Last edited by Daehauq; 2010-06-27 at 12:51 PM.
    "Sharing is caring".. But I don't care!

  3. #3
    Here:
    #showtooltip
    /cast [mod:shift,flyable]Blue Dragonhawk;[nomod,flyable]Rusted Proto-Drake;[mod:shift,noflyable]Winterspring Frostsaber;[nomod,noflyable]Mekgineer's Chopper
    /dismount [mounted]

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4
    Deleted
    Code:
    #showtooltip
    /cast [mod:shift,flyable]Blue Dragonhawk; [nomod,flyable]Rusted Proto-Drake; [mod:shift]Winterspring Frostsaber; Mekgineer's Chopper
    /dismount [mounted, noflying][mod:alt]
    Shorter version.

  5. #5
    love you all <3

Posting Permissions

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