• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Mounted

  Download the Curse Client

Project Updated:
Files Updated: Mon, Dec 1 2008
Supports Game Version: 3.0.3
Category: Miscellaneous
Tags:

[Edit Tags]

Project Manager: yssaril
Additional Authors: No additional authors
Current Version: v1.3.11
License: All Rights Reserved
Avg Daily DL (last 30 days): 31
Downloads Total: 15,668
Favorites: 189
Comments: 105
  • About Mounted
  •  

[B]Warning mounts will not be parsed correctly unless you are using a enUS or koKR client
macro selection around Dalaran/Wintergrasp might be incorrect unless you are using a enUS or frFR client
basically if you are not in enUS some stuff will be off till the following get translated
L["Temple of Ahn'Qiraj"] = true Zone name for AQ40
L["Dalaran"] = true
Zone name for Dalaran
L["Krasus' Landing"] = true SubZone name in Dalaran
L["The Underbelly"] = true
SubZone name in Dalaran
L["Wintergrasp"] = true Zonee name for Wintergrasp
L["SpeedFast"] = "extremely%s+fast"
tooltip text equivalent for "extremely fast"
L["SpeedMedium"] = "very%s+fast" tooltip text equivalent for "very fast"[/B]
if you have a translation that need to be added submit it in a UTF-8 formated text file here

With the coming of WoW 3.0 we may now have as many mounts as we want since we learn them and do not have to carry them in you bags.

Thus my dilemma which mount shall i use and how can i chose them easily out of the mess of mounts found in the mounts tab.

Out of this Mounted was born. Instead of mucking about with secure code and make buttons that have to be skinned and carefully placed in your UI i instead chose to utilize the macro functions. Thus enabling you to simply use any actionbar mod.

So what does mounted actually do for you?

  1. It will create a macro called Mounted in your global macro space this way you only use one slot and not one per character.
  2. It will scan through all your mounts (and druid forms travel/flight) and create a list and sort them by speed.
  3. It will then analyze your surroundings and edit the Mounted macro.


If you can fly then it will chose a random flying mount from the fastest category it will also chose a random ground mount to be used when using a modifier with the macro. If you can not fly it will simply chose a random ground mount from the fastest category. If you enter combat it will change the macro to a combat macro which you can edit in the Blizzard Addon options. If you are indoors it will also change to the combat macro.

  1. A new mount will be chosen for you every time you mount up.
  2. every single macro type is customizable (editing of the attack macro is highly recommended)
  3. macros can by customized with tags that get replaced when the macro is parsed (see below for list of available tags)
  4. custom macros are saved globally so you will have access to them from all your characters (per account)
  5. you can preview your macros before deciding on them
  6. you can set priorities for mounts from 0-10 (0 = will never be selected, 10 will most likely be selected)
  7. If you are a druid or a shaman the macro will now switch to your travel forms while movingMacro tags are:
    [code]<ff> == Random Flying Mount (fastest speed increase)
    <f310> == Random Flying Mount (310% speed increase)
    <f280> == Random Flying Mount (280% speed increase)
    <f60> == Random Flying Mount (60% speed increase)
    <gf> == Random Ground Mount (fastest speed increase)
    <g100> == Random Ground Mount (100% speed increase)
    <g60> == Random Ground Mount (60% speed increase)
    <g0> == Random Ground Mount (0% speed increase)
    <gaq> == Random Ahn'Qiraj Mount
    <s#> == will be replaced with the spellname of spellid # (will not insert rank so will scale)[/code]

If any mounts are missclassified please let me know i set up the DB by manually scanning wowhead.com so mistakes will happen!

any suggestions or improvements are most welcome please open a ticket about them.

FYI if a Mount can not me classified it will send a message to your chat window simply copy this message in a ticket or here and i will add the mount to the correct category asap

If you want a very similar addons for your other Critters look no further and go to http:wow.curse.com/downloads/wow-addons/details/critters.aspx

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Mounted v1.3.11 Release 3.0.3 7,091 12/1/2008
  Mounted v1.3.10 Release 3.0.3 27 12/1/2008
  Mounted v1.3.9 Release 3.0.3 705 11/24/2008
  Mounted v1.3.8 Release 3.0.3 1,238 11/13/2008
  Mounted v1.3.7 Release 3.0.3 32 11/9/2008
