1. #1
    Mechagnome Zhaine's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    United Kingdom
    Posts
    650

    Mount macro with modifer

    I've got this macro although I can't get the modifier to work,

    I basically want it to if a hold shift to mount me on the Kor'kron War Wolf even if i'm in a flying zone

    #showtooltip
    /use [flyable]Corrupted Fire Hawk
    /use [swimming]Kor'kron War Wolf
    /use [noflyable]Kor'kron War Wolf
    /cast [modifer:shift]Kor'kron War Wolf
    /script VehicleExit()
    /dismount [mounted]

  2. #2
    Try moving the modifier line above the flyable line. Or add a no modifier condition to the flyable line. [flyable, nomod]
    Main - Spirál - Hunter

  3. #3
    Deleted
    In addition to what Spiralphoenix said, you can condense the macro a bit like so:
    Code:
    /use [flyable,nomod]Corrupted Fire Hawk;Kor'kron War Wolf
    /run VehicleExit()
    /dismount [mounted]

  4. #4
    Quote Originally Posted by Constie View Post
    In addition to what Spiralphoenix said, you can condense the macro a bit like so:
    Code:
    /use [flyable,nomod]Corrupted Fire Hawk;Kor'kron War Wolf
    /run VehicleExit()
    /dismount [mounted]
    and it will never summon war wolf if you are swimming in flyable area :P
    Why you think the Net was born? Porn! Porn! Porn!

  5. #5
    Deleted
    Work? would be nice to have it.

Posting Permissions

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