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".
Note: I took a tiny break from WoW (a decade), but recently started playing SoD. Be aware that this addon may not quite work yet.
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 easy to extend, and there were once many extra plugin addons out there that add functionality. However, there are unlikely to be any maintained ones currently.
There is a page with API information here.
Reporting issues
For now use comments.
"Self" check mark bug Please change Skada.lua in Line 1074
info.checked = (Skada.db.profile.report.channel == "Self")
bug fix for Report(1.1-3)
Whisper bug fix in Skada.lua line 1009 change to Skada:Report(report_channel, Skada.db.profile.report.chantype, Skada.db.profile.report.mode, Skada.db.profile.report.set, Skada.db.profile.report.number)
Custom channel bug fix in Skada.lua line 1096 replace with
local list = {GetChannelList()} for i=1,table.getn(list)/2 do info.text = list[i*2] info.checked = (Skada.db.profile.report.channel == list[i*2]) info.func = function() Skada.db.profile.report.channel = list[i*2]; Skada.db.profile.report.chantype = "channel" end UIDropDownMenu_AddButton(info, level) end
and in Skada:Report function add these under "function Skada:Report(channel, chantype, report_mode_name, report_set, max)"
if(chantype == "channel") then local list = {GetChannelList()} for i=1,table.getn(list)/2 do if(Skada.db.profile.report.channel == list[i*2]) then channel = list[i*2-1] break end end end
Thanks for the great work! I just replace Recount with it!!!
but know i can at least select someone who to whisper/report to, but nothing happens again. i'm sure your on the right way ;)
and again big up 4 that nice piece of work
very nice addon and i'm glad to see the new changes, e.g. whisper report. But you kinda screwed the report function so it wont report at all :(
Keep up with that nice work ;)
tested 1.1-1 today.
no errors
its really coming together, nice work. I know a couple of items that I need have already been planned by author or others have suggested, but I thought I would do a simple side by side with results from Skada and Recount.
RECOUNT SKADA
Suggestions or Enhancements:
Thanks for the above considerations,
and keep up the good work.
p.s I am a nub at forum formatting; tried to get the table to align (sigh)
Options.lua line 58
name = L["Windows"],
change
name = "Windows",
line 512
name = "Windows",
change
name = L["Windows"],
works again :D thx
Nephtys_ch: should be fixed in r150. Please confirm.
French client :
great addon ;)
but i have a problem with the r149, i see only the actual datas, the other segments are clean :(
I switched from r135 to r147 and after that Skada isn't change to show dps, and I can't hide it when I'm soloing.
arjTPA: Were you in the Total set by any chance, having just updated to r147 and not having had the Enemies modes available before?
r147 throws this error.
[20:35:58] Interface\AddOns\SkadaEnemies\Enemies.lua:104: bad argument #1 to 'pairs' (table expected, got nil) [C]: ? [C]: in function `pairs' Interface\AddOns\SkadaEnemies\Enemies.lua:104: in function `Update' Interface\AddOns\Skada\Skada.lua:1633: in function `UpdateBars' Interface\AddOns\Skada\Skada.lua:215: in function `DisplayMode' Interface\AddOns\Skada\Skada.lua:1647: in function <Interface\AddOns\Skada\Skada.lua:1647>
Thanks
ID: 1
Error occured in: Global
Count: 1
Message: ...ace\AddOns\Skada\lib\LibDBIcon-1.0\LibDBIcon-1.0.lua line 104:
bad argument #1 to 'rad' (number expected, got nil)
Debug:
(tail call): ?
(tail call): ?
[C]: rad()
...ace\AddOns\Skada\lib\LibDBIcon-1.0\LibDBIcon-1.0.lua:104:
...ace\AddOns\Skada\lib\LibDBIcon-1.0\LibDBIcon-1.0.lua:103
...ace\AddOns\Skada\lib\LibDBIcon-1.0\LibDBIcon-1.0.lua:231: Show()
Skada\Skada.lua:194: ShowMMButton()
Skada\Skada.lua:686: ReloadSettings()
Skada\Skada.lua:96:
Skada\Skada.lua:51
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...ventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:469: InitializeAddon()
...ventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:582:
...ventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:575