1. #1

    Mount chosen by zone?

    Is there a mod to pick a mount by zone? For example, I'd like with one button to get on a camel in Tanaris, a ram in Alterac, proto-drake in the Storm Peaks, nether ray in Netherstorm, etc.

  2. #2
    Doubt it but You could make small random macros like
    >dismount
    >mount ride here
    You must become a Master Baiter if you want to want to master the One-eyed Fish of the Dark Caverns!

  3. #3
    You can make GoGoMount do that.
    i5 2500K | MSI GeForce GTX 1060 6GB | 2x4GB Kingston HyperX 1600MHz

  4. #4
    Dunno bout zones, but you can make it so that if you can fly, it mounts X mount, if you cant, mount Y land mount, if water, mount the water mount

  5. #5
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    /script local z=GetZoneText() if z=="cityname" then CallCompanion("MOUNT", mountn) else CallCompanion("MOUNT", theothermountn);end

    change the zone name (cityname) and the number of the mount you want to use in the specific zone (mountn), "theothermountn" for the standard mount

    if you want to set a lot of mounts, a single macro won't fit in the 255 character limit probably

  6. #6
    Deleted
    As linked, use GoGoMount, works great.

Posting Permissions

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