Hello!
Just wanted to share a little addon I've made for WotLK.
A WoW addon to help identify healers in BG
Features
- Marks BG healer nameplates with a configurable icon.
- Allows printing the list of detected healers to personal or public chat channels.
- Supports two detection methods that can work simultaneously:
- Combat Log: Detection based on the spells cast and auras applied.
* Includes optional automatic Combat Log fix. - BG Scoreboard: Detection based on the ratio between healing and damage done.
(healing > h2d * damage & healing > hth)
- Enhanced compatibility with TidyPlates and _VirtualPlates.
- Implemented callback to provide healer detection data to BattlegroundTargets.
Slash Commands
- /bgh : Opens the configuration panel.
- /bgh print : Prints the list of detected healers in the selected channel.
- /bgh h2d # : Modifies healing-to-damage ratio threshold for BG Scoreboard detection
- /bgh hth # : Modifies healing threshold for BG Scoreboard detection
Links
- GitHub Repository
- Direct Download (v1.3)