- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,111 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Healers have to die
- 45 Likes
- World of Warcraft
- 106,111 Monthly Downloads
- Supports: 5.3.0
- 1,985,337 Total Downloads
- Updated 05/21/2013
- Created 05/29/2009
- 1,320 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: 2.1.4
About Healers have to die
Healers Have To Die
Spot those bloody healers instantly and help them accomplish their destiny!
(PVP and PVE)
NOTE: Type /HHTDG to open the configuration panel.
HHTD's options are not directly available in the "Interface" panel due to ongoing tainting issues Blizzard is not willing to fix.
HHTD adds a red cross over enemy healer's name plates. You can't miss them!
(see the screen-shot).
HHTD also adds a healer role symbol abovefriendly healers' name plates.
Stop the slaughter!!
IMPORTANT NOTE: You have to enable name-plates, else you won't see the healer
symbols!
It also rings when you hover or target a hostile unit who healed
someone else during the last 60 seconds (can be configured).
HHTD is PVP and PVE compatible.
Remember to check out available options (/HHTDG)
Compatibility
HHTD is only compatible with nameplate add-ons which have been coded
responsibly and do not modify internal parts of Blizzard nameplates (a very
selfish behaviour as it prevents any other add-on from re-using them).
HHTD will detect these incompatibilities and report to you so that you can ask
the culprit add-on authors to fix their code and make it compatible with ALL
nameplate add-ons.
Guidelines for other add-on authors:
- Do not call :Hide() or :Show() on nameplates' base frame. This breaks
nameplate tracking for other add-ons by unduly firing OnHide/OnShow hooks...
Instead, make its sub-frames invisible by changing their size and/or setting them to
the empty (not nil) texture. (check out how TidyPlates does)
-
Do not call :SetParent() on nameplates' subframes, this would prevent other
add-ons from finding and hooking nameplate elements. -
Do not use SetScript() EVER. You don't need it. :SetScript() shall only
be used on frames YOU create. You can simply replace all your SetScript()
calls by HookScript().
Special commands
- /HHTDP (or /hhtdp) : Post healers name to the raid channel for all to see.
(You need to configure the messages in the announce module options first).
You can bind this command to a key (WoW key-bindings interface)
Videos
Here is a video by Hybridpanda featuring HHTD in the Eye of the Storm
battleground:
YouTube - This makes me a sad Panda
Interview
Curse.com interviewed me for an 'Add-on Spotlight' article focused on the
controversy around this add-on, you can find this interview here.
Articles
Here are two excellent articles about HHTD by Cynwise (A must read if you
have some doubts about the fairness of this add-on!) :
Healers Have To Die and the PvP Addons Arms Race
Using Healers Have To Die to Protect Friendly Healers
Another one by Gevlon:
http://greedygoblin.blogspot.com/2011/05/healers-have-to-die.html
How it works
HHTD uses the combat log events to detect friendly and enemy healers.
By default, HHTD will detect specialized healers spells only (for
human players).
Another option lets you choose a specified amount of healing healers have to
reach before being marked as such. (this threshold is the only criterion used
for NPCs)
By default HHTD uses both methods, specialised healers' spells detection AND a
minimum cumulative healing to reach by the aforementioned spells.
Self-Heals and heals to pets are filtered out.
Planned features
- Detection when a friendly healer is being attacked and alert others through
/yell or /say (I would like to make it work for nearby healers only)
Debates
An 'interesting' debate about this add-on is also happening on Blizzard's official forum:
Sadly, as a European I cannot participate but I'm reading those threads with great interest.
The funniest part about all those 26 pages discussions is that only about
16,000 people were actually using HHTD at the time (from the Curse Client
popularity statistics)... Now over 80,000 players have it installed!
In those discussions it's also rarely noted that HHTD is also very helpful to
protect healers on your side. This debate is leading nowhere though... I won't
post any additional links to those endless threads.
type /hhtdg to open the configuration interface, or /hhtd for command-line access
Comments and suggestions are welcome :-)
To report issues or ask for new features, use the ticket system.

