Fayz debe51a3c3 Enhance TimeToDrink with minimap button and healer selector
Added minimap button functionality and healer selection feature. Updated UI dimensions and text labels.
2026-09-04 17:46:59 -05:00
2026-08-08 07:36:41 -05:00

Time To Drink - Turtle WoW (vanilla 1.12) addon  v1.0
=====================================================

WHAT IT DOES
  In a 5-man party (disabled in raids) it watches a healer you pick and posts
  to PARTY chat when their mana drops below your threshold, repeating on a
  cooldown you set (minimum 10s). Message: "<Healer> has less than <X>% mana".

INSTALL
  Copy the "TimeToDrink" folder into <Turtle WoW>\Interface\AddOns\ so you have:
     ...\Interface\AddOns\TimeToDrink\TimeToDrink.toc
     ...\Interface\AddOns\TimeToDrink\TimeToDrink.lua
  IMPORTANT: make sure it is NOT double-nested (no TimeToDrink\TimeToDrink\...).
  Then /reload or restart, and tick it in the AddOns list at character select.

COMMANDS
  /ttd          open / close the window
  /ttd enable   turn alerts on  (unmute)
  /ttd disable  turn alerts off (mute)
  /ttd reset    recenter the window and show it
  /ttd status   print current threshold, cooldown, healer, and party state
  /ttd test     send a test line to party chat (only works while in a party)
  /ttd debug    toggle verbose messages (announces show up in your own chat)

TROUBLESHOOTING
  Turn on Lua errors so problems are visible:  /console scriptErrors 1
  This build also prints any error to your chat in red starting "TTD error:".
S
Description
Let the tank know when the healer is low on mana.
Readme 43 KiB
Languages
Lua 100%