DMT Respawn Time

Manages the DMT respawn timestamp independently of the WeakAura, and shares it via _G.DMT_Data so both this addon and the WA can read/write the same value. This addon allows the user to create a macro that says /rst which will set AFK status accordingly.

File Details

DMT_Respawn_Time.zip

  • R
  • Apr 21, 2026
  • 1.87 KB
  • 22
  • 1.15.8
  • Classic

File Name

DMT_Respawn_Time.zip

Supported Versions

  • 1.15.8

-- ==========================================================
-- Addon:      DMT_Respawn_Time
-- Author:     Haus
-- Updated:    4-19-2026
-- Link:       https://wago.io/ud-VDh3fV (DMT Buff & Respawn Timers)
--
-- PURPOSE:
--  Manages the Dire Maul Tribute (DMT) respawn timestamp via _G.DMT_Data. 
--  This addon acts as a bridge for the "DMT Timers & Buff Tracking" WeakAura, 
--  allowing shared read/write access to the respawn value.
--
-- WEAKAURA INTEGRATION:
--  1. OnInit: Reads _G.DMT_Data.RespawnTime to build AFK strings.
--  2. CHAT_MSG_SAY: The "!set" command updates the shared table.
--
--  This addon provides /rst as a manual alternative to the WA's chat trigger.
--==========================================================