Skada Damage Meter
Skada is a modular damage meter with various viewing modes, segmented fights and customizable windows. It aims to be highly efficient with memory and CPU.
"Skada" is Swedish for "Damage".
Usage
When you first start using Skada, there will be a window created by default. This window can be extensively customized in Skada's configuration panel; click the little cog icon to access a menu, and then click Configure. Depending on your user interface, there may also be a minimap button allowing quick access to this menu.
Skada supports multiple windows. To create a new window, click Windows in the addon's configuration panel. There are three built-in types of windows - Bar, Inline, and Data text. Bar is the classic damage meter window, and is very customizable. Inline shows the meter in a horizontal line, which can be useful for integration in custom user interfaces. Data text shows just one item at a time, and can also be displayed by any LDB display addon, such as Titan Panel, ChocolateBar, or ElvUI.
In the normal Bar window, you can left click on specific items for more detailed information, and right click for less details. At the very "top" is the list of all saved fight segments. Some data modes have several detailed information views. In this case you choose alternate views by holding certain keys pressed while clicking. For example, in Damage mode, you can Shift-click a player to see what enemies the player caused damage to. Tooltips will display how to reach the different views.
You can also use window buttons for selecting fight segment and mode directly.
Scrolling in Skada is done with the mousewheel.
Plugins
Skada is very easy to extend, and there are many extra plugin addons out there that add functionality, such as:
- Skada Graphs: Adds graph display systems to Skada
- Skada DPSplusHPS: Useful add-on for Disc Priests.
- Skada Chat Frame Integrator: Integrates Skada in any chat frame.
- SkadaScroll: Provides additional options for scrolling the bar displays
- Skada Avoidance and Mitigation: Helps tanks benchmark their damage reduction performance via avoidance and mitigation
- Skada for Tanks: Adds information useful for evaluating a tank's performance
- Guild Skada High Score: Let's you compare a guild's performance.
- Skada_FriendlyFire: Display friendly fire damage done by players
- Skada Player Score: Generate combined performance scores for players.
There is a page with API information here.
Reporting issues
Suggestions and bug reports here. Bug reports in comments will be deleted.
'lol no heals?' - flip to damage taken per second - You took an average of 11k DTPS. You're not the tank. My efficiency rotation does 6k. Please don't break aggro.
Not a single damage meter has this option! recount comes close but only shows a real-time graph of raidwide dtps. All you'd have to do is add another mode that divides damage taken by the player's activity time. I know activity time is already recorded.
In the BarDisplay you kind of hack it and do:
if icon then
bar:ShowIcon()
end
But what you should do is supersede and ShowIcon on the bargroup itself, so I modified the CreateBar function in BarDisplay with:
if icon then
if not window.bargroup:IsIconShown() then
window.bargroup:ShowIcon()
end
elseif window.bargroup:IsIconShown() then window.bargroup:HideIcon() end
Which fixes the width bug (the bug is the bar hangs off by a width of the icon) in icon displays, so the former icon check is no longer needed.
Hope this helps.
Please add in free drag placement functionality.
Thank you.
I mean, that our fire elemental (guard) counts in shaman's damage done only in shaman's skada, on other raid\group members fire elemental counts separately. Can you change the addon to count fire elemental in shaman's damage everywhere?
Thankyou heaps