Download
(114Kb)
Download
Updated: 04-30-09 07:17 AM
Pictures
File Info
Updated:04-30-09 07:17 AM
Created:unknown
Downloads:49,396
Favorites:157
MD5:

DPSMeter  Popular! (More than 5000 hits)

Version: v1.51
by: Daedal [More]

I updated this addon to 3.1 because I thought someone would like it. It uses some old libraries and some weird stuff in the code, but it works. I am going to clean the code up later, when I have the time for it.

DPSMeter calculates your average damage per secong in combat, and displays it with a stylish and modern speedometer style. DPSMeter also records some data, like total damage, and the session's top hit. After combat, the digital display shows the final DPS of the whole combat.

DPSMeter automatically adjusts its scale every time your dps rises over the maximum, so the meter works fine if your DPS is 20 or 1200.

The damage meters included aren't fully accurate and can contain errors, but they are not the main thing this addon provides. They should be used for reference only.

----------------

FAQ
Q: The numbers went mad!/The meter's disappeared!
A: /dps reset

Q: The DPS is different than Recount/any other addon is showing!
A: The calculation is made differently than those addons.

Q: The damage meter shows different numbers than Recount/any other!
A: The damage collection is more simple and more lightweight, so there can be differences. The amounts are currently for reference only.

Q: I can't see everyone on damage meter!
A: If they left your group, it is possible that they aren't visible.

----------------

Latest update:
1.51
- Damage Meter bars should now be shown/hidden correctly when the frame is resized

Full features list:

  • A speedometer style DPS display with self adjusting digits
  • A digital DPS display that shows the DPS of the previous combat
  • Tooltip stats, including:
    - Average DPS for this session
    - Maximum DPS for this session
    - Total damage of this session and lifetime (per character)
    - Top hit of this session
  • Adjustable scale and transparecy of the frame
  • An alternative display of DPS in Scrolling Combat Text addon
  • An option to count also healing during combat
  • Damage/healing meters for party (in beta, not fully tested nor fully working)

Upcoming features:
  • More data collection like crit records, miss %, hit speed, and stuff (please make suggestions)
  • Total code cleanup
  • ... some other stuff

Known issues:
  • The damage meters sometimes go mad when the group members change. This can be fixed by resetting the meters every time you kick/add group members. It doesn't affect to the other features, only to the output of the damage meter.
  • The damage meter has no resizing restriction, so you can resize it smaller than the bars. Will be fixed asap.
  • Sometimes if you are dead, and your dots or something like that hits an enemy, DPSMeter believes that you are still in combat. (should be fixed)
  • Some special items (Like Bombing quests) make DPSMeter go mad.

1.51
- Damage Meter bars should now be shown/hidden correctly when the frame is resized

1.5
- Updated for 3.1.0, cleaned some code
- Altered the DPS calculation, notices overkill and some stuff

1.30
- New skin, Digital number only! You can change this in the menu.

1.25
- Adjustable alpha (transparency) value, both in-combat alpha and normal alpha
- Some bug fixes
- Damage meter output is now sorted by amount of damage, still in beta
- The addon now informs when it detects a more recent version from someone else

1.1b
- Major bug fix!!!!!
- Fixed a bug of tooltip not showing, caused by some other addons
- Added checkmarks to the dropdown menu
- Damage meter option added, only beta so using might cause errors (disabled by default)

1.02b
- Fixed a bug where other peoples' kills caused the meter to go mad

1.01b
- Added support for heals, and an option to toggle counting healing during combat
- Removed some old unneeded files

1.0b
- First release
Optional Files (0)


Post A Reply Comment Options
Unread 04-10-08, 09:54 AM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 123
File comments: 82
Uploads: 2
The numbers on the dial only go up to 35? Does the number go higher at least? I know that when you get to raiding you better be doing more that 35DPS :P
Report comment to moderator  
Reply With Quote
Unread 04-10-08, 10:03 AM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
Originally posted by blackpandemic
The numbers on the dial only go up to 35? Does the number go higher at least? I know that when you get to raiding you better be doing more that 35DPS :P
Read the description please

The numbers increase every time your DPS rises over maximum. So if your DPS goes over 35, the maximum shofts itself and the amounts become larger. Ill add another screenshot so others can see it more clearly.
Last edited by Daedal : 04-10-08 at 10:07 AM.
Report comment to moderator  
Reply With Quote
Unread 04-10-08, 11:03 AM  
Pjotr
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 1
Any chance of an alternative skin?

I would love to only see my DPS as a number with no skin at all.
Report comment to moderator  
Reply With Quote
Unread 04-10-08, 12:41 PM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
Originally posted by Pjotr
Any chance of an alternative skin?

I would love to only see my DPS as a number with no skin at all.
I will add this option later, this is the first release of the addon, and I will add new options and skins later.
Report comment to moderator  
Reply With Quote
Unread 04-10-08, 01:05 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Remove the 2 ParserLib libraries from the TOC? They are inoperative in WoW 2.4 (due to the combat log changes) and going through the main mod code, there appears to be no references to them.

Shouldn't have needed both of them in WoW 2.3--only 1 was needed--but now they are both obsolete.
Report comment to moderator  
Reply With Quote
Unread 04-10-08, 01:34 PM  
tralkar
An Onyxian Warder
 
tralkar's Avatar

Forum posts: 352
File comments: 215
Uploads: 0
would be nice for one for your pet aswell as self.... yeah im a hunter hehe =P
Last edited by tralkar : 04-10-08 at 01:34 PM.
Report comment to moderator  
Reply With Quote
Unread 04-10-08, 10:50 PM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
Originally posted by Zidomo
Remove the 2 ParserLib libraries from the TOC? They are inoperative in WoW 2.4 (due to the combat log changes) and going through the main mod code, there appears to be no references to them.

