Category: Miscellaneous
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
v2.1.0
Date:
09-09-2009 11:59 PM
Size:
171.80 Kb
Downloads:
8,367
Favorites:
151
MD5:
Pictures
Click to enlarge
shows the default druid ground mount macro with dismount on click enabled and preview is turned off
Click to enlarge
shows the default druid ground mount macro with dismount on click enabled and the preview is turned
Mounted   Popular! (More than 5000 hits)
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"

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.
    1. 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.
    2. If you can not fly it will simply chose a random ground mount from the fastest category.
    3. If you enter combat it will change the macro to a combat macro which you can edit in the Blizzard Addon options.
    4. If you are indoors it will also change to the combat macro.
  4. A new mount will be chosen for you every time you mount up.
  5. every single macro type is customizable (editing of the attack macro is highly recommended)
  6. macros can by customized with tags that get replaced when the macro is parsed (see below for list of available tags)
  7. custom macros are saved globally so you will have access to them from all your characters (per account)
  8. you can preview your macros before deciding on them
  9. you can set priorities for mounts from 0-10 (0 = will never be selected, 10 will most likely be selected)
Macro 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)
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

Mounted is being developed on wowace. I will try to post any beta/release versions of the Mounted ASAP
  Change Log - Mounted
v2.1.0
compleate rewrite of the original code alowes for alot more flexibility in choosing macros for different events and alowes you to add spells as mounts (warlock underwater breathing (glyphed) as watermount)

v1.3.11
update ruRU

v1.3.9
fixed other locale zone names

v1.3.8
fixed error for Death Knights

v1.3.7
small fix to the macro parser it will no longer error if you feed it a nil macro

v1.3.6
fixed CheckDB function that errored on some SV files

v1.3.5
this should fix spell mounts if they are the only once available

v1.3.4
another attempt at fixing the GetRandomMount bug that shouldn't be possible

v1.3.3
made the GetRandomMount() function less prone to error if macros get screwed up

v1.3.2
forgot to remove debug print

v1.3.1
fixed Turbo-Charged Flying Machine wtb consistent mount tooltips

v1.3.0
applies all the changes from the 1.2 betas found on wowace and fixes the scanner for 3.0.3
frFR should now be fully supported

v1.1.11
update deDE should now correctly identify mounts

v1.1.10
removed the need to localize Dalaran and Wintersgrasp

v1.1.9
fixed edge case of mounts not deleting if you delete a character and create a new one with the same name on the same realm

v1.1.8
frFR should be working 100%

v1.1.7
last priorities reset i swear (goes and hides in a corner)
removed the giant mount DB tooltip scanning is so much cooler (thanks NightHawkTheSane for letting me adapt some of your code)
aquaform macro is now activated when you are swimming

v1.1.6
alright scaling mounts should be fixed and working 100% in 1.1.6 but since i don't have one someone should tell me if i broke them
also the priorities lists shouldn't be reset anytime soon unless i find a serious error in my database (minor errors will fix themselves now without resetting the DB)

v1.1.5
fixed the parser
if the same tag appears twice in a macro it will use the same mount for each

v1.1.4
fixed headless horseman mount and removed the scaling mount tag in favor of simply adding the id to each db (gives more priority options this way)

v1.1.2
travel/flightforms will be used for druids/shamans when they are moving

v1.0.7
found a much more elegant way to get around the whole item vs spell issue no more need to blacklist

v1.0.6
alright version 1.0.6 will prevent mounts being used if an item of the same name is in your bags

also macro now changes on UNIT_SPELLCAST_START (this is when the server tells us that the cast has started doing it when the cast is initialized by the client is a bad thing (can cause you to /say part of the macro because you are changing the macro at the same time you are using it))

v1.0.5
fixed: Black Hawkstrider, Emerald Raptor

v1.0.4
fixed Swift Purple Wind Rider beign in the wrong db
fix slash cmd
macro will now properly change when moving from indoors to outdoors

v1.0.3
fixed mounts being classified falsely due to a parsing error (any other mistakes should be actual db mistakes)

v1.0.2
reset the db if old db is found

v1.01
fixed 40% options error on non druids/shamans
  Optional Files - Mounted
Sorry, there are currently no optional files available.
  Archived Versions - Mounted
File Name
Version
Size
Author
Date
v1.3.11
98kB
yssaril
12-01-2008 04:05 PM
v1.3.9
98kB
yssaril
11-24-2008 04:31 PM
  Comments - Mounted
Post A Reply Comment Options
Old 11-15-2008, 05:58 PM  
nuen
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Combat macro

