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.
Almost perfect but falls short in pvp even though (i think) the fuctionality is there or I'm retarded (good possibility).
Friendly healing shows the spell breakdowns in percents, averages, etc but doesn't show the 'count' while enemy healing does.
Friendly damage shows which spells they did their damage with, how much, and how many. Enemy damage done just shows... who did damage to who.
There isn't a differentiation between offense dispels and cleanses. Trying to weed out someone in an RBG proves to be hard when I see our MW getting a free 150 dispells, a resto druid getting 30 from cleanses, a DK getting 60 from icy touch, etc. The ability tracker could use another layer in its tree as well.
Is this something I can figure out on my own? I mean, I can find the answers to all those questions by bouncing back and forth between 6 different charts, it's jsut a matter of collecting it under the same category.
edit: And I would be SO happy if I could seperate segments by entire (and seperate) battle gounds matches and arenas.
It turns itself on even though I have set it it not to when I solo dungeons.
is there seriously no way to make the font bigger? I cant see it, its so small
if need be you can scale the whole thing larger then reduce all the size seting one at a time.
i havent tried this but it sounds like it would work.
Yes, there is, in the addon's configuration window.
where? I have looked through the settings
Im trying to test my threat on a training dummy but skada disables threat logging. Omen does the same so i cant check my threat using a target dummy. Any idea how I can switch on threat logging on target dummies?
Thanks for any help
I have the same issue since the patch, Skada no longer shortens player names and instead throws the name underneath which looks pretty terrible and makes it confusing to read.
Same issue, bump
Same problem here.
Also happening to me, using SVUI and docking it.
I'm having some trouble with the formatting in the lines inside of the bars. It seems to be trying to put the name under the number, like:
1. So-and-so X.xxM (XX.xk, X.x%)
2. X.xxM (XX.xk, X.x%)
Whoever
3. etc.etc.
It doesn't show up perfectly there, but it acts like it's trying to avoid truncating the names and using "..." after them, and just dropping them to the second line inside the same bar, but it ends up looking really messed up.
Fix for right now: open bardisplay.lua
Line 58:
window.bargroup.button:GetFontString():SetPoint("LEFT", window.bargroup.button, "LEFT", 5, 1)
Right above that, put this:
window.bargroup.button:GetFontString():SetWordWrap(false)
The above fixes the title bar. I believe the next bit fixes the bars within the window.
Line 457:bar:SetScript("OnSizeChanged",BarResize) -- ticket 365: required to resize bgtexture
Insert this line above that:
bar:SetWordWrap(false)
Same issue, came here just to report this. Players name aren't shortened anymore and they take two lines, making everything seems out of place. Looks very ugly. Is there a possible fix in the works? Thanks!
Didn't work for me...
Is it possible to keep logs for every fight? Like last 3 fights or something.
Sometimes my skada mysteriously dissapears, refuses to come back up untill i reload, even clicking the minimap button wont bring it back up, no errors found.
It is a custom skada window and i deleted the original.
Using dbm(and expansion add's), bartender4, auctionator, atlasloot, ackis, postal, sexymap, acheivments reminder and master plan.
Everything is set to be updated to the latest Alpha and everything is fully updated, has been happening since 6.1
tet seems to be all over with patch 6.1
The "hide in combat" and "hide when solo" options do not play well together, since with "hide in combat" on, the window appears when combat ends even if you're ungrouped and have "hide when solo" on too.
I know the Curse description says that bug reports should go to WowAce and not here, but there's already a 5-year-old unaddressed ticket for the issue (http://www.wowace.com/addons/skada/tickets/120-window-appears-after-combat-even-though-it-is-set-to/), so I didn't want to make a duplicate one.
It's an easy fix: add "and not (self.db.profile.hidesolo and not IsInGroup())" to Skada.lua:1385.
I've made the change locally and it works perfectly, but it'd be nice not to have to make it again with each update.
Thanks in advance!