TBC Daily Dashboard

Track Heroic lockouts, reputation, profession CDs and dailies across all characters

File Details

TBCDailyDashboard 1.1.1

  • R
  • Feb 17, 2026
  • 64.58 KB
  • 1.7K
  • 2.5.5
  • Classic TBC

File Name

TBCDailyDashboard1.1.1.zip

Supported Versions

  • 2.5.5
### 1.1.1
- **Bugfix: Daily Dungeon Quest Data completely corrected** - Nearly all quest IDs were mapped to the wrong dungeon
  - Almost every quest ID was assigned to the wrong dungeon (e.g. "Scroll of Skyriss" showed "The Mechanar" instead of "The Arcatraz")
  - **Heroic Dailies**: Expanded from 12 to 16 quests (all Wind Trader Zhareem quests now correct)
  - **Normal Dailies**: Expanded from 5 to 8 quests (all Nether-Stalker Mah'duun quests now correct)
  - Added heroic quests: Nazan's Riding Crop, Keli'dan's Feathered Stave, Bladefist's Seal, Heart of Quagmirran, The Warlord's Treatise, Signet Ring of Prince Kael'thas
  - Added normal quests: Sunseeker Channelers (Botanica), Tempest-Forge Destroyers (Mechanar), Sisters of Torment (Magisters' Terrace)
  - Quest 11500 was duplicated: "The Missing Magistrix" (Sunwell) corrected to quest ID 11526
  - All German quest names and dungeon names updated
  - DB migration automatically clears the old daily cache on first login after the update

### 1.1.0
- **New: Daily Heroic & Normal Dungeon Detection** - Automatically detects today's daily heroic and normal dungeon
  - Detected via quest log scanning at login, QUEST_ACCEPTED, QUEST_DETAIL, QUEST_TURNED_IN, and GOSSIP_SHOW events
  - Shared across all characters on the same realm (one character detects, all characters see it)
  - Displayed in the main window header (next to reset timer), expanded detail rows with [OK]/[X] completion status per character, and minimap tooltip
  - Dungeon names localized for English and German
  - Data automatically expires at daily reset
  - Includes mapping for 16 heroic daily dungeons (Wind Trader Zhareem) and 8 normal daily dungeons (Nether-Stalker Mah'duun)
- **Bugfix: Heroic lockouts not showing after install** - Lockout data is now refreshed when opening the main window (`RequestRaidInfo()` added to OnShow)
- **Bugfix: Lockout scan timing** - Added `PLAYER_ENTERING_WORLD` event with delayed `RequestRaidInfo()` as fallback, in case the initial `PLAYER_LOGIN` scan runs before player data is fully available

### 1.0.9
- **New: Heroic Key Names** - Each faction now shows its corresponding Heroic key
  - Display format: `Lower City (Auchenai Key) - Honored -> Revered`
  - Localized key names for German and English
  - Added German faction name aliases for reputation tracking

### 1.0.8
- **New: Character Notes** - Add personal notes to each character
  - Editable text field for current character (max 500 characters)
  - Read-only display for other characters
  - Clear button to quickly delete notes
  - Notes are saved per character and persist across sessions

### 1.0.7
- **Bugfix**: Fixed reputation progress calculation - was incorrectly including the target standing size
  - Example: At Honored 2996/12000 now correctly shows 57% instead of 23%
  - Progress now correctly calculates rep needed to REACH the standing, not complete it

### 1.0.6
- **New: Session Reputation Tracking** - Tracks all reputation gains during your play session
  - Listens to `CHAT_MSG_COMBAT_FACTION_CHANGE` events (reputation from quests, dungeons, mob kills)
  - New tooltip section `[Session Reputation]` shows gains per faction
  - Status command (`/tdd status`) now shows session gains next to each faction
  - Supports English and German chat messages
  - Automatically resets on login/reload

### 1.0.5
- Reputation data for current character is now read LIVE from WoW API (no more outdated values)
- Added `/tdd scan` command to manually rescan reputation data for other characters
- Auto-refresh when opening main window or tooltip

### 1.0.4
- Added text-based progress bar to minimap tooltip for reputation progress
- Tooltip now shows `[####------] 40%` style progress bars with color coding

### 1.0.3
- Added visual progress bar with percentage for reputation progress towards Heroic key requirements in main frame
- Progress bar shows color gradient from red (0%) to yellow (50%) to green (100%)

### 1.0.2
- Fixed German translation: "Revered" is now correctly translated as "Respektvoll" (was incorrectly "Ehrfürchtig" which means "Exalted")

### 1.0.1
- Updated Interface version to 20505 for TBC Classic 2.5.5 Build 65676

### 1.0.0
- Initial release
- Heroic & Raid lockout tracking
- Reputation progress tracking
- Profession cooldown tracking
- Daily quest tracking
- Minimap button with tooltip
- Main frame UI with sorting/filtering