This World of Warcraft™ addon helps you keep track of the Loremaster story quest achievements as well as questlines and campaigns.
Simply hover a quest icon on the world map, if it is part of a questline or a story campaign additional details about your progress will appear in the icon's tooltip.
Download available at: CurseForge.com, WoWInterface.com, Wago.io and GitHub.com.
(Note: This is a playable release. For some add-on hosting services or addon manager you might need to activate visibility for beta releases in order to find this addon.)
- Extends quest icon tooltips on the worldmap with details about zone stories, questlines and campaigns.
- Choose whether you want to see the tooltips content categories in multiple tooltips (default) or in a single one.
- Displays an icon in continent view indicating whether you finished a zone's story achievement or not.
- Get notified in chat when accepting or turning-in a quest. When it belongs to a questline or a campaign you'll be informed about your progress.
- See more than just 1 quest type provided by Blizzard.
- TODO (NYI): Adds an icon on the right top corner of the worldmap with details about available questlines on the active zone.
- Many options: simply hide the content you're not interested in.
If you have a feature request or if you would like to report a bug, please visit the repository's issue page at GitHub.
Note: Questlines will sometimes have multiple quests with the same name. That is NOT a bug!! The game filters quests in background processes I don't have access to (or at least I haven't figured out how, yet), depending eg. on the player's class, race, faction group, etc. There are also quests which are obsolete but haven't been removed from the game, yet.
Currently, those quests need to be filtered manually. You're welcome to report those, especially if you know how to distinguish them.
Also note, those name doublets are merely a visual nuisance. Don't let them irritate you. The game will still choose the correct quest for you as soon as you reach that point in a questline.
Note: Future changes and instruction details will be provided in this sections.
- Microsoft's Visual Studio Code with ...
- Sumneko's Lua Language Server extension
- Ketho's World of Warcraft API extension
- Stanzilla's World of Warcraft TOC Language Support extension
- David Anson's Markdown linting and style checking extension
- Version control management with Git + GitHub
- Packaging and uploading: BigWigsMods/packager
- Changelog generating: kemayo/actions-recent-changelog
- In-game development tools (addons):
- Game libraries:
- Townlong Yak's FrameXML archive
- WoWpedia's World of Warcraft API
- Wowhead.com
- Matt Cone's "The Markdown Guide" (Buy his book!)
- The Git Book
- Documentation for Visual Studio Code