The mod name was changed because apparently the mod called Ravalox' Quest Tracker had a file named LibQuestInfo.lua included with it as an embedded library.
A bit of history
The mod name was changed because apparently the mod called Ravalox' Quest Tracker had a file named LibQuestInfo.lua included with it as an embedded library.
LibQuestData
While updating Quest Map and trying to use some of the same data with other mods that show quest information I realized it was too much work to update more then one mod. For that reason I created LibQuestData.
It contains all of the currently available (by user submission) data from Quest Map and some information from Destinations. The data is incomplete and I would appreciate user submissions.
Current Features:
- Provide mod authors with X,Y locations for placing a pin on the Map (LIBGPS Data not collected at this time use local_x , local_y only! Needs more time for data to be collected.)
- Built in data collection for quest information not currently in data base
At the bottom of the page is a list of Zones that have had their quest data verified.
Required
LibMapData - LibMapData
LibGPS - LibGPS
NOTE LibGPS Requires: LibMapPing, LibDebugLogger, LibChatMessage so be sure to read the authors description page.
LibMapPins - LibMapPins
Using LibQuestData with your addon: Include this line in your addon manifest:
Reference to the library using:
Important: This mod is brand new and I have not had time to update X, Y coordinates with user data for LibGPS. Use local_x, local_y.
As of 4/5/2021 you should no longer use lib.get_quest_list(zone)
Instead use lib.zone_quests
Use the function UpdatePins anywhere you need deepening on player interaction with the world such as events for when the map changes, or the player changes location.
NOTE: Multiple ID numbers means there are multiple quests with the same name.
Use: Drawing a pin with a different color if the player has started the
quest and has not finished it yet. Loop over the table.
Example:
Planed features for Version 2
1:
2:
Expand built in data collection to update information instead of only collecting new information. Meaning that if there are multiple pins for a quest, duplicate pins close to the player location would be removed in favor of the new location. The auto update would also compare information like quest name, quest giver, quest type, whether or not it is repeatable, and the Game API. Game's API version will mean the quest is still available in the current version.
3:
For avid data collectors and experts a slash command to remove ALL pins on the map prior to accepting a quest in order to clean up duplicate pins. Data would be submitted on GitHub.
GitHub Repo:
LibQuestData
Zone Quests Verified
Khenarthis Roost
Contributions
Polish localization provided by Skrybowie Tamriel (Tamriel scribes)
ABOUT THIS LISTING
This page describes LibQuestData by Sharlikran. The description and screenshots are the author's own, imported from their listing on ESOUI on 31 August 2026: https://www.esoui.com/downloads/info2625-LibQuestData.html
Mythiq.net hosts no files for it. The download button goes straight to the release file on cdn.esoui.com, so you are downloading from the author's own host, not from a copy of ours.
The download count, rating and comments on this page start at zero and count Mythiq.net only. The source's own figures are not copied here — they measure a different site, and a number that cannot be checked against our own ledger is not worth printing.
Requirements
Game version
11.3.0
API VERSION
Built for ESO API version 11.3.0. After a patch the game marks add-ons built for the previous API as out of date; the "Allow out of date add-ons" checkbox in the add-on menu loads them anyway, and most work.
LIBRARIES
Many ESO add-ons depend on a shared library — LibAddonMenu-2.0 above all — which is installed separately, exactly like an add-on. A dependency that is missing shows as the add-on simply not appearing in the list.
CONSOLE
Add-ons are PC and Mac only. There is no way to load them on console.
Installation
1. Download the archive with the button on this page and unzip it.
2. Move the unzipped folder into your add-ons directory:
Windows — Documents\Elder Scrolls Online\live\AddOns
3. Start the game, and at the character select screen click Add-Ons.
4. Tick the add-on. If it is greyed out and marked out of date, tick "Allow out of date add-ons" at the top of the same panel.
5. Log in. Most add-ons need a /reloadui after they are first enabled.
UPDATING
Delete the old folder first. ESO loads everything it finds, and two copies of one add-on is the usual cause of "an add-on has produced an error" on login.
This release downloads from cdn.esoui.com, not from us, so
there is no checksum to compare against. Scan the archive before you unpack it.
Version history
v2.79Latest
27 May 2026 · 971 KB via cdn.esoui.com · 5 downloads Download
v2.79
- Fixed a rare issue during load where certain incomplete or unexpected saved quest data could result in invalid processing during initialization.
v2.77, 2.78
- Rough draft for Solstice changes
NOTE: More changes later for quest names and Night Market
v2.76
- Updated quest names for all official languages for U48
v2.74, 2.75
- Updates for quest data for Oct 13
v2.73
- Updated map name that zos changed fro solstice
- Updated quest locations for solstice
v2.72
- Updated license information
v2.70, v2.71
- Updated quest names for u46
v2.69
- Updated quest names for unofficial languages
v2.68
- Updated for U44
v2.67
- Rough draft for Gold Road
NOTE: Until Gold Road is live only English quest names are updated for quest tracking
v2.66
- Updated Quest Names for Chinese
- Updated some quest types related to Cyrodiil
- Added more removed quest data
v2.65
- Updated Quest Names for lookup
- Fixes for Turkish support (Türkçe)
v2.63, v2.64
- There are no weekly quests, renamed to Trial
- Guild quests are separated from daily and regular quests
- Updated quest types
v2.62
- Minor changes for Update 40
v2.61
- Updated alliance requirements for Cyrodiil quests
v2.60
- Added conditionals for Necrom quests
v2.59
- Final rough draft before Necrom
v2.58
- Initial Necrom city quests
v2.57
- Pre PTS Version
v2.56
- API Increase
- Other changes I'll add later
v2.55
- Added different Companion and Cadwell scroll icons
- Companion Quests are shown separately
- Hide Companion quests if you don't have the rapport
- General quest location optimizations
v2.53, v2.54
- Update for completed quests routine. After ZOS changes recently the old method for gathering completed quests would fail and not run through to the most recent quests for Galen.
- Added breadcrumb quests
- Prevent saving any quest name returned from the API and only saving names of completed quests
v2.51, v2.52
- Updated some quests (CobaltSerpent)
v2.50
- Added some Galen quests
v2.49
- Pre PTS Version
v2.48
For localization teams: Destinations and Quest Map obtain quest names from the API now rather then LibQuestData.
- Pre PTS Version
- Added a few new quests
v2.47
- Added support for Chinese Simplified
v2.46
- Added some of the High Isle quests (snichols7778)
v2.45
- Added new prerequisite filter
v2.44
- Added more quest names most localizations
- Updated quest info: hatedman95
v2.43
- Version requirement bump for LibMapData
v2.42
- New library required, LibMapData
v2.41
- Added more quest names most localizations
- Remaining adjustments to be ready to collect quest data
v2.40
- Pre PTS Version
v2.39
- Updated quest info for zone story quests, experimental. Needs verified but that means doing all the quests. All 2000 plus of them.
v2.38
- Update quest info capture routine to gather display instance type for zone story quests
v2.37
- Update quest info capture routine to attempt to gather Alliance info for PVP
v2.36
- Updated Italian quest names
v2.35
- Minor changes for PTS
- Updated Russian quest names
- Updated quest info: SC2Mitch
v2.34
- Adjustments to unofficial localization when quest names are not translated
v2.33
- Added new quests for DLC: SC2Mitch
NOTE: They will only show up for English for now. Please do not switch languages and do the quests in English to see the pin and then again in another language as it will mix the data and make it useless.
v2.32
- Minor changes for PTS
v2.31
- Updated German quest names. Thanks Irniben and Orejana.
v2.30
- Updated Korean quest names. Many translations still missing for new zones.
Tell us if something is wrong — a file that will not work, content taken from
someone else, or anything that looks unsafe. Reports go to our review team, not
to the author.
We use cookies to ensure that we give you the best experience on our website and improve your experience. By continuing to use this site you consent to such use of cookies.