IMPORTANT CHANGE - Version 0.0.7
This addon depends on the following libraries:
-LibAddonMenu-2.0
-LibZone

FAQ / Frequently asked questions / Questions fréquemment posées / Oft gefragte Fragen

Attention:
You can manually download the standalone libraries from the links above.
-> Be sure to check the extraction of the zip files! They must NOT create another subfolder in AddOns containing the name of the zip archive itsself! Example:
zip filename: LiBStub_v1_4.zip
Extracted to:
AddOns\LibStub_v1_4\LibStub -> WRONG!
Extracted to:
AddOns\LibStub -> CORRECT!

Or use Minion to download them.

You may need to close and restart the game to recognize the new libraries in the addon manager!
Additional information about libraries and why I have changed my addons to use standalone, and not included libraries anymore, can be found in the general FAQ



FCO Mounty

This addon will give you the ability to change your mount depending on your current location (zone).
e.g. use a camel in the Alik'r desert, and a horse in Stormhaven.


-> If you are looking for a similar addon for pets try out "PetZone"

In addition the addon is able to block your horse training skills. You are able to level only one specific horse training until it's maxed out this way, without clicking a wrong training button by accident.

Features
-Setup your desired mount for a base map zone and for some subzones
Your chosen mount will be used if you do a /reloadui or any other loading screen in the zone.
You need to unmount if you change a zone without a loadscreen/reloadui in order to mount on your desired subzone mount!
-Disable the train feed, train, speed, train carry buttons at the stable.

Usage
Changing your mount via the collectibles is not saving the current mount for the given zone!
You have to open the addon settings via chat command /fcoms (or manually by pressing ESC key, and then navigate to the addon settings of FCO Mounty) and click the button "Current zone".
The zone and subzone (e.g. a city at the current map) will be selected in the dropdowns and you can choose your mount for that zone + subzone now.

If you want to set a mount for the whole zone (map) just change the subzone dropdown to "-ALL-".


The addon will detect a sub-zone change not automatically (only if you do a /reloadui or are coming from a loading screen). So if you are mounted and ride into a new subzone (a city e.g.) it will be recognized if you unmount.
If you are not mounted it will be recognized if you switch your weapons and are not in a fight.

I could implement some more checks but it will be checked quite often then (e.g. via ability events). So for now this should be enough checks.

What zone and subzone am I currently in?
If you want to know if a zone & subzone changed, and what zone & subzone name is currently used, then write the following into your chat and press the return key:
Code:
/script FCOM.zone2Chat()
Or use the chat slash command
Code:
/fcomz
It will show you the zone and subzone name + the map's tile textuire name used to determine the zone and subzone, in the chat. Only if the subzone changed the mount will be changed on unmount as well! If the subzone of a map is always the same you got no way to differ in it and set different mounts This is due to the game's API functions and not an addon problem.

Report missing zone/subZone data directly from the game to www.esoui.com -> FCOMounty -> Bug report?
Added chat slash command
Code:
/fcomr
to report a missing zone or subzone directly to me.
This will only work if you are not in a house or dungeon, if you are on an overland map or a city map (not all cities provide "subzone" names so maybe some cities are named the same in their zone as the overland zone. I cannot change this sorry.
Watch the chat for information if you are standing wrong, the data already exists or not.

If the zone or subzone is not known yet in the FCOMounty data tables:
A popup will open, trying to open a website www.esoui.com and so on... Click yes and it will auto fill in the needed zone data for me into a bug report at www.esoui.com -> FCOMounty bug panel. Send this bug report then and I got all data to add.


Added slash command
Code:
/fcoma
to manually check the current zone + subzone for missing entries and add them to the temporary SavedVariables.
You still need to report those to the addon dev to add them to the addon unless you want to always loose them at possible future updates! Use the chat command /fcomr for further information how to report them and read the addon description's part "Report missing zone/subZone data directly from the game to www.esoui.com ..."

FCOMounty Automatically scans the zone & subZone after a loading screen and adds missing entries to the internal temporary savedvariables. Missing zone&subzone data will be shown inside the chat,a fter that scan, and inside the settings menu as zones or subzones containing a _ and e.g. a suffix like "base"! Please report these missing ones or your saved mounts might be lost again for these combinations once the addon will update the data into the preloaded addon data properly! (e.g. subzone "newsubzone_base" will be changed to "newsubzone" with future addon updates).

返回
顶部