Herald Observer

Check equipped gear eligibility for the Herald of the Titans achievement.

File Details

HeraldObserver_1.3.0.zip

  • R
  • Apr 23, 2025
  • 273.08 KB
  • 13
  • 11.1.5
  • Retail

File Name

HeraldObserver_1.3.0.zip

Supported Versions

  • 11.1.5

Version 1.3.0 - Whitelist Loader Fix & UI Expansion
--------------------------------------------------------

Whitelist Integration Fix
Resolved a major issue preventing the gear whitelist from loading in-game.
- Replaced unsupported require() usage with native WoW-compatible global table loading.
- validItemWhitelist.lua now defines the item whitelist via the global variable validItemIDs.
- The addon now reliably detects and accepts whitelisted item IDs (e.g., 28257, 28260, 28301).

New UI Option: Minimap Button Toggle
- A new checkbox was added to the UI frame to enable or disable the minimap button dynamically.
- Checkbox state is saved via SavedVariables and respected on next login.
- Disabling the minimap button hides it without unloading functionality.

Bug Fixes & Code Improvements
- Fixed duplicate gear scanning logic from earlier versions.
- Cleaned up scanCharacterSheet() to streamline item rejection flow.
- Added debug output to verify whitelist loading and item ID matches.

Compatibility

- Fully backwards compatible with all previous versions.
- No SavedVariables were renamed or removed.