A Mists of Pandaria Classic adaptation of the Rewatch World of Warcraft addon.
Rewatch is a powerful addon designed to help Druid healers monitor their healing-over-time (HoT) spells with ease. The addon provides an intuitive interface with individual tracking bars for each group or raid member, allowing you to quickly see the status of Lifebloom, Rejuvenation, Regrowth, and Wild Growth effects. Simply click a spell bar to cast that spell on the corresponding player, and watch the timer count down as the HoT expires.
Party- and raidhealing has never been so easy!
- Real-time HoT Monitoring: Track Lifebloom, Rejuvenation, Regrowth, and Wild Growth timers for all party/raid members
- One-Click Casting: Click spell bars directly to cast spells on specific players
- Visual Feedback: Color-coded bars that change based on stack counts and remaining duration
- Quick Actions: Swiftmend, Remove Corruption, Ironbark, and other utility spells at your fingertips
- Smart Group Management: Automatically adds/removes players as your group composition changes
- Customizable Interface: Adjustable layouts, colors, and display options
- Combat-Safe: Proper handling of protected functions during combat
- Download the latest release from the Releases page
- Extract the
Rewatchfolder to your World of Warcraft addons directory:- Windows:
World of Warcraft\_classic_\Interface\AddOns\ - Mac:
World of Warcraft/_classic_/Interface/AddOns/
- Windows:
- Launch World of Warcraft and log in to your Druid character
- The Rewatch frame will appear in the center of your screen - simply click and drag it to your desired location
Note: The addon automatically disables itself for non-Druid characters, so you don't need to manually manage it.
- World of Warcraft: Mists of Pandaria Classic
- Client version: 5.5.3.64857 (and later)
This repository started from an unmodified import of Rewatch v50507, downloaded from CurseForge and verified to load and function in-game. The original baseline is preserved in the repository under the baseline-50507 tag.
After installation, the Rewatch frame will appear in the middle of your screen. You can move it by clicking and dragging the small blank bar at the bottom of the frame.
Players are automatically added when you join a group or raid. You can also manually add players using:
/rewatch add- Adds your current target/rewatch add <name>- Adds a specific player by name- Right-click a player's HP bar → "Remove player" to remove them
- Click spell bars to cast the corresponding spell on that player
- Lifebloom (top bar) - Click to cast/refresh Lifebloom
- Rejuvenation - Click to cast/refresh Rejuvenation
- Regrowth - Click to cast/refresh Regrowth
- Wild Growth - Click to cast Wild Growth
- Swiftmend button - Quick access to Swiftmend
- Utility buttons - Remove Corruption, Ironbark, Healing Touch, and Nourish appear as needed
- Modifiers - Right-click or use Shift/Ctrl/Alt modifiers for additional functionality:
- Shift-click: Resurrect (auto-selects combat rez or normal rez)
- Alt-click: Nature's Cure (quick cleansing)
- Right-click HP bar: Additional options menu
Access options via:
/rewatch optionsor/rew options(shortcut)- Or:
Esc→Interface→AddOns→Rewatch
Important: Options are not applied live - click "Okay" to save changes. Color changes are applied immediately and cannot be undone.
This version includes comprehensive updates for Mists of Pandaria Classic compatibility:
- ✅ Fixed
SetBackdropcompatibility (added BackdropTemplate) - ✅ Updated UI templates (UIPanelButtonTemplate, UICheckButtonTemplate)
- ✅ Fixed
GetSpecializationcompatibility (fallback to GetPrimaryTalentTree) - ✅ Fixed CombatLog event handling for MoP Classic API
- ✅ Fixed
UnitBuffusage (index-based iteration) - ✅ Fixed
CooldownFrame_SetTimercompatibility - ✅ Fixed combat lockdown issues with protected functions
- ✅ Improved Lifebloom stack detection and color display
- ✅ Enhanced Regrowth Lifebloom refresh detection
- ✅ Proper
InCombatLockdown()checks throughout
Rewatch was originally created by Coen van der Wel (Dezine), with ongoing maintenance and contributions from the community.
This repository is an independently maintained adaptation for MoP Classic and is not an official release by the original author(s).
Original credits and documentation are preserved in the source files included in the baseline.
Contributions, bug reports, and feature requests are welcome! Please feel free to:
- Open an issue for bugs or feature requests
- Submit a pull request with improvements
- Share feedback and suggestions
For issues, questions, or to report bugs:
- Check existing Issues on GitHub
- Create a new issue with details about the problem
- Include your client version and any relevant error messages
- v1.1.1: Latest release - Additional bug fixes (role icons, Nature's Cure button)
- v1.1.0: Bug fixes release (combat lockdown, threat/role updates)
- v1.0.0-mop-classic: First working release for MoP Classic 5.5.3
- baseline-50507: Original unmodified version from CurseForge
See Releases for all versions and download links.
Releases can sync automatically from GitHub to CurseForge. The repo includes a pkgmeta.yaml so the CurseForge packager builds the addon correctly (output folder Rewatch, changelog from Readme/Changelog.txt, etc.).
One-time setup:
- CurseForge: Link the project to this repo (Source repository in project settings) if not already done.
- CurseForge API token: Create a token (e.g. named "Webhooks").
- GitHub webhook: In the repo, go to Settings → Webhooks → Add webhook:
- Payload URL:
https://www.curseforge.com/api/projects/{projectID}/package?token={token} - Replace
{projectID}with your CurseForge project ID (project Overview → About This Project). - Replace
{token}with the API token from step 2. - Leave other options as default, then Add webhook.
- Payload URL:
After that, pushing a tag (e.g. v1.2.0) triggers packaging. The resulting zip is uploaded to CurseForge as a new file. Tags containing alpha or beta are marked as Alpha/Beta; others as Release.
- Original addon documentation can be found in the
Readme/directory - Macro suggestions are available in
Readme/Macros.txt - Changelog history is preserved in
Readme/Changelog.txt
This project is licensed under the MIT License - see the LICENSE file for details.
This is an adaptation of the original Rewatch addon for Mists of Pandaria Classic compatibility. Original Rewatch addon copyright (c) 2008-2013 Coen van der Wel (Dezine), all rights reserved. Original authors and credits are preserved in the source files and CREDITS.md.