Advertisement
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Genasus said 

    Could you add support for mounthin slower speed mounts. This would be helpfull whin dealing with toons that dont have epic speed yet.

    THX
    Genasus

    Reply Report Permalink
  • Andy2508 said 

    When i'm in AQ40, the add-on don't let me take a AQ40 mount, bug ? (I'm french)

    And when i'm in dalaran, in underbelly, it let me choose a flying mount and not a ground.

    Reply Report Permalink
  • Thank you Berengar, fixed the issue, sorry for not paying attention to someone else's post.

    Reply Report Permalink
  • Berengar said 

    You need to insert the Rusted and Ironbound Proto-Drake into the Parser.lua, where the other 310% flying mounts are located (line 32 ff), like mentioned below.

    [63963] = { mountType=MOUNT_FLYING, speed='310' }, -- Rusted Proto-Drake
    [63956] = { mountType=MOUNT_FLYING, speed='310' }, -- Ironbound Proto-Drake

    Reply Report Permalink
  • The Rusted Proto Drake is considered a 280% speed mount in the addon not a 310% mount, so when i try to use the macro it prioritizes my Black Drake over the Rusted one, anyway to fix this?

    Reply Report Permalink
  • I'm a druid. I want a macro that will switch me to Tree of Life/Moonkin form if I'm mounted or in travel/flight form. I want this to work EVEN IF I AM RUNNING WHILE I HIT IT.

    I have the following macro, which works fine as long as I stand still, but if I keep moving while I hit it, I either shift out of travel form, if I was in it, or I shift to travel form, if I was mounted.

    Why?

    /cast [nomounted, nostance:4/6] ; [mounted, spec:1] Tree of Life; [mounted, spec:2] Moonkin Form; [stance:4/6, spec:1] Tree of Life; [stance:4/6, spec:2] Moonkin Form

    Reply Report Permalink
  • eridius said 

    Mounted has a really annoying issue, at least for Druids, where if I hit the macro when I'm mounted and moving, it tries to shift into travel form instead of simply dismounting.

    Reply Report Permalink
  • Foxthorn said 

    To fix that (I had the same problem as a shaman), open Druid.lua in the Mounted addon folder, and comment out lines 89, 93, 95, 97, 101, 103, and 106 (by typing two dashes at the beginning of the line). I haven't tested the druid one but hopefully that works.

    Reply Report Permalink
  • Seems to be incorrectly recognizing the Rusted Proto-Drake (63963) as 280 instead of 310.

    Reply Report Permalink
  • Yandirof said 

    Also, while this may be complicated, is there a way it could be coded so that if I'm in water, I would summon my new Sea Turtle?

    Reply Report Permalink
  • moonpup1 said 

    I'm not sure whats wrong but I'm not able to mount my Ahn'Qiraj while there....I'm hearing that the zone name has changed from 'Temple of Ahn'Qiraj' to just 'Ahn'Qiraj'. Not sure if this is the issue tho.

    Reply Report Permalink
  • SaRawr said 

    Only bug I've noticed is that in the underbelly it wants me to be able to fly.

    Reply Report Permalink
  • Aratar said 

    I would also appreciate an update. Think it's better than the other mount addons

    Reply Report Permalink
  • Aratar said 

    k, switched to SmartMount

    Reply Report Permalink
  • count_db said 

    When is an update for Mounted coming out? In my opinion this is the best random mount select addoon out there, but it stopped working after 3.1.0 patch. I can't wait till i can use it again.

    Reply Report Permalink
  • Roweboy said 

    Can you make it where it doesn't dismount you if you are flying? Also, make it to where you can force a dismount with a right-click?

    Reply Report Permalink
  • Kepi said 

    Locale: zhTW
    L['Dalaran'] = "達拉然"
    L['Wintergrasp'] = "冬握湖"
    L["Krasus' Landing"] = "卡薩斯平臺"
    L["The Underbelly"] = "城底區"
    L["SpeedFast"] = "極快"
    L["SpeedMedium"] = "非常快"

    Reply Report Permalink
  • moonpup1 said 

    I just got my first aq mount yesterday (yay!) but mounted doesnt seem to recognize the zone enough to summon it. I've heard that the zone used to be called 'Temple of Ahn'Qiraj' and now just shows up as 'Ahn'Qiraj', so maybe theres some code that needs to be tweaked.

    Reply Report Permalink
  • Sayrox said 

    Locale: ruRU

    L["SpeedFast"] = "невероятно быстрое"
    L["SpeedMedium"] = "очень быстрое"

    Reply Report Permalink
  • Andromni said 

    Can a toggle be added for Shaman/Druid that will allow those classes to specify if they do or do not what their travel forms toggled? Shaman have to spec for instant cast ghost wolf and thus makes the macro not workable.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 1,791 Skinner Miscellaneous
  2. 1,724 Talented Miscellaneous
  3. 1,411 FuBar 3.6 Miscellaneous
  4. 779 SharedMedia Miscellaneous
  5. 742 Fishing Buddy -- Bar Support Miscellaneous