• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

WaaaghBar_Hps

  Download the Curse Client

Project Updated:
Files Updated: Fri, Nov 21 2008
Supports Game Version: Beta 3.0
Category: Combat
Tags:

[Edit Tags]

Project Manager: Aerthan
Additional Authors: No additional authors
Current Version: WaaaghBar HPS v1.2.1
License: Public Domain
Avg Daily DL (last 30 days): 13
Downloads Total: 2,432
Favorites: 16
Comments: 4
  • Contests
  • About WaaaghBar_Hps
  •  

This version of WaaaghBar DPS will only work with Shockbeta's new WaaaghBar or Lingy's WaaaghBar.

Basic Info

WaaaghBar plugin for displaying HPS (Healing Per Second). A sister module to this is WaaaghBar_DPS

This plugin displays the current HPS on the WaaaghBar. When you mouse over the HPS you get a cumulative summary of healing done, crit % and average HPS for the current session and total healing done for each ability for the current session.

Options

You can turn the plugin on and off and configure how much information is shown on the tooltip by using the wgb slash command:

/wgb hps show|hide plugin|all|details|abilities
  • Option Details
  • plugin - Show/Hide the actual plugin (requires UI reload to take effect)
  • details - Show/Hide Total Healing, Crit %, Base and Crit Healing
  • abilities - Show/Hide Total Healing for each ability
  • all - Show/Hide details and abilities
  • Downloads (2)
  •  
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  
  WaaaghBar_Hps WaaaghBar HPS v1.2.1 Release Beta 3.0 2,125 11/21/2008
  WaaaghBar_Hps WaaaghBar HPS v1.2 Release Beta 3.0 80 11/16/2008
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • 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.
  • Eridam said 

    i cant see anything in the Info window.. as when i mouse over the HPS or the DPS meter i see nothing. help?

    Reply Report Permalink
  • Same problem. I even changed the 2 lines as per indicated by instructions for the new waaaghbar but still no info in the info window.

    I am using http://war.curse.com/downloads/war-addons/details/waaaghbar_lingy.aspx

    Attention for those who are using Aerthan's HPS version 1.2.1, two lines need to be changed for the 2.4 Update
    Line 151:
    if Hps.GetTooltipsAnchor() ~= nil
    Change to
    if WaaaghBar.GetTooltipsAnchor ~= nil
    Line 153:
    Tooltips.AnchorTooltip(Hps.GetTooltipsAnchor());
    Change to
    Tooltips.AnchorTooltip(WaaaghBar.GetTooltipsAnchor());

    Can anyone who is using this help?

    Reply Report Permalink
  • Mogluk said 

    Looking at the code for this mod, it appears that heals cast from other players will count towards the HPS. Is that true? Does WORLD_OBJ_COMBAT_EVENT fire when you are healed by other players?

    Reply Report Permalink
  • Aerthan said 


    I've done more testing and looked at a couple other mods and it looks like you were right, the event fires when someone else heals you as well and there is no way to look at the source of the event... :(

    It looks like some addons ignore self-healing (which is bad) while another looks at the combat log instead. I'm a bit leery of parsing the combat log because I know some people have disabled it completely (I had for a while) and it just feels like something that will be difficult to maintain (requiring things like localization support etc)

    I have my updated lib to work with war board and snt bar, but I'm not sure what to do now. For now I'll probably just ignore self-healing and will be sure to put the restriction in the comments.

    Reply Report Permalink
  • Aerthan said 


    In my testing on my black orc and zealot I've never seen anyone else's direct heal abilities show up on my HPS tooltip. Maybe sometime in the future things will change, but as of now I've never seen it nor heard anyone else say that it's happening. What I have seen occasionally are trace amounts of healing from procs of abilities when they are removed.

    Reply Report Permalink
  • Mogluk said 

    Ok, I didn't realize that external heals didn't fire WORLD_OBJ_COMBAT_EVENT. Thanks!

    Reply Report Permalink
  • Fazel said 

    Two changes must be made to WaaaghBar_HPS.lua to make this work with ShockBar. They are listed below and are easy to implement on your own. Just open the .lua file and make the following changes on each line number.

    Line 27:
    Orig: WindowRegisterCoreEventHandler(Hps.Waaagh.name, "OnMouseOver", "WaaaghBar.Hps.OnMouseOver");
    New: WindowRegisterCoreEventHandler(Hps.Hps.name, "OnMouseOver", "WaaaghBar.Hps.OnMouseOver");

    Line 150:
    Orig: Tooltips.CreateTextOnlyTooltip( WaaaghBar.Hps.Waaagh.name, nil);
    New: Tooltips.CreateTextOnlyTooltip( SystemData.ActiveWindow.name, nil);

    Reply Report Permalink
  • Ossot said 

    If you ever get bored and want to make a new BFF, you should port this to SNT_Bar .

    Reply Report Permalink
  • Travace said 

    yea in would love to see a DPS and a HPS on WarBoard as well.

    Reply Report Permalink
  • Aerthan said 


    As soon as I'm done with the DPS transition, I'll be moving HPS to a library that supports WaaaghBar/SNT_Bar and WarBoard out of the box.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 532 Paint the leader PvP, and Combat
  2. 340 AutoDismount Combat
  3. 313 Twister Buffs & Debuffs, Action Bars...
  4. 309 Warhammer Scrolling Combat Text Combat
  5. 221 Tortall's DPS Meter Combat