LibHealComm-4.0
LibHealComm-4.0 is a library that keeps track of heals being cast by both the player and the people they are grouped with. It will estimate how much a heal will land for using talents, glyphs, auras as well as gear and provides data to other users using LibHealComm-4.0. There is a variety of ways to show data, anything from a simple bar that indicates how much healing is incoming on an unit to showing a graphical summary of what player is casting what heal, on who and how long it will take to land.
Thanks to xbeeps for his work on LibHealComm-3.0 as well as Gagorian (DrDamage) for being able to steal his data.
For tickets, http://www.wowace.com/addons/libhealcomm-4-0/tickets/
For discussion, http://forums.wowace.com/showthread.php?p=286168
Documentation
Documentation for LibHealComm-4.0 can be found here
Accuracy
Blizzard still does not specifically send the GUID that a cast is on, while LibHealComm-4.0 is 100% accurate if the user is healing through click casting or normal means and it's 99.99% when using others there is still a very (very) small chance that it will not find the GUID. If it does manage to not find the GUID it will make the best guess it can off of the name.
Addons supported
Injector, Shadowed Unit Frames, Pitbull4, Vuhdo, VisualHeal, PerfectRaid, X-Perl, Grid2, BobsToolbox, Stuf Unit Frames, oUF (with oUF_HealComm4 plugin + support), HealAssign, Grid, IceHUD
Spells supported
Druids: Nourish, Healing Touch, Regrowth (And the HoT), Rejuvenation, Tranquility, Lifebloom (And the final heal), Wild Growth
Paladins: Holy Light, Flash of Light and heals casted by Beacon of Light
Shamans: Lesser Healing Wave, Healing Wave (Including glyph), Chain Heal (first bounce only), Riptide, Earthliving Weapon
Priests: Penance, Renew, Flash Heal, Greater Heal, Prayer of Healing, Lesser Heal, Heal
What's different from 3.0?
3.0 is based on using names to identify who casted a heal as well as the heals targets, while names give you decently accurate information it is not 100% and most addons use GUIDs rather then names to identify people. 4.0 also has a more up to date spell database and supports the more unique healing mechanics that were added in Wrath of the Lich King such as Glyph of Healing Wave, Beacon of Light and hots in general.
But what about users who are using 3.0?
To make moving to 4.0 easier for users (and so they don't complain to authors about missing data!) there is a small wrapper library you can embed along with 4.0 that will catch data sent for LibHealComm-3.0 and update the players local healing data in 4.0, it will also handle sending healing data but this can be disabled with a function call.
More information on the wrapper library can be found at http://www.wowace.com/addons/libwrapperhealcomm-1-0/ while this library is optional, it is suggested that you embed it so that users are not using exclusively 4.0 data.
Date: 2024-10-17 01:12:17
ID: 5
Error occured in: Global
Count: 1
Message: Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua line 818:
attempt to perform arithmetic on local 'requiresLevel' (a nil value)
Debug:
[string "=[C]"]: ?
[string "@Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua"]:818:
Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua:807
[string "@Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua"]:1731:
Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua:1729
[string "@Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua"]:2706: ?()
[string "@Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua"]:3348:
Interface/AddOns/LibHealComm-4.0/LibHealComm-4.0.lua:3346
Healcomm not working for me.
Can you add the new rune heals from Season of Discovery? They're not showing up.
482x LibHealComm-4.0-108/LibHealComm-4.0.lua:818: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
[string "@LibHealComm-4.0-108/LibHealComm-4.0.lua"]:818: in function <LibHealComm-4.0/LibHealComm-4.0.lua:807>
[string "@LibHealComm-4.0-108/LibHealComm-4.0.lua"]:967: in function <LibHealComm-4.0/LibHealComm-4.0.lua:965>
[string "@LibHealComm-4.0-108/LibHealComm-4.0.lua"]:2706: in function `?'
[string "@LibHealComm-4.0-108/LibHealComm-4.0.lua"]:3348: in function <LibHealComm-4.0/LibHealComm-4.0.lua:3346>
Locals:
spellData = <table> {
levels = <table> {
}
bomb = <table> {
}
coeff = 0.520000
interval = 1
ticks = 7
averages = <table> {
}
dhCoeff = 0.343350
}
spellName = "Lifebloom"
spellID = 408124
spellRank = nil
average = nil
requiresLevel = nil
(*temporary) = <function> defined =[C]:-1
(*temporary) = 33
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on local 'requiresLevel' (a nil value)"
type = <function> defined =[C]:-1
min = <function> defined =[C]:-1
playerLevel = 33
Seems to have stopped working with Rejuvenation and Regrowth after getting the "Enhanced Restoration" Skill book from SM in SoD
When in a DFG dungeon it spams an alert that you're not in a group each time you cast a spell.
Happens for all addons using LibHealComm-4.0 (Wotlk version).
Lately people have been saying this library is causing a massive performance hit in WotLK 25-man raids during combat, which is only resolved after removing addons using this library or deleting the LibHealComm folder within the addons.
Personally, when I use LibHealComm I have about 5-20 FPS during 25-man raid combat, and when LibHealComm is removed get 80+ FPS during 25-man raid combat.
Could you please look into this and possibly fix it? It's causing a lot of people to stop using LibHealComm as the low FPS makes the game unplayable.
It appears Wild Growth is just absolutely disagreeing with this addon
In reply to Intervencion:
yeah its unplayable
In reply to Intervencion:
I have tried making this change, which should hopefully handle a nill value of tickInterval. Change line 2387 in LibHealComm-4.0.lua from:
if( not tickAmount or not spellName or select("#", ...) == 0 ) then return end
to
if(not tickInterval or not tickAmount or not spellName or select("#", ...) == 0 ) then return end
I'll have to wait until my next raid to see if it prevents all the error spam.
In reply to AlmXzdk:
yeah that seems to work, cheers
@Shadowed103, Big appreciation for quick update for Wrath! one question is that it looks like penance and absorb do not work correctly.
Shiled absorb might not be calculated but penace does not work either even it looks like registred spell information correctly.Could you guide why it is not returned by ALL_HEALS or CHANNEL_HEALS or others?Confirmed penance works well. thank you!
Are there any plan for wotlk classic? as bllizard api does not provide HoTprediction, many addons are heavily dependsd on this library.
Getting this from Shadowed Unit Frames in TBC Classic
In reply to midinette:
I have the same issue and traking issue spell. Are your experiencing in KJ? suspicous for petskill(dragon) - 45860
Tranquility target is only a caster now
LibHealComm-4.0.lua
#850: targets are out of the Mark of the Wild range? It seems invalid.
#2231: target is simply aura destination unit. There should be something like GetHealTargets() for Tranquility spell.
using Mend Pet causes lua error:
8x ...ddOns\VuhDo\Libs\LibHealComm-4.0\LibHealComm-4.0-95.lua:770: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
getting mass lua errors
15x ...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua:1848: table index is nil
[string "@ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua"]:1848: in function `?'
[string "@ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua"]:2444: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:2442>
Locals:
self = <table> {
TargetLastTarget = <function> defined @ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:2145
GetHealModifier = <function> defined @ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:373
bucketFrame = <unnamed> {
}
TargetLastFriend = <function> defined @ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:2141
compressGUID = <table> {
}
UNIT_SPELLCAST_CHANNEL_START = <function> defined @ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:1979
In reply to GregoryWW:
Please see Tranquility target Issue
There's an updated codebase that is TBC Classic compatible that includes newer rank of spells on https://github.com/Azilroka/LibHealComm-4.0
Manually downloading it and replacing in all my addons that had a subfolder for libhealcomm resolved my incoming heal issues.
In reply to sphr_:
Thankyou for this! :)