7ecc9016dd5ec885f1debc2d9032bf8b0c94287a
Hover used a Blizzard minimize-button highlight, which read as a red tint over the pin art and looked nothing like the map. The pins draw their hover and pressed states from the same UI-QuestPoi-NumberIcons atlas they draw everything else from, additively blended, so mirror those cells alongside the ones already being copied. Add the pressed offset the pins have, nudging the digit or the "?" a pixel down and right while held, reset on redraw since the pool recycles buttons and a line can be rebuilt with the mouse still down. Play the sound the pins play as well: we call WorldMapFrame_SelectQuestFrame directly, and the sound lives a level above it in WorldMapQuestPOI_OnClick.
…
Questie-X
Fork of aron-w/Questie-X with bug fixes and personal changes. Made for and tested on CoA, but it should also work on other 3.3.5 clients.
Fixes
- fixed world map icons offset due to Ascension's objective frame and zoom addons like Magnify.
- fixed tracker objectives not updating correctly.
- fixed tracker handle not moving the frame.
- fixed custom quests having no name in the tracker.
- fixed custom quests not showing (complete) in the tracker.
- fixed custom quest items not showing.
Changes
- added "By Zone + %% Completed" and "By Zone + %% Completed (Reversed)" tracker sorting options.
Credits
Languages
Lua
100%