Shouldn't have needed both of them in WoW 2.3--only 1 was needed--but now they are both obsolete.
Heh seems that I had forgotten them. I'll add a new version today, and remove the unneeded files.

Originally posted by tralkar
would be nice for one for your pet aswell as self.... yeah im a hunter hehe =P
Pet damage is added to the DPS as well. It could be separated, though.
Last edited by Daedal : 04-10-08 at 10:51 PM.
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 12:05 AM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Pure Awesome.
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 09:09 AM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
I just posted a new version v1.02b (there were also a 1.01 but I had to remove it instantly because of a bug) that counts also healing during combat if wanted. If you update from old version to this, press "Enable/disable heals" in the dropdown menu if you are experiencing weird DPS results. (This is because the menu system is not ready and there are some flaws in it)
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 09:04 PM  
Smiter
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Very nice replacement for Combat Stats. I was looking for somthing like this. My only gripe with it is the size. I whish there was a different (smaller) skin available. I know you can scale it but I mean one without the Speed Gauge type display, only with numbers.
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 03:13 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Several problems with 1.02b.

--The "Fixed a bug where other peoples' kills caused the meter to go mad." problem has evidenced itself in another way here. In a party of 2 people doing the Isle of Quel'Danas dailies. Finished The Air Strikes Must Continue quest where you bomb things for 15K+ damage. The meter did not appear to record that. But then hearthed back to home after turning in the quest and the DPSMeter switched to reading "11450" in the digital area and the analog numbers switched to several thousand as well.

It went back to normal after going in combat again. The other DPS meters I was running--StatBlocks/StatBlocks_DPS & a hacked version of FuBar_DPS that works in 2.4 (available at this link)--did not have this issue.

--When you click options in the drop down list (such as activating tracking healing), they don't have checkmarks next to them as they should. So you don't know if they are really active or not.

--I have yet to see any tooltip data with "Tooltip stats, including:
- Average DPS for this session
", etc. when mousing over the DPSMeter frame. Only thing can bring up is the option drop down list when right-clicking the frame. And that drop down list does not have display of any "tooltip stats" as an option.

--Finally, would be nice to see support for scrolling combat text mods besides SCT. Another extremely popular one is MikScrollingBattleText . Not to mention the default Blizzard one that many people use. And so on.

A very simple way to add support for any scrolling text addon out there is to use the LibSink-2.0 library. Just hook into the library and you won't have to code individual support for every addon out there.

P.S. For the previous poster, CombatStats has been updated for 2.4 by the original author...just today .
Last edited by Zidomo : 04-12-08 at 03:20 PM.
Report comment to moderator  
Reply With Quote
Unread 04-13-08, 08:35 AM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
Several problems with 1.02b.

--The "Fixed a bug where other peoples' kills caused the meter to go mad." problem has evidenced itself in another way here. In a party of 2 people doing the Isle of Quel'Danas dailies. Finished The Air Strikes Must Continue quest where you bomb things for 15K+ damage. The meter did not appear to record that. But then hearthed back to home after turning in the quest and the DPSMeter switched to reading "11450" in the digital area and the analog numbers switched to several thousand as well.

It went back to normal after going in combat again. The other DPS meters I was running--StatBlocks/StatBlocks_DPS & a hacked version of FuBar_DPS that works in 2.4 (available at this link)--did not have this issue.
This is a slightly bigger issue that I am working on.

--When you click options in the drop down list (such as activating tracking healing), they don't have checkmarks next to them as they should. So you don't know if they are really active or not.
This is because I am not very familiar with dewdrop yet, and Im working on this one too.

--I have yet to see any tooltip data with "Tooltip stats, including:
- Average DPS for this session
", etc. when mousing over the DPSMeter frame. Only thing can bring up is the option drop down list when right-clicking the frame. And that drop down list does not have display of any "tooltip stats" as an option.
This is a weird issue. Tooltip seems to work with all of my characters, but one. With the one the addon shows an error "unable to find ace library" or something. It seems to be caused bu SCT addon, so I might remove it from the addon until I find the problem.

--Finally, would be nice to see support for scrolling combat text mods besides SCT. Another extremely popular one is MikScrollingBattleText . Not to mention the default Blizzard one that many people use. And so on.

A very simple way to add support for any scrolling text addon out there is to use the LibSink-2.0 library. Just hook into the library and you won't have to code individual support for every addon out there.
I must look at this one, too.

Im currently working on these, and also a feature that count the damage of all party members. I know that there are many other and better addons for this, but with my old computer they all cause too much lag because they record so much data. DPSMeter will record only damage and healing, nothing more.
Report comment to moderator  
Reply With Quote
Unread 04-13-08, 09:33 AM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
Updated to v1.1b. Fixed the checkboxes, the tooltip not showing, and some other little tweaks. Also the damage meter is on its way and it can be tested from the menu. (There is a warning about it being only beta, and it's there for a reason)
Report comment to moderator  
Reply With Quote
Unread 04-19-08, 05:22 PM  
bkp57
A Fallenroot Satyr
 
bkp57's Avatar

Forum posts: 20
File comments: 18
Uploads: 0
quick note...

just a quick note

I LOVE THIS THING!

keep up the good work and have a great WoW day!
Report comment to moderator  
Reply With Quote
Unread 05-13-08, 11:06 AM  
Daedal
Also known as Sentri
 
Daedal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 3
Update coming soon, I have enhanced the damage meter system. It needs only some tweaks now. (The skins are coming too )
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: