Addon Details
Expansion
Categories
Developers
Having issues?
About
Having too many world map layers like quest POI, pets, mines, herbs, rare mobs, and other POIs or routes? Wondering how you can quickly toggle them?
This addon provides the enhanced features to WorldMap's Tracking Options.
With this addon, it will replace the WoW's built-in tracking option dropdown and allow you to further toggle the displaying of the most popular WorldMap enhanced addons such as HandyNotes and GatherMate2.
Modules
HandyNotes (and all its plugins)
For Addon Author
This addon is now easily to be added new modules to extend the support to your map related addon.
Register new module:
local MODNAME = "your addon name"
local WMTE = WorldMapTrackingEnhanced
local Module = WMTE :NewModule(MODNAME)
Register namespace and option table in module's initialization:
function Module:OnInitialize()
self.db = addon.db:RegisterNamespace(MODNAME, defaults)
self:SetEnabledState(addon:GetModuleEnabled(MODNAME))
WMTE :RegisterModuleOptions(MODNAME, options, MODNAME)
end
Create your option / toggle menu in
function Module:DropDownMenus()
Issue and Suggestion
If you found any issue or would like to propose an enhancement suggestion, please log it here with details.
Localization
There isn't much to be localized, but if you would like to help, please visit here. If it appears that I am not aware there is any localization update and you would like to see the update to be included in the official release soon, please don't hesitate to leave a comment, send me a PM, or raise a ticket.
Donations
You are welcome to donate in supporting the development even it's a small money.
More addons for Legion
Discover other addons that might interest you
WQAchievements
Notifies you if an achievement related WQ is up.
SorhaQuestLog
QuestLog
Annoying Pop-up Remover
Removes multiple annoying confirmation popups that appear when doing routine tasks.
Bigger Bag Checker
Adds tooltip info for drops needed for the "Going to Need a Bigger Bag" achievement
DurabilityStatus from Cosmos
DurabilityStatus from Cosmos
HunterTracker
Tracks what pet you are using. /reload to update the pet.
ToonStatus
Simple addon to keep track of interesting stats
Lib-Scenarios
A library to get scenario name, step name, and step description with specified language.