SKquests Wotlk v0.5.15.zip
What's new
English
### Fixed
- **"your position" marker never appeared**: in the interactive mission map, the blue dot indicating where the character is standing was not shown in any zone. Cause: the addon's zone database (`pfDB`) does not include zone names in English (only numeric data and names in Spanish), so on an English client the comparison between your actual zone and the map zone always failed. A fallback resolver was added using the addon's internal table of English names (already used to display "Zone: ..." in the panel), just like in the Season of Discovery copy.
## [0.5.14-beta] - 2026-06-20
### Changed
- **Performance optimization (general audit)**: the Tracker’s event frame called `T:Refresh()` (an O(n) scan of the entire quest log, expanding/collapsing all headers) directly on every event. Since several quest log events fire almost simultaneously for a single action (accepting/turning in a quest), this repeated the scan multiple times unnecessarily. Now those bursts are grouped into a single `Refresh()` on the next frame, without changing visible behavior.
## [0.5.13-beta] - 2026-06-20
### Fixed
- **NPC coordinates**: fixed an issue where NPC coordinates appeared as "-" in the XP Evaluator; they are now calculated correctly using the WotLK 3.3.5a map API.
- **Player position marker**: the addon's interactive maps (Guide, Zones) now show a point indicating the character’s current position, in addition to quest/NPC markers.
- **Zone resolver crash**: fixed an error that could interrupt the interface when resolving a zone name to its internal ID on certain maps/subzones.
- **XP in Quests / Worth It tabs**: the XP shown and used for the “profitability” calculation is now obtained via `GetRewardXP()`, correctly reflecting the real reward XP instead of an outdated or zero value.
- **Quest names in Spanish**: fixed a case where the Spanish name of a quest leaked incorrectly into the Quests/Worth It tab when the client was in English.
### Changed
- **Tab style**: small visual redesign of the tab buttons for better consistency with the rest of the addon’s theme.
- **Internal cleanup**: removed dead/unused code in the XP tracking module (`SKquests_XPTracker.lua`).
### Notes
- This version adapts to **WotLK Classic 3.3.5a** (interface 30300) a set of improvements and fixes originally developed for the Season of Discovery/Classic Era branch of the addon.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

