No description
Find a file
2026-04-28 20:02:46 +02:00
HCDeathTracker_Client.lua init repo 2026-04-28 20:02:46 +02:00
HCDeathTracker_Client.toc init repo 2026-04-28 20:02:46 +02:00
HCDeathTracker_Relay.lua init repo 2026-04-28 20:02:46 +02:00
HCDeathTracker_Relay.toc init repo 2026-04-28 20:02:46 +02:00
README.md init repo 2026-04-28 20:02:46 +02:00

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.