Description
A simple World of Warcraft addon that automatically opens Blizzard's death recap window when you die.
Features
- Automatically shows the built-in death recap UI on death
- No configuration needed
- Uses Blizzard's native
OpenDeathRecapUI()function
Installation
- Copy the
AutoDeathRecapfolder to your WoW AddOns directory:- Windows:
C:\Program Files\World of Warcraft\_retail_\Interface\AddOns\ - macOS:
/Applications/World of Warcraft/_retail_/Interface/AddOns/
- Windows:
- Restart WoW or
/reload
How It Works
- Listens for
PLAYER_DEADevent - Loads
Blizzard_DeathRecapaddon if not already loaded - Waits for death recap data to be available via
C_DeathRecap.HasRecapEvents() - Calls
OpenDeathRecapUI()to display the recap
Version
- Interface: 120000 (Midnight)
- Version: 1.0.0
License
MIT


