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.
Intellect - +Spell Power - Crit - Haste - Spirit - MP5
if your a pally and you run out of mana you are a terrible pally healer...
For my paladin, I then get Intellect > Spell power > Mana/5 > Crit > Haste > Spirit. But all this depends on your current gear, your current buffs and the configuration settings in HealPoints.
You could try using the very latest version of RatingBuster (r209) to see if that helps. RatingBuster recently switched from Ace2 to Ace3 while HealPoints has been Ace3 for a while.
Your error message: [2009/02/23 23:16:34-2849-x1]: HealPoints-3.3\calculator.lua:2: Cannot find a library instance of "LibStatLogic-1.1". Ace2-r1094\AceLibrary\AceLibrary.lua:49: in function `GetLibrary' HealPoints-3.3\calculator.lua:2: in main chunk
Indicates that Ace2 is being used somewhere and that's not by HealPoints.
I can make the error stop by using the r49 version with embedded libs, stripping out the Ace* libs from the libs folder, but leaving the LibStatLogic-1.1 folder in there.
I'm stumped. It's almost like LibStatLogic-1.1 doesn't load, except RatingBuster doesn't complain and it uses the same lib. I'm using the r35 LibStatLogic-1.1 downloaded directly from WowAce projects.
What about the r49-version with libs included? Same error there?
After updating to r49-nolib, I'm getting the following error at logon:
[2009/02/23 23:16:34-2849-x1]: HealPoints-3.3\calculator.lua:2: Cannot find a library instance of "LibStatLogic-1.1". Ace2-r1094\AceLibrary\AceLibrary.lua:49: in function `GetLibrary' HealPoints-3.3\calculator.lua:2: in main chunk
The problem being that I do, in fact, have the latest LibStatLogic-1.1 installed. In fact, I'm also using RatingBuster which also loads LibStatLogic-1.1 but does not produce the same error.
From what I know, Pawn uses static values. That's a bit different from HealPoints that takes your current stats, gear, spells, enchants etc. into account.
Possible to work with Pawn ? Like a healpoints-import-string or just a hook into the pawn-comparisions
As for gems, the feature you want is already in and has been for a while. Hit 'Esc' to open the WoW Options menu, select "Interface", then the "Addons" tab and finally HealPoints from the menu. There you'll find a gem selector that lets you select default gems for empty sockets.
Alternatively, if you're using the latest beta (r46) and you have a LDB display addon (Read about LDB here: http://forums.wowace.com/showthread.php?t=14903) you can use the LDB launcher. Left-click for calculator, right-click for the gem selector.
So the tooltip value for anything with spirit would be wrong.
I fixed this in r45 a week ago, but I only released that as alpha so it didn't get mirrored here (only on wowace and curse updater).
I've released r46 now. In addition to the spirit tooltip fix, it contains a simple Data Broker plugin.
I am presently running the 3.2 release (r43), which includes the %Mana Regen fix.
The two pieces of gear I compared are Sash of the Servant, and Agonal Sash, both with a buckle socket and identical gems.
With no belt equipped, the Healpoints value in the Tooltips was as follows:
Agonal Sash: 28191/27522
Sash of the Servant: 33624/28281... the clear winner
However, if I then hand-enter the values into the calculator (with still no belt equipped, and confirming the values with Debug Mode), I get a completely different story.
Agonal Sash: 47122.. the overwhelming winner
Sash of the Servant: 39672
I then looked at my actual total Healpoints without a belt equipped (576276), then equipped each belt, and subtracted the original amount from the new amount to get the *actual* Healpoints change.
Agonal Sash: 46488.. still the overwhelming winner, but oddly doesn't match the value from the calculator.
Sash of the Servant: 39671... just one off from the calculator.
The bottom line... The tooltip cannot be trusted to assist in loot decisions.
I don't mind doing the grunt work to figure out why the values are so out of whack, if you can just point me where to look.
I am a holy priest, and my spec is: http://www.wowhead.com/?talent=bVcbzhZcxxcf0VihVIst
AtlasLoot support added in r44.
thanks