promotional bannermobile promotional banner

SecretChecklist

Track your progress on WoW's secret collectibles including hidden mounts, pets, toys, and achievements with an automated checker and journal-style UI.

File Details

v1.9.3

  • R
  • Apr 2, 2026
  • 112.96 KB
  • 990
  • 12.0.1+1
  • Retail

File Name

SecretChecklist-v1.9.3.zip

Supported Versions

  • 12.0.1
  • 12.0.0

Secret Checklist

v1.9.3 (2026-04-02)

Full Changelog Previous Releases

  • chore: release v1.9.3
  • refactor(beledar): receive measures via BO_DATASYNC instead of embedding table
    Removes the hardcoded 25x40 BH_MEASURES table. BeledarHelper now listens
    on the BO_DATASYNC prefix, accumulates the leader's chunked broadcast,
    decodes it with the same 8-char encoding BO uses, and stores it as
    bh_dsMeasures. The popup shows 'No data from leader' until the first
    broadcast arrives. This keeps the helper in sync with any custom set
    the leader is using, not just the BO default.
  • feat(beledar): respond to BO version check PING with SC-x.x.x
  • feat: add BeledarHelper — player popup for Beledar Orchestra puzzle
    Listens on the BeledarOrch addon message prefix for MEASURE, OVERRIDE,
    START, and RETRY messages broadcast by a raid leader running BeledarOrchestra.
    Shows a compact popup with the player's assigned emote when targeting the
    Divine Flame of Beledar (NPC 255888) in Hallowfall (zone 2215).
    Automatically disabled if BeledarOrchestra is loaded — no duplicate popups.
    Handles DANCE move/stop tracking and broadcasts PERFORMED so the leader's
    grid still shows completion for SC users.
    Embeds BeledarOrchestra's full 25-measure assignments table (v0.4.29).