promotional bannermobile promotional banner

TalentReminder

A lightweight World of Warcraft addon that reminds you to switch to the correct talent loadout for dungeons and raids.

File Details

TalentReminder_1.6.4.zip

  • R
  • May 16, 2026
  • 50.78 KB
  • 31
  • 12.0.5
  • Retail

File Name

TalentReminder_1.6.4.zip

Supported Versions

  • 12.0.5

Talent Reminder — Patch Notes

Added

  • Added content pack support.
  • Added separate content preset files for phases/seasons.
  • Added Midnight Phase 1 preset.
  • Added Midnight Phase 2 placeholder preset.
  • Added dropdown in settings for selecting the active content pack.
  • Added separate settings sections for Dungeons, Raids, and Custom Rules.
  • Added full Midnight Phase 1 dungeon preset list.
  • Added raid boss preset structure for Midnight Phase 1.
  • Added support for future raid-specific checks by instanceID + areaID.
  • Added support for custom user-created rules.
  • Added improved /tr debug output.
  • Added /tr version command.

Changed

  • Reworked SavedVariables structure from name-based storage to ID-based storage.
  • Dungeon and raid rules are now saved by stable keys, for example instance:2811 or instance:2912:area:1234.
  • Removed dependency on localized dungeon names for saved data.
  • UI now tries to display localized names from WoW API instead of using saved names.
  • Default preset data is now stored in separate content pack files instead of being hardcoded in main logic.
  • Custom rules are stored separately from default preset rules.
  • Loadout selections are now stored per content pack.
  • Raid entries now use a structure prepared for boss/area-specific logic.
  • Settings UI was cleaned up and grouped more clearly.
  • Content pack registration was refactored to be safer during addon startup.

Fixed

  • Fixed issue where dungeon loadouts could not be found because saved keys used English preset names.
  • Fixed issue where localized dungeon names like Терраса Магистров did not match saved keys like MagistersTerrace.
  • Fixed duplicated storage of the same loadout under several keys.
  • Fixed unnecessary presetInstanceIDs storage.
  • Fixed old dungeonLoadouts / customDungeonNames logic.
  • Fixed issue where raid and dungeon names in settings could fall back to English too early.
  • Fixed addon crash during Midnight Phase 1 config loading.
  • Fixed tonumber(nil) error in ContentRegistry.lua.
  • Fixed early WoW API name resolving during content pack registration.
  • Fixed issue where MidnightPhase1.lua could fail to load completely.
  • Fixed unsafe sorting logic that used localized display names too early.

Removed

  • Removed legacy name-based keys such as MagistersTerrace, AlgetharAcademy, and PitOfSaron.
  • Removed migration logic because the addon is still in development and data can be reset.
  • Removed unnecessary localized name tables from saved data.
  • Removed preset-to-instance mappings from SavedVariables.

Notes

  • Saved data is now expected to be created from zero.
  • Old SavedVariables can be deleted before testing.
  • Recommended installation method: delete the old TalentReminder folder first, then install the new version.
  • Current Midnight Phase 1 preset contains 8 dungeon entries and 9 raid entries.