No description
- Lua 100%
| HCDeathTracker_Client.lua | ||
| HCDeathTracker_Client.toc | ||
| HCDeathTracker_Relay.lua | ||
| HCDeathTracker_Relay.toc | ||
| README.md | ||
HCDeathTracker
A two-part WoW Classic Hardcore addon for tracking player deaths across a group of trusted players.
The client addon listens for the player's death event, captures character name, class, race, level, zone, timestamp, and killer name, persists the data in SavedVariables, and transmits it via addon whisper to a designated relay character. The relay addon receives and stores incoming deaths in its own SavedVariables.
A local script then reads the relay's SavedVariables and forwards new entries to a webhook. Requires the relay character to be online on the same realm as the clients.