Mounted
Brand new complete rewrite of Mounted is available as alpha
- Complete redo of Mounted
- profile based priorities
- mounts can be grouped
- macros sytem has been simplified (only 2 tags <primary>, <secondary>)
- Fancy new interface which attaches itself to the Mount Journal page blizzard provides
Mounted is patched for 4.0
with the mount changes in 4.0 Mounted is due for another rewrite until then Mounted will work just like before (but since mount speeds now scale with skill they have all been set to max Mounted 3 will remove the speed selection options all together)
Please report any bugs to the ticket tracker here
Warning in order for Mounted to work properly in your local the following strings need to be translated at the very least.
- L["SpeedFast"] = "extremely%s+fast" -< unique phrase found only in extremely fast mounts (310% flying)
- L["SpeedMedium"] = "very%s+fast" -< unique phrase found only in fast mounts (100% ground or 280% flying)
- Translations may be submitted 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?
- It will create a macro called Mounted in your global macro space this way you only use one slot and not one per character.
- It will scan through all your mounts and create a list and sort them by speed.
- 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 change to the indoor macro.
- If you are swimming it will change to the swimming macro.
- A new mount will be chosen for you every time you mount up.
- the macros are compleatly customizable (editing of the attack macro is highly recommended)
- macros can by customized with tags that get replaced when the macro is parsed (see below for list of available tags)
- custom macros are saved globally so you will have access to them from all your characters (per account)
- you can preview your macros before deciding on them
- you can set priorities for mounts from 0-10 (0 = will never be selected, 10 will most likely be selected)
- If you want to add a spell such as travel form you may do this from the options this will then be put into the mount linup (after you configured the spell)
Macro tags are:
Here are tags you may use to customize the above macros: <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) <ww> == Random Water Mount (defaults to <gf> if no mount was found) <aq> == 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 so i can fix the scanner. You may fix this on your end by simply editing the mount in the Mount Options
Mounted also supports the various Druid forms and the Shaman Ghost Wolf form though there may be some bugs associated with them since i don't have either character to do extensive testing on all i get is premades on the PTR when they are available. Mounted will also present you with some druid /shaman macros as appropriate.
any suggestions or improvements are most welcome please open a ticket about them.
If you want a very similar addons for your other Critters look no further and go to here.
should be fine if you learn it or are just starting using Mounted
Date: 2010-10-13 23:53:53
ID: 1
Error occured in: Global
Count: 1
Message: [string "GS_FactionCheck:OnLoad"] line 3:
attempt to index global 'GS_OppFactionText' (a nil value)
Debug:
[C]: ?
[string "*:OnLoad"]:3:
[string "*:OnLoad"]:1
AddOns:
Swatter, v3.1.15 (<%codename%>)
ACP, v3.3.8
Babylonian, v5.1.DEV.130
BonusScanner, v5.3
Configator, v5.1.DEV.278
DBMCore, v
Gatherer, v3.1.15
GearScore, v3.1.18 - Release
Recount, v
SlideBar, v3.1.15 (<%codename%>)
BlizRuntimeLib_enUS v4.0.1.40000 <us>
(ck=114)
ideas?
1x Mounted-v2.2.3\MacroTextParser.lua:100: bad argument #1 to 'pairs' (table expected, got nil)
Mounted-v2.2.3\MacroTextParser.lua:100: in function `GetRandomMountFromTable'
Mounted-v2.2.3\MacroTextParser.lua:76: in function `GetMount'
Mounted-v2.2.3\MacroTextParser.lua:31: in function `ParseMacro'
Mounted-v2.2.3\Core.lua:406: in function `GenerateMacro'
Mounted-v2.2.3\Core.lua:258: in function `ACHIEVEMENT_EARNED'
Mounted-v2.2.3\Core.lua:176: in function `ProcessDB'
Mounted-v2.2.3\Core.lua:136: in function <Mounted\Core.lua:51>
(tail call): ?:
Locals:
self = <unnamed> {
0 = <userdata>
optframe =
mountSetOptions =
UpdateMainOptions = <function> @ Mounted\Options.lua:234:
RegisterModuleOptions = <function> @ Mounted\Options.lua:760:
macroSetOrder =
MacroOptions =
OnUpdate = <function> @ Mounted\Core.lua:262:
ReverseLocalizedIDs =
IsInSet = <function> @ Mounted\Options.lua:613:
OpenMounSetOptions = <function> @ Mounted\Options.lua:603:
MountScan = <function> @ Mounted\Core.lua:294:
UNIT_SPELLCAST_SUCCEEDED = <function> @ Mounted\Core.lua:282:
SetPriority = <function> @ Mounted\Options.lua:306:
MountExists = <function> @ Mounted\Core.lua:365:
COMPANION_LEARNED = <function> @ Mounted\Core.lua:288:
state =
GetMountFromIDorTable = <function> @ Mounted\MacroTextParser.lua:145:
UpdateMountOptions = <function> @ Mounted\Options.lua:645:
MaxGroundSpeed = 100
SPELL_UPDATE_USABLE = <function> @ Mounted\Core.lua:198:
OrderMounts =
GetMount = <function> @ Mounted\MacroTextParser.lua:42:
GetPriority = <function> @ Mounted\Options.lua:297:
LocalizedIDs =
ApplyMacro = <function> @ Mounted\Core.lua:414:
GetFastest = <function> @ Mounted\MacroTextParser.lua:83:
GenerateMacro = <function> @ Mounted\Core.lua:393:
ProcessDB = <function> @ Mounted\Core.lua:172:
db =
LocalizeIDs = <function> @ Mounted\Core.lua:376:
UPDATE_WORLD_STATES = <function> @ Mounted\Core.lua:198:
ParseMacro = <function> @ Mounted\MacroTextParser.lua:24:
PLAYER_REGEN_ENABLED = <function> @ Mounted\Core.lua:189:
MountOptions =
resevedMacroName =
OpenMacroEditor = <function> @ Mounted\Options.lua:781:
MountEditor =
mountSpeeds =
MainOption =
GetMountType = <function> @ Mounted\MountTypeParser.lua:45:
ZONE_CHANGED_NEW_AREA = <function> @ Mounted\Core.lua:210:
ACHIEVEMENT_EARNED = <function> @ Mounted\Core.lua:216:
CloseCustomContainer = <function> @ Mounted\Options.lua:19:
PLAYER_LOGIN = <function> @ Mounted\Core.lua:51:
defaultmacros =
OpenCustomContainer = <function> @ Mounted\Options.lua:13:
ZONE_CHANGED = <function> @ Mounted\Core.lua:210:
UNIT_SPELLCAST_START = <function> @ Mounted\Core.lua:276:
MaxAirSpeed = 310
GetRandomMountFromTable = <function> @ Mounted\MacroTextParser.lua:93:
ZONE_CHANGED_INDOORS = <function> @ Mounted\Core.lua:210:
PLAYER_REGEN_DISABLED = <function> @ Mounted\Core.lua:182:
}
mountType = "ground"
mountSpeed = 100
tag = "gf"
SetName = nil
mounts =
}
size = 0
lastmountID = nil
mounts_N_sets =
}
lastmount =
}
---
however if you do not mind try logging out and delete your SV for mounted then try again cause the error looks like something in your Mounted database got corrupted
please report back with success or failure :)
also if it fails paste a copy of you SV file to http://paste.wowace.com/ and give me the link
second for your info:
SV = SavedVariable (a file that is created for each addone where it can store information between gaming sessions)
they are located under wowfolder\WTF\Account\ACOUNTNAME\
here there is a SV folder that contains the SV files that are account wide if you drill don further there is also one for each character
The macro section implies it should create (or help me create) a mod but when I select one of the default macro options and it displays what the macro should look like but there is no option to "create" or use it. When I try to make a "new" macro thinking I'm suppose to somehow copy/paste the previously listed macro to re-create the selected macro I can't even copy/paste the previously listed macro text (or move the popup window to manually do it).
short version:
It automatically creates a single macro called mounted (use /m to access all your macros) it will then adjust this macro depending on certain conditions. the conditions and macros it will adjust to can be modified via the options (/mnt)
Just a heads up Mounted works out of the box without problems but it also allows for a high degree of customization so the options interface is somewhat complex (especially if you do not understand the basic functions of the mod)
Date: 2010-10-12 23:56:19
ID: -1
Error occured in: Global
Count: 1
Message: ...dOns\Atlas\Libs\LibBabble-Zone-3.0\LibBabble-3.0.lua line 51:
LibBabble-Zone-3.0: Translation "Kelp Forest" not found.
Debug:
...dOns\Atlas\Libs\LibBabble-Zone-3.0\LibBabble-3.0.lua:25:
...dOns\Atlas\Libs\LibBabble-Zone-3.0\LibBabble-3.0.lua:23
...dOns\Atlas\Libs\LibBabble-Zone-3.0\LibBabble-3.0.lua:51:
...dOns\Atlas\Libs\LibBabble-Zone-3.0\LibBabble-3.0.lua:28
Mounted\Core.lua:11: in main chunk
AddOns:
In Core.lua, line 11, I changed it to:
LibStub("LibBabble-Zone-3.0"):GetLookupTable()["Kelp'thar Forest"] or "Kelp'thar Forest", -- GetRealZoneText(610)
I have no idea if it's right or not, but for now, no more errors on login.
Message: Interface\AddOns\Mounted\Core.lua:226: Achievement ID 5180 not found in GetAchievementInfo
Time: 10/12/10 20:45:09
Count: 1
Stack: [C]: ?
[C]: in function `GetAchievementInfo'
Interface\AddOns\Mounted\Core.lua:226: in function `ACHIEVEMENT_EARNED'
Interface\AddOns\Mounted\Core.lua:175: in function `ProcessDB'
Interface\AddOns\Mounted\Core.lua:135: in function <Interface\AddOns\Mounted\Core.lua:50>
(tail call): ?
Locals: (*temporary) = 5180