File Details
DungeonCrew
- R
- Mar 11, 2026
- 14.29 KB
- 12
- 1.15.8
- Classic
File Name
DungeonCrew-5.zip
Supported Versions
- 1.15.8
🐛 Bug Fixes
- GUI would not open — SetBackdrop now correctly uses BackdropTemplateMixin, which is required in Classic Era 1.15.x. The window silently failed to render on first load.
- /dcrew command had no effect — caused by the same backdrop crash preventing the main frame from initialising. Both the slash command and the minimap button now work correctly.
- Solo mode was non-functional — entering a dungeon alone would start a run but produce no meaningful data. Solo runs are now fully supported.
- CopyTable compatibility — replaced CopyTable() call with an explicit loop for broader Classic Era compatibility.
✨ New Features
- Solo mode — DungeonCrew now works fully when running alone. Solo runs are tracked identically to group runs and are labelled [Solo] in the run history. Useful for testing, farming, and soloing old content.
- Rate yourself — the post-run rating popup now includes your own character, marked with (You). Your ratings are saved to the player database the same way party members are.
- Death tracking — deaths are detected via the combat log for you and all party members. Each run records total deaths and the number of pulls where at least one player died.
- Combat time tracking — each run now records total time in combat, total time out of combat, and the number of pulls (combat segments).
- Downtime tracking — the average and maximum time between pulls is calculated and saved per run. Gaps over 10 minutes (loading screens, AFK) are ignored.
- Run hover tooltip — hovering over any run in the history list shows a full breakdown: combat time, downtime stats, death details, and the full party list with roles and star ratings.
- Live status bar improvements — the status bar now shows a ⚔ indicator while in combat, a live downtime counter (⏸ Xs) between pulls, and a death counter that updates in real time during the run.
- Instance ID protection — dying and re-entering the same instance no longer starts a new run. The addon detects the instance ID and continues the existing run automatically.
- Deaths shown in run list — runs with deaths display a 💀 badge directly in the run history row.

