File Details
1.2.0
- R
- Apr 22, 2026
- 116.98 KB
- 16
- 12.0.5+2
- Retail
File Name
KeyCollector-1.2.0.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
## [1.2.0] - 2026-04-22
### Added
- Minimap button for toggling the party keys window. Draggable around the minimap edge; position is saved between sessions.
- Rank column (`#`) in the party window showing each row's sort position. The recommended dungeon's rank is highlighted in gold.
- Teleport button per row showing the spell icon for the dungeon key that player holds, if you know the corresponding teleport spell. Clicking it casts the teleport directly.
- Column header "TP" above the teleport column.
- 4 px spacing between party rows for improved readability.
### Changed
- Teleport button attributes are only modified outside of combat to prevent secure action button taint.
- Teleport spell lookups are cached per dungeon map ID so `IsSpellKnown` is called at most once per session per dungeon.
## [1.1.0] - 2026-04-21
### Added
- Best column now shows both timed and untimed personal best for the held dungeon, separated by `|`. Timed is shown in white, untimed in gray. Only the timed value is shown if they match.
- Hovering a player's Best cell now shows timed and untimed best side by side in the tooltip as well.
### Changed
- Protocol upgraded from v2 to v3 to carry both timed and untimed bests. Older clients (v1/v2) remain compatible.