HealPoints
HealPoints is a healer gear benchmark addon similar to TankPoints for tanks. It is designed to make it easier for healers to choose the most optimal gear, balancing
- Intelligence
- Mana Regen
- Spirit
- Spell Power
- Crit Rating
- Spell Haste
It displays all your relevant basic stats as well as HP/sec
, HP/mana
, etc. for all your healing spells. It also displays a few more advanced benchmarks:
- PowerPoints: focused on healing output over a short period
- EndurancePoints: focused on healing output over a long period
HealPoints detects and supports all relevant talents and almost all set and equip bonuses.
You can view your current HealPoints by typing:
/hp calc
Your HealPoints, PowerPoints and Endurance points will also be displayed on your paperdoll.
If you have a LibDataBroker feed view (e.g. TitanPanel) then you will see:
- a feed containing your current HealPoints
- a tooltip showing the value of relative stats
HealPoints contains a calculator that lets you manipulate the basic stats and see how they affect your spells and overall healing efficiency.
I know. HealPoints recognize enchants/gems/set bonuses etc. by parsing the text on the item. BC added tons and tons of new bonuses and not all of them are supported by HealPoints yet. Lots of the new bonuses are written really inconsistent making my job harder. Mp5 is for example "x mana every 5 seconds", "x mana every 5 sec", "x mana per 5 seconds", "x mana per 5 sec" (and variations with different use of lower/uppercase).
But I'm working on it :-)
I'm using version 2.2. I got on head the enchant "+35 Healing and 7 mana per 5 sec" but the 7 mana per 5 sec is not recognized.
Ah... the problem is that I haven't added support for blessing of light rank 4 yet. I'll have it fixed in the next version, but if you'd like to fix it yourself you can edit calculator.lua.
Near the top, replace local Paladin_BoL = {{ HL = 210, FoL = 60}, { HL = 300, FoL = 85}, { HL = 400, FoL = 115}};
with local Paladin_BoL = {{ HL = 210, FoL = 60}, { HL = 300, FoL = 85}, { HL = 400, FoL = 115}, { HL = 580, FoL = 185}};
I haven't tested this fix myself (my paladin is lvl 67), but it should work.
Thanks for the bug rapport!
Interface\AddOns\HealPoints\calculator.lua:42: attempt to index local 'bol' (a nil value)
I tryed with an empty WTF folder and no other addons activated.
Eh... how did you get that?
Localization bug which is fixed in the next version.
You can fix it yourself by opening localization_scanner.lua in a text editor (Notepad) and add this line: HEALPOINTSBS_PREFIX_SOCKET = "Sockelbonus: "; below the line that reads: HEALPOINTSBS_PREFIX_USE = "Benutzen: ";
French users will have the same problem. They can add: HEALPOINTSBS_PREFIX_SOCKET = "Bonus de sertissage: "; below the line that reads: HEALPOINTSBS_PREFIX_USE = "Utiliser: ";
Update: Fixed in version 2.2 out now.
Great mod, just got a big problem using latest release (v2.1):
http://img99.imageshack.us/img99/1972/wowscrnshot011107145150ul4.jpg
Any solutions?
I've had no problems running the newest versions of both TankPoints and HealPoints together on my 60 druid.
I haven't tested the latest TankPoints, but the old version worked fine with HealPoints.
As a Druid, i need both, TankPoints and HealPoints. Can i have both addons running together? Or will they fight each other to death? :D
Sotakone: My druid tester confirms that the idol is working - at least on the English client.
There are a couple of reasons why it can appear like it isn't working. First of all, tooltips don't work for relics. That's a known shortcoming.
Second, the idol will only increase the HealPoints-stat if Rejuvenation is selected for either Power- or EndurancePoints. Most likely, it isn't. You can use the config window to force the selection of Rejuvenation if you like.
It should increase the listed Rejuvenation stats in the calculator, regardless.
Draugluin: Check PM
Sotakone: One of my druid testers is working on checking it.
The unenchanted Benediction link shows 7382. When I put the stats into the calculator it shows 8369.
On a hunch I cleared the field for spell critical in the calculator. It showed 7382! It seems the tool tip heal points number doesn't take spell critical into account.
Seems it that HealPoints dont understand druids Idol Of Rejuvenation's +50 bonus into only for rejuvenation-spell.
11325 vs. 11579: Sounds like a rounding error somewhere. I probably get +/-1 int or spi wrong. Especially likely if you have Mental Strength and/or Enlightenment.
8849 vs. 11579: Sounds like the current enchantment issue. I'm currently unable to detect enchantments on items for tooltips. Until Blizzard fixes the display bug, I'm not sure I'll be able to fix this. It works on the BC beta where the bug has been fixed (all enchants displayed in green as before).
I love this addon and have been using it for a while now. However, I'm a bit confused about some behavior. If I could get some clarification that would be great.
If I take the stats from Benediction and enter them manually into the calculator with the default settings it says I'll get 11325 healpoints. If I look at the tooltip for Benediction it says 8849. If I equip Benediction I get 11579. :[
Looks like there's something odd about bonuses from (some) green items. Could possibly be related to the current enchant display bug. I'm going to try to find a work-around. Thanks for the help so far.
I have a concrete example for you if it helps in replicating the issue. I am wearing Councillor's Tunic of Spirit (+26 spirit). Green Leather Armor (+8 agility, +8 spirit) shows up as having 725 more healpoints, which I am sure cannot be correct. :)
Unfortunately I've been unable to replicate these problems myself yet :-( Working on it, will try different computers to see if it helps.