I have /dismount for my combat macro. Is there other capabilities? From reading below, I am lead to believe you can dismount and then cast a spell (<s#>). Problem is, what do I use for the '#'?
nuen is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-14-2008, 11:18 AM  
Gsusnme
An Aku'mai Servant

Forum posts: 32
File comments: 95
Uploads: 0
Death Knights

One thing I noticed on your current release build, the unusual way you go about getting your Death Knight mount, mounted isn't able to pick up on it I guess. Currently the mod doesn't work for Death Knight mounts, have yet to test to see if it would work upon attaining a normal mount.
Gsusnme is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-26-2008, 10:47 PM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
if anyone wants to try some changes i have made to the config and to the druid/shaman code you can download a beta version from http://www.wowace.com/projects/mount...es/128-1-2-2b/
Feedback would be greatly appreciated

Goal for the beta release was to make macro creation/editing simpler (more intuitive) and to make the druid and the shaman code separate from the rest so that i can clear it out of memory if your not a druid or shaman
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-26-2008, 02:44 AM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
Quote:
Originally posted by Wesslen
Great addon, but I have one problem. Mounted keeps forgetting the priorities/probabilities/whatever of my mounts. I set one of my 100% ground mounts to 0, and one to 10, but they are quite frequently reset to 5.
should have been fixed last version next time you reload check the priorities if they reset let me know
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-25-2008, 05:41 PM  
Wesslen
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 29
Uploads: 1
Great addon, but I have one problem. Mounted keeps forgetting the priorities/probabilities/whatever of my mounts. I set one of my 100% ground mounts to 0, and one to 10, but they are quite frequently reset to 5.
Wesslen is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-24-2008, 01:24 PM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
Quote:
Originally posted by Sarkan-ZdC
I had the same problem. I'll look at the dismount macro too.

But for the Aura + Mount, this works perfect with a macro.

/use Name of the Mount
/cast Crusader Aura

1 Use + 1 Cast (that does Trigger GCD) is no problem!
if you want to put that into the addon simply add a macro with the above using the config

but instead uf Name of mount simply put <gf> for ground mount or <ff> for flying mount that way you keep your random mounts
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-24-2008, 11:08 AM  
Sarkan-ZdC
A Wyrmkin Dreamwalker

Forum posts: 56
File comments: 49
Uploads: 0
Quote:
Originally posted by yssaril
do you have the Default Dismount macro set?


Culhag:
there is no way to make spell/aura casting automatic so you will always need at least 2 clicks for it

I had the same problem. I'll look at the dismount macro too.

But for the Aura + Mount, this works perfect with a macro.

/use Name of the Mount
/cast Crusader Aura

1 Use + 1 Cast (that does Trigger GCD) is no problem!
Sarkan-ZdC is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-22-2008, 06:57 PM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
Quote:
Originally posted by Snave
As i expected, it was my own fault, i didn't realise i needed to go in and set the macros first. Sorry!
np enjoy
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-22-2008, 11:13 AM  
Snave
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Quote:
Originally posted by yssaril
do you have the Default Dismount macro set?
As i expected, it was my own fault, i didn't realise i needed to go in and set the macros first. Sorry!

Last edited by Snave : 10-22-2008 at 11:42 AM.
Snave is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-22-2008, 09:15 AM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
Quote:
Originally posted by Snave
For some reason i can't dismount using the macro whilst moving. Is this me being a idiot or intended? Currently i just get the "you can't do that" message when i try.
do you have the Default Dismount macro set?


Culhag:
there is no way to make spell/aura casting automatic so you will always need at least 2 clicks for it

personally i use ZOMGbuffs from wowace which binds all buffs to the mousewheel works really nice

Last edited by yssaril : 10-22-2008 at 09:17 AM.
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-22-2008, 07:47 AM  
Snave
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
For some reason i can't dismount using the macro whilst moving. Is this me being a idiot or intended? Currently i just get the "you can't do that" message when i try.
Snave is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-21-2008, 05:57 PM  
Culhag
A Kobold Labourer
 
Culhag's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
For my pally I changed the macro to :
#showtooltip
/use [modifier:alt] <s32223>; [modifier:ctrl] <s27150>; [nomounted] <ff>
/dismount [nomodifier,mounted]

It's not automatic, but you can switch to Crusader when holding alt, or Retribution with ctrl.

(it's mostly what I had with a /userandom before using Mounted, I just couldn't fit all my mounts in it)

Last edited by Culhag : 10-21-2008 at 06:00 PM.
Culhag is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-19-2008, 09:05 PM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
Quote:
Originally posted by bonch
Is it possible for this to turn on Crusader Aura for Paladins when mounting and turn on an alternate aura when dismounting. I have a macro that does that but won't randomize too.

Thanks
should be possible by copying your macro into mounted and repacing the mount in your macro with the correct tag

use /mounted to get to the mounted config
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-19-2008, 06:07 PM  
bonch
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is it possible for this to turn on Crusader Aura for Paladins when mounting and turn on an alternate aura when dismounting. I have a macro that does that but won't randomize too.

Thanks
bonch is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-19-2008, 02:05 PM  
yssaril
A Cyclonian
 
yssaril's Avatar
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 44
Uploads: 7
Re: Re: Re: Travel and Flight Forms

Quote:
Originally posted by lloydbates
First, let me thank you for this wonderfull addon.
One suggestion though:
The ParseMacro function randomizes the mounts more than once, this is irritating when a macro has the token "<gf>" two times.
For example the first to cast the mount under a condition and the second one to fool the blizzard parser to show the correct icon.

Please consider changing the function to only select the mount once and then replace it in the macro at every token.

I modified my local copy to look like this
Code:
	function Mounted:ParseMacro(macrotext, preview)
		local mounts = {}
		local rndmount = nil
		for mtype, mspeed in string.gmatch(macrotext, "<(%a)(%w+)>") do
			if mtype == 's' then
				mounts[#mounts+1] = GetSpellInfo(mspeed)
			else
				if not rndmount then
					rndmount = self:GetRandomMount(mtype, mspeed)
				end
				mounts[#mounts+1] = rndmount
			end
		end
		macrotext = string.format(string.gsub(macrotext, '<%w+>', '%%s'), unpack(mounts))
		if preview then
			return macrotext
		end
		EditMacro(GetMacroIndexByName("Mounted"), "Mounted", 1, macrotext)
	end
This way, the first occurence in the macro will generate the random mount and the same will be used in every occurence in the macro.
good point will implement this

also the headless horseman mount should be fixed in 1.1.4
yssaril is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.