Description
# Incoming Heals TBC
**Incoming Heals TBC** adds clear incoming-heal prediction to the default
Blizzard unit frames on World of Warcraft: The Burning Crusade Classic
Anniversary realms.
When a heal is being cast on you, a semi-transparent green segment appears
directly after your current health. The length of this segment represents the
amount of health the incoming heal is expected to restore, making it easy to see
whether an incoming cast is enough without adding extra numbers to the frame.
## Features
- Incoming-heal prediction on the default Blizzard player health bar
- Simple light-green prediction bar with 42% opacity
- Large heals and overhealing remain green instead of changing to a warning color
- No healing numbers on the player bar: the display stays visual and compact
- Prediction support for default target, party and raid frames
- Support for direct heals, heal-over-time effects and channeled healing
- Embedded LibHealComm-4.0; no separate library download is required
- Lightweight, event-driven updates
## Compatibility
- World of Warcraft: The Burning Crusade Classic Anniversary
- Game version 2.5.6 / Interface 20506
- Designed for the default Blizzard unit frames
Custom unit-frame replacements such as ElvUI are not currently supported.
**Important:** Do not run ClassicHealPrediction at the same time as Incoming
Heals TBC. Both addons draw an incoming-heal overlay, which can cause duplicate
bars or an old pink/magenta overhealing segment. Incoming Heals TBC already
includes the required prediction code and LibHealComm-4.0.
## Installation
1. Download the latest release.
2. Extract the `IncomingHealsTBC` folder into
`World of Warcraft/_anniversary_/Interface/AddOns/`.
3. Restart the game or type `/reload` after updating.
If you previously used ClassicHealPrediction, disable it in the AddOns menu or
remove its folder before testing Incoming Heals TBC.
## How heal communication works
LibHealComm-4.0 is included in the addon. Your own supported healing casts are
tracked locally. Heals cast by other players can be predicted when their active
addon also sends compatible LibHealComm data.
## Feedback
If you encounter a problem, please include the healing class and spell, whether
the default Blizzard frames are enabled, and the exact error message if one is
shown.
## Credits and license
Maintained for TBC Anniversary by **YAHZEN**.
Incoming Heals TBC contains MIT-licensed work derived from
ClassicHealPrediction by dev7355608 and embedded community libraries including
LibHealComm-4.0, LibStub and CallbackHandler. Full license notices are included
in the download.


