• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

WaaaghBar_Dps

 

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 DPS v1.2.1
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 6
Downloads Total: 6,543
Favorites: 27
Comments: 17
  • About WaaaghBar_Dps
  •  

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

Basic Info

WaaaghBar plugin for displaying DPS. A sister module to this is WaaaghBar_HPS

This plugin displays the current DPS on the WaaaghBar. When you mouse over the DPS you get a cumulative summary of damage done, crit % and average DPS for the current session and total damage 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 dps show|hide plugin|all|details|abilities
  • Option Details
  • plugin - Show/Hide the actual plugin (requires UI reload to take effect)
  • details - Show/Hide Total Damage, Crit %, Base and Crit Damage
  • abilities - Show/Hide Total Damage for each ability used including auto-attacks
  • 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_Dps WaaaghBar DPS v1.2.1 Release Beta 3.0 5,418 11/21/2008
  WaaaghBar_Dps WaaaghBar DPS v1.2 Release Beta 3.0 141 11/16/2008
  • 1 page(s)
  • Screenshots (2)
  •  
  • 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.
  • Aerthan said 


    I decided to make this addon also work with WarBoard and SNT Bar, to avoid confusion I created a whole new project to support all the bars I know of (including Shockbetas and Lingy's WaaaghBar clones)

    This new library has the fix Lingy mentions for his bar and will be what I'll be updating in the future.

    Here is the link:

    http://war.curse.com/downloads/war-addons/details/woodys_dps_lib.aspx

    I would uninstall WaaaghBar DPS and install this library instead. I'm trying to figure out if I can just drop the fileset here and let the curse client remove the old files and drop the new ones, if that is the case I'll upload the fileset here as well.

    Reply Report Permalink
  • Aerthan said 


    While working on an updated version of this I downloaded shockbeta's latest set of files and he is packaging an old version of WaaaghBar DPS. If you're using Shockbetas package and you want the latest version of WaaaghBar DPS you need to delete WaaaghBarShockBar\WaaaghBar_DPS. The old version has a bug that impacts squig herders and white lions (damage done to pets shows up as your DPS including abilities).

    Also I have a fix for Lingy's WaaaghBar tooltips, I'm just waiting on the file to get approved, however it is in a totally different package. I will try uploading the fileset here, but moving forward I'll be mainly working on a new project so I can support WaaaghBar/SNT Bar/WarBoard at the same time.

    Reply Report Permalink
  • Same here, curse client updated my WaaaghBar on the 27th or the 28th and it stopped working, it was working prior to this. Using the most current versions of both, I let the curse client do the updating.

    Reply Report Permalink
  • Aerthan said 


    That version of the WaaaghBar hasn't been updated in a couple months. This is what the original author posted yesterday:

    "Yes I've stopped to develop this addon, sorry for the absolutely unacceptable "disappearence" of me. I hope some of you continue with the idea and make it succesful, best of luck."

    If you get either Shockbeta's or Lingy's WaaaghBar it will work again. I would remove WaaaghBar using the curse client, then remove the dps/hps folders by hand (you might want just remove the entire folder) and then install either:

    http://war.curse.com/downloads/war-addons/details/wbshockbar.aspx

    or

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

    Then install the dps/hps addons again and they should work fine.

    Reply Report Permalink
  • xyriel said 

    I have the same issue and I already used lingy's. I tried uninstalling the addon and reinstall. I tried to place it on the top and on the bottom bar. Doesn't work. Sometimes I get a value in the bar, sometimes I don't and I never get anything in the box when I hover over the display (it shows and empty black box)

    Was working fine last week and this weekend, it stopped working

    Reply Report Permalink
  • xyriel said 

    From Lingy's:
    ATTENTION FOR USERS WHO USE DPS/HPS

    Attention for those who are using Aerthan's DPS version 1.2.1, two lines need to be changed for the 2.4 Update

    Line 161:
    if Dps.GetTooltipsAnchor() ~= nil
    Change to
    if WaaaghBar.GetTooltipsAnchor ~= nil

    Line 163:
    Tooltips.AnchorTooltip(Dps.GetTooltipsAnchor());
    Change to
    Tooltips.AnchorTooltip(WaaaghBar.GetTooltipsAnchor());

    Reply Report Permalink
  • longling said 

    Hello Aerthan, you should know about this. Due to my version and Shock's version are now support multiple bars. Some code need to change in your version as well. Calling your Dps.GetAnchorTooltips() will not work as "WaaaghBar" will not be the name of the bar anymore.

    You should go ahead just:
    if WaaaghBar.GetTooltipsAnchor ~= nil then
    Tooltips.AnchorTooltip(WaaaghBar.GetTooltipsAnchor());
    else
    Tooltips.AnchorTooltip(Tooltips.ANCHOR_WINDOW_BOTTOM);
    end

    I tried to PM you and I don't think you got the msg

    Lingy

    Reply Report Permalink
  • Aerthan said 


    I got your PM, I'm actually restructuring my code so I can support WaaaghBar, SNT_BAR and WarBoard. I was worried that your patch would make it so my anchor wouldn't work with Shock's when the bar was on the bottom. I'll hopefully have a full fix in the next couple of nights.

    Reply Report Permalink
  • I updated the WaaaghBar today and the DPS addon does not work anymore.

    Reply Report Permalink
  • Aerthan said 


    Which version of WaaaghBar?

    Reply Report Permalink
  • How many enemies do I have to slain to see any data in tooltip? Now the tooltip apears, but its blank and the numbers on the button show 0.0

    Reply Report Permalink
  • I played for several hours doing nothing but killing and the DPS tooltip is still blank.

    Any ideas?

    Reply Report Permalink
  • Aerthan said 


    While in combat do you have a dps value on the WaaaghBar? What version of WaaaghBar do you use?

    Reply Report Permalink
  • Zsu said 

    u need the updated waaaghbar->waaaghrbar shockbar atlest that whos the proplem for me

    Reply Report Permalink
  • Canzian said 

    Damage done to your pet is counted in your DPS :/ (white lion)

    Reply Report Permalink
  • Aerthan said 

    What version? That bug was fixed for squig herders in 1.1.1

    Reply Report Permalink
  • Canzian said 

    1.2.1 This bug is for white lion

    Reply Report Permalink
  • Aerthan said 


    I made a White Lion tonight and it worked just like the Squig Herder pet. I'm guessing that you have an old version of the WaaaghBarDps that is being loaded before the good version. Did you install shockbeta's WaaaghBar? He packaged an old version of WaaaghBarDps, you should delete that by hand. It's in the WaaaghShockbar folder, delete the WaaaghBarDps folder there and either restart the game or do /reloadui

    Reply Report Permalink
  • Aernac said 

    thanks ;)

    Reply Report Permalink
  • Fazel said 

    Two changes must be made to WaaaghBar_DPS.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(Dps.Waaagh.name, "OnMouseOver", "WaaaghBar.Dps.OnMouseOver");
    New: WindowRegisterCoreEventHandler(Dps.Dps.name, "OnMouseOver", "WaaaghBar.Dps.OnMouseOver");

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

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 431 Paint the leader PvP, and Combat
  2. 172 Twister Buffs & Debuffs, Action Bars...
  3. 122 Warhammer Scrolling Combat Text Combat
  4. 73 QQ DPS Meter Combat
  5. 62 AutoDismount Combat