Healers Have To Die
Change log
version 2.1.4 (2013-05-21):
-
Fixed a rare Lua error that would cause '?' to be displayed on human healers'
symbols instead of their ranks. -
HHTD now Hooks nameplates' base frame instead of hooking the health bar's
frame. This should make HHTD more tolerant to sub-elements hiding (such as
hiding the original health bar to gain performances).
version 2.1.3 (2013-04-15):
- Enhanced add-on incompatibility detection (when using another add-on
which modifies nameplates in the wrong way): the nameplate module will disable
itself instead of displaying wrong information (such as a healer symbol above
a warrior's nameplate...) because it can't reliably identify nameplates anymore.
There are many nameplate add-ons around and only a few of them are not coded
selfishly. Most of these add-ons modify the default nameplates instead of
making them invisible and creating their own frames. These modifications,
which are particular to each of these add-ons, prevent HHTD (and any other
add-ons wanting to use nameplates) from working properly as they can't
identify and read the nameplates anymore.
I could have coded around the modifications of a few of these selfish add-ons
(the most used ones) but I chose not to, it's far better to have their author
fix them and code responsibly than creating exceptions and bugs for everyone.
So if you want HHTD to be compatible with your favorite nameplate add-ons,
just ask their author to do things the right way, it'll be better for everyone.
version 2.1.2 (2013-04-05):
-
HHTD's nameplate module broke completely whenever someone's nameplate changed
side (upon mind controls and the likes). Thanks to all the people who helped
me to diagnose the problem and to test the alpha versions leading to this
release. -
HHTD will fail more graciously if another add-on is unduly modifying
Blizzard's nameplates (a message is displayed but no Lua error is thrown).
version 2.1.1 (2013-03-17):
-
Fix huge compatibility problems with other (selfish) add-ons breaking
nameplates hooking. This caused HHTD's symbols being displayed above the
wrong players. HHTD will also denounce these add-ons in the chat so you can
ask their author to fix them. -
HHTD will also disable its nameplate module when another add-on unilaterally
modifies nameplate making them unusable for other add-ons. A message will be
displayed. (FYI: the add-on "Tidy Plates" doesn't do this and
therefore is fully compatible with HHTD) -
Fix automatic healer role setting while in combat which was causing a
'protected function call' exception pop-up for BG leaders. -
Fix a problem which could lead into healer symbols not being hidden.
-
Special thanks to Cegthlhekz who helped a lot by testing the numerous alpha
versions leading to this release of Healers Have To Die.
version 2.1.0 (2013-03-06):
-
HHTD no longer relies on LibNamePlate-1.0. The HHTD's NamePlateHooker module
includes its own highly optimized sub-module (written from scratch) to handle
nameplates. I might turn this sub-module into a library since LibNamePlate-1.0
has become too difficult to maintain and would need a complete rewrite. This
change should translate into an overall gain in performance and reliability for
HHTD's end users. -
Fix 'Holy Fire' detection.
-
Do not display any 'Friendly healer under attack' alert if the healer being
attacked turns out to be ourself... -
Using AceTimer-3.0 again.
version 2.0.4 (2012-12-10):
- Fix: the chat announcer was no longer working in Battlegrounds
version 2.0.3 (2012-11-28):
-
Compatible with WoW 5.1
-
Removed HHTD's options from the WoW Interface panel since it causes global UI tainting. (Fear not, Blizzard might fix this in just a few years).
Until then, just use the command /HHTDG to access HHTD's option panel. -
Fixes a very rare Lua error.
version 2.0.2 (2012-09-25):
-
Fix a bug where HHTD could crash if an NPC with a hyphen in its name healed.
-
Replaced AceTimer-3.0 with LibShefkiTimer-1.0 to fix random 'Script ran too
long' issues happening with AceTimer's current implementation.
version 2.0.1 (2012-09-01):
-
Compatible with Mists of Pandaria
-
Updated healers' spell list (including Monk's): specialized
healers detection should be perfectly accurate now. Do not hesitated to leave
comments on the spell list page. -
Fixed bug: 'NamePlateHooker.lua:452: attempt to index field '?' (a nil
value)' which was caused by the fact that LibNameplate-1.0 fires twice when
plates are hidden if TidyPlates is used. -
Fixed bug: Healers below the healing threshold could be flagged as healers if
they were casting spells right after the player had logged in (player's
maximum health being null at that specific time). -
Fix wrong description for the 'Heal amount threshold' slider which
incorrectly said that it had no effect in PvP if the 'Healer specialization
detection' option was checked. This was no longer true since HHTD 2.0. -
Many micro-optimizations in the combat log parser, especially for when the
PVE option is disabled. The analyzer leaves even earlier in such cases. Not
that it should have any noticeable impact for any user. However, if you take
HHTD's user base as a whole, you could probably fry an egg per day with the
saved power :-) Is this called green programming? -
Added support for Italian localization
version 2.0.0 (2012-06-03):
-
Nameplate markers now include the healer's rank (the lower the number, the better
the healer). -
Nameplate markers are now resizable and movable (see the 'Name Plate
Hooker' module's options). -
It's now possible to test how markers look like using the 'Test HHTD's
behavior on current target' button in the general options (along with other
HHTD's features). -
HHTD's core has been rewritten and reorganized with all the current features
in mind making HHTD more effective and reliable. -
The logs have been improved, they are now sorted and include all healing
spells cast by healers with emphasising for specialised healers' spells. -
The logs can now be disabled if the announcer module is enabled (they are no
longer linked). -
Improved healer detection for PVP and PVE (faster and more reliable).
-
Better handling of multi-instanced units in PVE (especially with nameplate
markers), -
Many small improvements and bug fixes.
-
Localization is needed, if you want to contribute you can directlty write your translations using this very link.
version 1.9.1.2 (2012-01-09):
- Fix LibNamePlate bug during cutscenes.
version 1.9.1.1 (2011-11-29):
- Updated TOC to be compatible with WoW 4.3
version 1.9.1 (2011-07-04):
-
FIX: Friendly healers were reportedly attacked by their own pets or
objects... -
Fix: In battleground there is no raid warning channel, HHTD now falls back to raid
channel in this situation.
version 1.9.0 (2011-07-03):
-
New feature: It's now possible to announce friendly and enemy healers to chat
for other players to see, you have to enable and configure the messages in
the 'Announcer' options. -
New feature: HHTD will display an alert when a nearby friendly healer is
being attacked. -
New feature: HHTD will automatically apply the HEALER role to detected
friendly healers (if possible). -
Compatible with WoW 4.2
version 1.8.4 (2011-04-28):
- Updated LibNamePlate again to actually be compatible with WoW 4.1
version 1.8.3 (2011-04-26):
- Updated LibNamePlate to be compatible with WoW 4.1
version 1.8.2 (2011-04-10):
-
New feature: Logs are available in HHTD's option panel with detailed information about each detected healers (specific spell used, heal amount, activity state). You must check the 'Logging' option to enable logging and add the 'Logs' tab.
-
Fix: The 'Minimum Heal Amount' filter was ignored by non-healing specialized spells (buffing spells and such available in healing talent trees).
-
Localization updates and fixes, notably for ruRU (thanks to AlexFlexy).
version 1.8.1 (2011-03-13):
-
Updated version of LibNamePlate-1.0 (this should fix a Lua error some users experienced)
-
Updated description with links to the official forum threads about HHTD (someone should tell them that only 12,000 people are using HHTD...)
version 1.8.0 (2011-03-06):
-
New feature: HHTD now adds the healer role symbol on friendly Healers if allies' name-plates are shown so you can protect your beloved healers and prevent them from being slaughtered!!
-
Changed minimum heal amount to be a percentage of the player maximum health.
version 1.7.0.1 (2011-02-06):
- FIX: PVE healer detection was broken when "Healer specialization detection" option was enabled (all NPCs were detected as healers)
version 1.7.0 (2011-02-05):
- New feature: "Healer specialization detection" option. (thanks to Zalgorr for the spell list)
-
New feature: "Use minimum heal amount filter" option.
-
New command: /hhtdg to open the configuration UI.
-
AceLocale-3.0 library was missing in previous releases preventing HHTD to
work in certain conditions. - Fixes and optimizations.
version 1.6.0 (2011-01-22):
- Healers-Have-To-Die is now useful in PVE, it's able to ring and add crosses over NPC healers' name plates (can be disabled).
- Multiple fixes to detection algorithm: only actual players or NPCs (if option checked) will be reported as healers. (no longer reporting guardians, pets, etc...)
- Announcer module: Added an option to disable sounds.
- Massive code cleanup and re-organization, now using modules for the different add-on parts.
-
Added support for AddonLoader.
-
Localization is needed, if you want to contribute: http://www.wowace.com/addons/healers-have-to-die/localization/
version 1.5.1 (2010-10-26):
- HHTD is now able to add a red cross above enemy name plates when they've been caught healing.
- New option to disable messages printed by HHTD.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 2.1.4-nolib | Release | 5.3.0 | 113 | 05/21/2013 |
| 2.1.4 | Release | 5.3.0 | 49,559 | 05/21/2013 |
| 2.1.3 | Release | 5.2.0 | 122,825 | 04/14/2013 |
| 2.1.3-nolib | Release | 5.2.0 | 232 | 04/14/2013 |
| 2.1.2 | Release | 5.2.0 | 90,313 | 04/04/2013 |
| 2.1.2-nolib | Release | 5.2.0 | 181 | 04/04/2013 |
| 2.1.1b-4-g963d0ba | Beta | 5.2.0 | 2,188 | 03/26/2013 |
| 2.1.1b-4-g963d0ba-nolib | Beta | 5.2.0 | 47 | 03/26/2013 |
| 2.1.1b | Release | 5.2.0 | 68,126 | 03/17/2013 |
| 2.1.1b-nolib | Release | 5.2.0 | 88 | 03/17/2013 |
| 2.1.1 | Release | 5.2.0 | 35 | 03/17/2013 |
| 2.1.1-nolib | Release | 5.2.0 | 1 | 03/17/2013 |
| 2.1.1_beta_1 | Beta | 5.2.0 | 4 | 03/15/2013 |
| 2.1.1_beta_1-nolib | Beta | 5.2.0 | 1 | 03/15/2013 |
| 2.1.0 | Release | 5.2.0 | 96,231 | 03/05/2013 |
| 2.1.0-nolib | Release | 5.2.0 | 190 | 03/05/2013 |
| 2.0.4-9-g4f0461c | Beta | 5.1.0 | 2,258 | 02/13/2013 |
| 2.0.4-9-g4f0461c-nolib | Beta | 5.1.0 | 40 | 02/13/2013 |
| 2.0.4 | Release | 5.1.0 | 181,248 | 12/09/2012 |
| 2.0.4-nolib | Release | 5.1.0 | 339 | 12/09/2012 |
| 2.0.3 | Release | 5.1.0 | 102,373 | 11/27/2012 |
| 2.0.3-nolib | Release | 5.1.0 | 209 | 11/27/2012 |
| 2.0.2 | Release | 5.0.5 | 156,398 | 09/25/2012 |
| 2.0.2-nolib | Release | 5.0.5 | 305 | 09/25/2012 |
| 2.0.1-nolib | Release | 5.0.4 | 286 | 09/01/2012 |
| 2.0.1 | Release | 5.0.4 | 121,264 | 09/01/2012 |
| 2.0.1_Beta_1 | Beta | 5.0.4 | 3,416 | 08/01/2012 |
| 2.0.1_Beta_1-nolib | Beta | 5.0.4 | 41 | 08/01/2012 |
| 2.0.0 | Release | 4.3.4 | 172,642 | 06/03/2012 |
| 2.0.0-nolib | Release | 4.3.4 | 274 | 06/03/2012 |
| 2.0.0_beta_1 | Beta | 4.3.4 | 1,320 | 05/23/2012 |
| 2.0.0_beta_1-nolib | Beta | 4.3.4 | 31 | 05/23/2012 |
| 1.9.1.2 | Release | 4.3 | 219,567 | 01/09/2012 |
| 1.9.1.2-nolib | Release | 4.3 | 378 | 01/09/2012 |
| 1.9.1.1-nolib | Release | 4.3 | 540 | 11/29/2011 |
| 1.9.1.1 | Release | 4.3 | 273,287 | 11/29/2011 |
| 1.9.1-nolib | Release | 4.2 | 255 | 07/04/2011 |
| 1.9.1 | Release | 4.2 | 188,976 | 07/04/2011 |
| 1.9.0 | Release | 4.2 | 26,713 | 07/03/2011 |
| 1.9.0-nolib | Release | 4.2 | 56 | 07/03/2011 |
| 1.8.4-3-g8c555a4-nolib | Beta | 4.1 | 34 | 06/05/2011 |
| 1.8.4-3-g8c555a4 | Beta | 4.1 | 7,417 | 06/05/2011 |
| 1.8.4 | Release | 4.1 | 45,514 | 04/28/2011 |
| 1.8.4-nolib | Release | 4.1 | 77 | 04/28/2011 |
| 1.8.3 | Release | 4.1 | 18,889 | 04/26/2011 |
| 1.8.3-nolib | Release | 4.1 | 35 | 04/26/2011 |
| 1.8.2-nolib | Release | 4.0.6 | 1,115 | 04/10/2011 |
| 1.8.2 | Release | 4.0.6 | 5,637 | 04/10/2011 |
| 1.8.2_beta_1 | Beta | 4.0.6 | 169 | 04/03/2011 |
| 1.8.2_beta_1-nolib | Beta | 4.0.6 | 5 | 04/03/2011 |
| 1.8.1 | Release | 4.0.6 | 502 | 03/21/2011 |
| 1.8.1-nolib | Release | 4.0.6 | 9 | 03/21/2011 |
| 1.8.1_beta_1-nolib | Beta | 4.0.6 | 5 | 03/13/2011 |
| 1.8.1_beta_1 | Beta | 4.0.6 | 111 | 03/13/2011 |
| 1.8.0 | Release | 4.0.6 | 325 | 03/06/2011 |
| 1.8.0-nolib | Release | 4.0.6 | 47 | 03/06/2011 |
| 1.8.0_beta_2 | Beta | 4.0.6 | 152 | 02/26/2011 |
| 1.8.0_beta_2-nolib | Beta | 4.0.6 | 4 | 02/26/2011 |
| 1.8.0_beta_1 | Beta | 4.0.6 | 120 | 02/18/2011 |
| 1.8.0_beta_1-nolib | Beta | 4.0.6 | 15 | 02/18/2011 |
| 1.7.0.1 | Release | 4.0.3a | 514 | 02/06/2011 |
| 1.7.0.1-nolib | Release | 4.0.3a | 6 | 02/06/2011 |
| 1.7.0-nolib | Release | 4.0.3a | 1 | 02/05/2011 |
| 1.7.0 | Release | 4.0.3a | 89 | 02/05/2011 |
| 1.7.0_beta_1 | Beta | 4.0.3a | 69 | 02/03/2011 |
| 1.7.0_beta_1-nolib | Beta | 4.0.3a | 2 | 02/03/2011 |
| 1.6.0-nolib | Release | 4.0.3a | 5 | 01/22/2011 |
| 1.6.0 | Release | 4.0.3a | 273 | 01/22/2011 |
| 1.5.2-14-g5aa05dc | Beta | 4.0.3a | 103 | 01/13/2011 |
| 1.5.2-14-g5aa05dc-nolib | Beta | 4.0.3a | 3 | 01/13/2011 |
| 1.5.2-12-gf6689c7 | Beta | 4.0.3a | 82 | 01/09/2011 |
| 1.5.2-12-gf6689c7-nolib | Beta | 4.0.3a | 2 | 01/09/2011 |
| 1.5.2-10-g903fe12 | Beta | 4.0.3a | 84 | 01/06/2011 |
| 1.5.2-10-g903fe12-nolib | Beta | 4.0.3a | 8 | 01/06/2011 |
| 1.5.2-5-ge0a4dce | Beta | 4.0.1 | 89 | 11/08/2010 |
| 1.5.2-5-ge0a4dce-nolib | Beta | 4.0.1 | 1 | 11/08/2010 |
| 1.5.2-2-g4f5940e-nolib | Beta | 4.0.1 | 3 | 11/07/2010 |
| 1.5.2-2-g4f5940e | Beta | 4.0.1 | 32 | 11/07/2010 |
| 1.5.2-nolib | Release | 4.0.1 | 12 | 10/26/2010 |
| 1.5.2 | Release | 4.0.1 | 443 | 10/26/2010 |
| 1.5.1 | Release | 4.0.1 | 64 | 10/25/2010 |
| 1.5.1-nolib | Release | 4.0.1 | 1 | 10/25/2010 |
| 1.0.3 | Release | 4.0.1 | 92 | 10/12/2010 |
| 1.0.3-nolib | Release | 4.0.1 | 28 | 10/12/2010 |
| 1.0.2-3-g184259f | Beta | 4.0.1 | 1,845 | 10/03/2010 |
| 1.0.2-3-g184259f-nolib | Beta | 4.0.1 | 287 | 10/03/2010 |
| 1.0.2 | Release | 3.3.0 | 4,570 | 12/10/2009 |
| 1.0.2-nolib | Release | 3.3.0 | 102 | 12/10/2009 |
| 1.0.1 | Release | 3.2.0 | 184 | 08/06/2009 |
| 1.0.1-nolib | Release | 3.2.0 | 6 | 08/06/2009 |
| 1.0 | Release | 3.1.0 | 86 | 07/12/2009 |
| 1.0-nolib | Release | 3.1.0 | 1 | 07/12/2009 |
| 0.4 | Release | 3.1.0 | 57 | 06/15/2009 |
| 0.4-nolib | Release | 3.1.0 | 1 | 06/15/2009 |
| 0.3 | Release | 3.1.0 | 15 | 06/11/2009 |
| 0.3-nolib | Release | 3.1.0 | - | 06/11/2009 |
| 0.2 | Release | 3.1.0 | 11 | 05/29/2009 |
| 0.2-nolib | Release | 3.1.0 | - | 05/29/2009 |
| 0.1 | Release | 3.1.0 | 11 | 05/29/2009 |
| 0.1-nolib | Release | 3.1.0 | 5 | 05/29/2009 |
Addon Packs Containing This...
-
lbripclaw's Addon Pack
-
Engel's RP-PVE Addon Pack
-
Flamezz11's Addon Pack
-
Final Onslaught Addon Pack version 1.0
-
Keran
-
Simple Addon Pack
-
RevDave's Addon Pack
-
Overload of Blizz UI(must have for PVP-PVE)
-
My Feral PvP-Pack
-
00Beast
-
Ruinous Required Addons
-
Mavraghor's Raiding/Auction Addon Pack
-
thescrapper's Addon Pack
-
Devola's Everything UI (with Priest Goodies!)
-
Simple clean Ui By Árès
-
Shaxex's PvP Addon Pack
-
DammImGood's Addon Pack
-
Priest UI
-
naughtylus's Addon Pack
-
tantalus Addon Pack
-
Smalls Clan
-
Only the Strong Rbg Addons
-
CodeConqueror's Ultimate Addon Pack
-
Forcis's Addon Pack for quest, PvE and PvP
-
Do Anything Death Knight UI
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,172,613 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 491,839 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 393,478 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 350,761 Monthly Downloads
-
- Recount
- Combat
- 329,575 Monthly Downloads



Comments
Thank you both to looking at this... both are working great...
(And I've replied saying I'll fix it) Edit: fixed with version 162! Edit again: Mostly*!
and what version are you using?????????????????????????????????????????????
try without KUI just to see if it still happens
only started happenening after I updated KUI nameplates, with the :hookscript and updated HHTD, I updated them both at the same time
2.1.2
FYI, I've committed an update to the LUI nameplates module which changes SetScript to HookScript. It's only in the alpha version at the moment. It'll go into the next release version.
OK thanks :)
Great addon!
Just an off-topic question, which dps meter is that? Looks pretty clean.
it's Skada
This is a great addon.. Removes any excuse for not saving/killing healers. It's verry eazy to use.
Did you remove the menue from the interface panle? Still eazy to configure.
Thanks, I had to remove the options from Blizzard's UI panel because of the tainting issue it causes...
Hi can you be nice and upload the newest version of HHTD to curs ?
I've just marked the current alpha as beta, so it will show on Curse. You'll still need to set your download preference to "beta" for HHTD if you use the Curse Client.
For those having issues with HHTD, I've just released a new alpha (2.1.1b-4-g963d0ba), it might fix your problems, download it from this link: http://www.wowace.com/addons/healers-have-to-die/files/