Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
uses: BigWigsMods/packager@v2
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
4 changes: 4 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
package-as: CooldownTracker
curse-project-id: 1513609

ignore:
- .github
- .gitignore
- .luacheckrc
- .pkgmeta
- AGENTS.md
- LICENSE
- curseforge_logo.png
- curseforge_description.md
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 RubyJ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
52 changes: 52 additions & 0 deletions curseforge_description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Healer Cooldown Tracker

A lightweight, manual cooldown tracker designed for **raid leaders** in World of Warcraft: Midnight.

Midnight restricts addons from reading real-time combat data — so this addon takes a simple, manual approach: your healers call out on comms, you click a spell row, and the addon counts down the cooldown for you. No combat log automation, no addon messaging, no taint.

---

## Features

- **Click to track** — click anywhere on a spell row to start the timer; click again to reset
- **Dead/Alive toggle** — right-click to mark a player as dead (row goes grey); right-click again for battle rez
- **Countdown timer** — clean `M:SS` display with a colour-coded progress bar (green → yellow → red)
- **Sound alerts** — audible notification when a cooldown becomes ready (toggleable)
- **Flexible layout** — grid or vertical layout with configurable column count (1–9)
- **Reorderable spells** — drag spells into your preferred order via the settings panel
- **Per-class player counts** — set how many of each class are in your raid (1–5); abilities duplicate per player
- **Spell visibility** — hide abilities you're not tracking
- **Lockable window** — prevent accidental dragging mid-encounter
- **Persistent position** — window location saves between sessions
- **Tooltips** — hover over any row for cooldown details

## Tracked Cooldowns

| Class | Abilities |
|---|---|
| **Druid** | Convoke the Spirits, Tranquility, Innervate |
| **Paladin** | Avenging Wrath, Aura Mastery |
| **Shaman** | Ascendance, Spirit Link Totem |
| **Priest** | Apotheosis, Divine Hymn, Halo |
| **Evoker** | Zephyr, Spatial Paradox |
| **Warrior** | Rallying Cry |
| **Death Knight** | Anti-Magic Zone |
| **Demon Hunter** | Darkness |

## Usage

| Command | Action |
|---|---|
| `/cdt` | Toggle the tracker window |
| `/cdt reset` | Reset all running timers |
| `/cdt columns N` | Set grid columns (1–9) |

Open the settings panel via **Escape → Options → AddOns → Healer Cooldown Tracker** to configure columns, sound alerts, class roster, spell order, and custom cooldown durations.

## Adding More Cooldowns

Open `Data.lua` and add a new entry to the cooldowns table — no other file needs to change. See the [GitHub README](https://github.com/Rubyj/CooldownTracker) for details.

---

*Fully compatible with World of Warcraft: Midnight (Interface 120001). Zero automation — 100% Blizzard ToS compliant.*
Binary file added curseforge_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading