• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

HealPoints

 
Project Updated:
Files Updated: Sat, Feb 21 2009
Supports Game Version: 3.0.9
Category: Class, and Healer
Tags:

, and [Edit Tags]

Project Manager: Eridan
Additional Authors: No additional authors
Current Version: r49
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 25
Downloads Total: 205,873
Favorites: 327
Comments: 355
  • About 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, for example balancing spirit, +mana/5s, +healing and intelligence.

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) and EndurancePoints (focused on healing output over a long period). HealPoints detects and supports all relevant talents and almost all set and equip bonuses.

HealPoints contains a calculator that lets you manipulate the basic stats and see how they affect your spells and overall healing efficiency. See the supplied Readme.txt for more details.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  HealPoints r49 Beta 3.0.9 13,901 2/21/2009
  HealPoints r46 Beta 3.0.3 9,855 12/21/2008
  HealPoints v3.2 Release 3.0.3 22,823 12/11/2008
  HealPoints v3.1 Release 3.0.3 3,906 11/23/2008
  HealPoints v3.0 Release 3.0.3 5,576 11/10/2008
  • 1 page(s)
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • syali said

    The Readme.txt says that it hasn't been updated for 3.0 =/

    Still useful to get information, but I don't trust the actual healpoints calculations at all. I can't even figure out how to tweak things for my own weighting.

    Reply Report Permalink
  • Xit_Draka said

    For those that also use Auctioneer (www.auctioneeraddon.org), I wrote an addon that uses HealPoints to search the auction house for upgrades.

    http://wow.curse.com/downloads/wow-addons/details/auc-searcher-healpoints.aspx

    Enjoy.

    Reply Report Permalink
  • Freydis88 said

    As stated above - have a look at the tickets:
    http://www.wowace.com/addons/heal-points/tickets/

    Reply Report Permalink
  • Fix for versions of HealPoints based on LibStatLogic:

    LibStatLogic-1.1.lua line 11782:

    old:
    return (0.001 + spi * BaseManaRegenPerSpi[level] * (int ^ 0.5)) * 5 , "MANA_REG_NOT_CASTING"

    new

    return (0.001 + spi * BaseManaRegenPerSpi[level] * (int ^ 0.5)) * 5 * 0.60, "MANA_REG_NOT_CASTING"

    Reply Report Permalink
  • line 11358 in file LibStatLogic-1.1.lua

    Reply Report Permalink
  • Basic fix for MP5 calculations:

    Change calculator.lua line 499 from:
    return (0.001 + spi * BASE_REGEN[UnitLevel("player")] * math.pow(int, 0.5)) * 5;
    to:
    return (0.001 + spi * BASE_REGEN[UnitLevel("player")] * math.pow(int, 0.5)) * 5 * 0.60;

    The 0.60 at the end is the reduction by 40% of mana regen.


    end

    Reply Report Permalink
  • sorry,

    Do not exist : (0.001 + spi * BASE_REGEN[UnitLevel("player")] * math.pow(int, 0.5)) * 5; in file calculator.lua

    Reply Report Permalink
  • Zidomo said

    As the poster below indicated, WoW 3.1 completely changed mana regeneration for all heal classes from spirit & intellect. From the 3.1 patch notes:
    "Mana Regeneration: The amount of mana regeneration derived from intellect and spirit has been reduced by 40%; however, talents that allow for mana regeneration while in combat have been increased. As a result, in-combat regeneration for classes with those talents will stay the same, while out-of-combat regeneration will be lower." Various classes & talents have had other things changed as well.

    Consequently, the comparative numbers provided by HealPoints r49 are not very accurate any more. Would be nice to see this updated to account for the WoW 3.1 changes.

    Reply Report Permalink
  • I thought it was a nice addon, that just needed a little tweaking -- spirit is definitely not the be-all end-all now. AND, then Curse blocks WoWMatrix (by the way, wowMatrix is how I got to this web page, so so much for the complaint that they don't identify authors or provide links . . . I'll not be using healpoints it seems.

    Reply Report Permalink
  • jimpatrick said

    As a shaman, I need to basically forget about spirit since my mana regen is all in combat, is there anyway to readjust for shaman?

    Reply Report Permalink
  • yodamoo said

    nice addon but i really with there was a way to tell it which stats are more important.....it seems that by default it thinks that Spirit is the most important stat yet for a Pally it is almost the least important seeing as we never run out of mana...in my opinion the order should be

    Intellect - +Spell Power - Crit - Haste - Spirit - MP5

    if your a pally and you run out of mana you are a terrible pally healer...

    Reply Report Permalink
  • Eridan said

    Stat rankings depend on your settings. Have you turned on Replenishment and Divine plea? Open the calculator and hit the "Configure"-button to do so.
    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.

    Reply Report Permalink
  • yodamoo said

    Ok Sweet! didn't realize that by clicking those on it changed the order of importance...thx for pointing that out ^^

    Reply Report Permalink
  • Wikwocket said

    Thank you for this great mod. Is there any chance it could be updated to work with LinkWrangler tooltips? As a fellow mod author, I know updating mods to work with various tooltip mods can be a pain but I thought I would ask, since HealPoints is so useful I want to see it everywhere. ;) LinkWrangler: http://wowui.worldofwar.net/?p=mod&m=894

    Reply Report Permalink
  • gumphrey said

    Does HealPoints include enchants when doing comparisons? Would it be possible to make this a toggle? For instance, when comparing a drop to what I am wearing I don't want to consider enchants as I can always add that to the dropped gear. It is similar for gems, if there was a way to specify the default gems you would put into empty sockets. Basically, similar options to what RatingBuster has for configuring enchants and gems.

    Reply Report Permalink
  • Eridan said

    If you look at an item that's not enchanted and the item you have in the same slot is enchanted, HealPoints assume that you'll enchant the new item with the same enchant when it does the comparison (= ignoring the enchant on your equipped item).
    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.

    Reply Report Permalink
  • gumphrey said

    Great! That is perfect. I forgot to say how awesome this addon is. It is a huge help for building gear.

    Reply Report Permalink
  • Eridan said

    r43 only fixed the %mana regen for the calculator, sadly not for tooltips.
    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.

    Reply Report Permalink
  • Hagdaverus said

    I am attempting to debug a large discrepancy between the tooltips and the calculator, and I am hoping you can point me in the right direction.

    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

    Reply Report Permalink
  • Eridan said

    AtlasLoot support added in r44 beta.

    Reply Report Permalink
  • Addon Packs Containing HealPoints
  • Similar Addons
  •  

Average downloads per day

  1. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  2. 2,324 ForteXorcist Buffs & Debuffs, Class, Combat...
  3. 1,549 DrDamage Combat, Combat, Caster, Caster...
  4. 1,549 DrDamage Combat, Combat, Caster, Caster...
  5. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...