Narcasung 7ecc9016dd feat(tracker): match the client's pin interactions on the marker button
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.
2026-07-25 16:31:20 +02:00
2026-06-06 13:44:49 -05:00

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

aron-w/Questie-X
Xurkon/Questie-X
Questie

S
Description
No description provided
Readme MIT 35 MiB
Languages
Lua 100%