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.
Huzzah! Eridan is king.
I have version working on PTR now. I'll upload it as soon as I've tested it on 3.0 live.
Personally, I say go for it. :-D
To update or not to update, that's the question...
Missing epic gem Purified Shadowsong Amethyst.
actually healpoints doesn't work for me quite well...the numbers in the tooltips are often wrong or strange...
gnarf...need update...the mod is almost useless since the 2.4 haste and spirit change
@Ayradyss
is the change still usefull or has recipebook chaged the link ? it's in line 499 btw^^
and
would you continue ?^^
edit:
hmm^^ I looked into my Healpoints-folder and realized that I use version 2.9,which is not here actually. Took some time until I get it,healpoints is on ace now. There's no ace-page for it but it's in the beta-downloads (http://files.wowace.com/HealPoints/HealPoints-r66378.17.zip). Just use the wau to update.
Don't know if the error from below is already fixed,doesn't seem so. Also don't know if it uses the new spirit values and int...
A little bit difficult to reach the author if he doesn't look into the curse-comments anymore since there's no ace-page...
Thanks for the info, Nihlo
The problem is still there, but the same fix works - now it's line 499 - may help with other addons, even if RecipeBook is changed...
The quick and easy fix to the GetItemInfo() bug seems to be the following:
In bonusscanner.lua, line 500, change
_,_, itemLink = string.find(itemLink, "item:(%d+):");
to
_,_, itemLink = string.find(itemLink, "item:(%d+)");
That will fix compatibility with those of us who are generating "sufficient but incomplete" links. I'm looking at the RecipeBook code at this point to decide whether there's a compelling argument to change how I'm doing things.
Edit:
What I find particularly interesting is that the code generating the error seems to be doing something that's completely extraneous (There's no need to parse out the itemID from an itemString to call a GetItemInfo() ), but without the author present to explain his/her reasoning, it's probably moot.
Edit 2:
Blizzard appears to have fixed their "insufficient data" bug in the link code, so I'll likely change the RB data to reflect the current Blizzard state of affairs, just in case Someone Else's Mod is expecting a more complete link as well.
Same error message as Nihlo on 29 Feb: bad arguament to GetItemInfo()
In my case it was caused by a bad link passed to SetItemRef by RecipeBook.
Looking at Nihlo's report, his was probably caused by GemHelper?
As it looks like Eridan hasn't been online in 5 months, probably best to report errors to the other addons :/
Yeah, I would love if it came a new version of this addon.
We all do mate
I miss this mod
Message: ..\AddOns\HealPoints\bonusscanner.lua line 503:
Usage: GetItemInfo(itemID|"name"|"itemlink")
Debug:
[C]: ?
[C]: GetItemInfo()
HealPoints\bonusscanner.lua:503: getItemSlotBonuses()
HealPoints\calculator.lua:914: computeHealpointsDiff()
HealPoints\HealPoints.lua:294: DrawTooltip()
HealPoints\HealPoints.lua:165:
HealPoints\HealPoints.lua:164
(tail call): ?
[C]: ?
[C]: SetHyperlink()
GemHelper\GemHelper.lua:1007: GemHelper_ItemButton_OnEnter()
[string "*:OnEnter"]:1:
[string "*:OnEnter"]:1
hows the 2.4 update coming along? i would love to help test this on the test server
Hello.
I recently found this addon and am impressed with its capabilities. Please help me understand what I am doing wrong with the following scenario. I have a level 34 full restoration druid (Healing Touch 6, etc.) If I enter the stats for a new piece of gear, the 'What you will get' total shows an accurate predicted gain for 1 spirit of approximately 50 endurance points. However, if I equip an item with 1 spirit, my actual endurance points go up by 3--yes, 3 hp for 1 spirit over 5 minutes.
I am missing something or doing something wrong. Please provide guidance.
Thank you.
The tooltip seems to be bugged in 2.3, it says positive healing numbers (of as large as several thousand) on my damage gear among others, but when switching to it, the healpoints actually go down.
Also, it says that the healing gear is lower healpoints when you switch to the damage gear, even though you gain healpoints from equipping it.
Yes, old version does not work correctly with patch 2.3.
Download the new version I just released.