Download
(4MB)
Download
Updated: 01-06-20 09:52 AM
Pictures
File Info
Compatibility:
Visions of N'Zoth (8.3.0)
BfA content patch (8.2.5)
Rise of Azshara (8.2.0)
Updated:01-06-20 09:52 AM
Created:08-18-14 11:14 AM
Downloads:493,424
Favorites:272
MD5:
Categories:Combat Mods, Battle for Azeroth Beta

Details! Damage Meter  Popular! (More than 5000 hits)

Version: DetailsRetail-v8.2.5.7229.140
by: Tercioo [More]



Join Details! Discord Server!


Hello!
Raider or pvp player, doesn't matter, we are always searching for more Intel, ways to make deep analysis, methods to know everything what's going on around us. From casual to theory crafter, knowledge is essential for growing as a player.
If you fit in this profile, if you want to know from a simple "how much damage I'm doing" to more complex "how many times a healer casted that cooldown on the main tank", Details! is an addon for you!

One of our goal is making the interface clean, easy to use and dynamic, this is a list of smart shortcuts you may see as useful:

  • left click: open the details window for a player, or, open the report window depending on what's being shown in the window.
  • shift + left click: depending on what displays you are, it may report only that line or open more details from the actor or spell shown on the bar.
  • right click: if clicked at the title bar: open a panel showing all displays available, if clicked at any other point in the window: open the bookmark panel, you can add/remove/select your favorites displays from there for fast switch between them.

Important: Details! is in constantly update, if you install and feel like this addon isn't for you, please leave a comment telling which part of the addon made you give up from it. Negative feedbacks are important as positive ones, we are always seeking ways on how to improve it, thank you!
  • main menu: select the mode to use, Everything: shows everything, Standard: show only raid or party members, Plugins: may select between raid and solo plugins. Window Control: open, reopen or close the window, you may also close with the shortcut ctrl + right click.
  • segments menu: select between overall data, current and other past fights. you may also use shift + right click if you feel that it's better.
  • display menu: select the display, e.g., healing done, damage, cooldowns, etc.
  • report button: click to report.
  • reset button: clears all data.

Seeking a change-log list? check out here our blog
Youtube: Details! Features.
Youtube: Details! Speed of Raid update rate.


Features:
  • Some features which you will find in Details!:
  • native multi window support, you can open and close them on-the-fly, also has support for key binds.
  • reads all combat log data, store and display it to you in rectangular bars very well made and shaped.
  • has a fast engine for data capture not hurting your frame rate, specially during heroism/bloodlust.
  • support custom displays where you can create your own display, or, import one from others.
  • beautiful design.
  • dynamic overall data, you may only reset the overall or set rules for auto reset on new bosses or instance.
  • love nature and the animals.
  • tons of plugins, e.g. threat meter, encounter analysis, tank debuffs, etc.
  • can measure dps/hps using encounter time like warcraft logs or individual player active time.
  • easy to use displays with bookmark on right click, full info with a simple mouse hover over a bar.
  • chuck norris approves Details!, he also use it to calculate the strength of big bang when he created the universe.
  • graphics for raid damage done, boss emotes tracker, aura creator tool for weakauras.
  • has support for skins, also is compatible with ElvUI and other similar Interfaces.
Plugins
These are some of the plugins:
  • Dps Tuning: check your damage seeing the spell values and graphics.
  • Encounter Details: a raid encounter tool, shows dps graphics, summary of dispells, interrupts, deaths, emotes, aura tools, and more...
  • Raid Check: show food, flask, runes, item level status of raid members.
  • Time Attack: test dps on dummies with fixed time lengths, also stores your attempts for later comparisons.
  • TinyThreat: a small, but powerful, threat meter.
  • Vanguard: show debuff timers on tanks.

History
In early 2013, Details! had the first lines of code written, in the beggining was just dust and a goal of an addon which could capture the damage increase of trinkets 'procs'.

After two weeks a lamp turns on over the code writer head and a new ideia comes: 'if i can capture my damage, why not capture everybody damage?', and from this point Details! become a long journey to become what he is today.

First alpha version has been published in early august 2013.
In March 2014 began the beta period listening the feedback of users on mmo-champion forum.

Now we have a solid release and new stuff are added every week.


Post A Reply Comment Options
Unread 07-13-15, 11:32 PM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Originally Posted by Tercioo
Originally Posted by BabyRay
Hello,
is there any option/chance to show the Itemlevel behind the Playername?
[/IMG]http://i.imgur.com/BFB3OsH.png[/IMG]
There is a bug on current release which makes the custom left text not work properly.
I'm fixing if on next version.

When the next version come out, you guys can use this on /de options -> Rows: Texts -> Left Text -> turn on Custom Text Enabled, click on the scroll on the right of the text field and paste the code:

Lua Code:
  1. {data1}. {data3}{data2} {func
  2. local player, combat = ...;
  3. local GUID = player.serial;
  4. if (GUID) then
  5.     local ilvl = Details.ilevel:GetIlvl (GUID)
  6.     if (ilvl) then
  7.         local s = "(" .. floor (ilvl.ilvl) .. ")"
  8.         return s
  9.     end
  10. end
  11. return ""}
I tried this and it send a "nil" message to my chat.
Using v3.17.2
Report comment to moderator  
Reply With Quote
Unread 07-13-15, 10:36 AM  
Tercioo
An Aku'mai Servant
 
Tercioo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 248
Uploads: 20
Originally Posted by BabyRay
Hello,
is there any option/chance to show the Itemlevel behind the Playername?
[/IMG]http://i.imgur.com/BFB3OsH.png[/IMG]
There is a bug on current release which makes the custom left text not work properly.
I'm fixing if on next version.

When the next version come out, you guys can use this on /de options -> Rows: Texts -> Left Text -> turn on Custom Text Enabled, click on the scroll on the right of the text field and paste the code:

Lua Code:
  1. {data1}. {data3}{data2} {func
  2. local player, combat = ...;
  3. local GUID = player.serial;
  4. if (GUID) then
  5.     local ilvl = Details.ilevel:GetIlvl (GUID)
  6.     if (ilvl) then
  7.         local s = "(" .. floor (ilvl.ilvl) .. ")"
  8.         return s
  9.     end
  10. end
  11. return ""}
Report comment to moderator  
Reply With Quote
Unread 07-12-15, 09:57 PM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Originally Posted by BabyRay
Hello,

is there any option/chance to show the Itemlevel behind the Playername?


^ Hands down the best idea ever for a damage meter
Report comment to moderator  
Reply With Quote
Unread 07-10-15, 05:09 AM  
BabyRay
An Aku'mai Servant

Forum posts: 39
File comments: 54
Uploads: 0
Hello,

is there any option/chance to show the Itemlevel behind the Playername?


Report comment to moderator  
Reply With Quote
Unread 07-08-15, 07:56 AM  
Tercioo
An Aku'mai Servant
 
Tercioo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 248
Uploads: 20
Originally Posted by Tonyleila
Frindly fire dosen't work for most of the boss effects is this normal? Woud like to see when a player stands in a group with a debuff that makes AoE to the group

I have a good idea too:
Woud it be possible to add a keybind to create a segment inside a bossfight?
Or even better coud the AddOn detect phases of the bossfigh from a bossmod like BigWigs?
Often there is only one phase in a bossfight where the DPS needs to be very high and it woud be nice to see who used CDs in this phase and who used them before to just push DPS. Currently I only can reset the dmg meter when the this phase starts
The combatlog is who tells us if the damage was a friendly fire, so, we can't touch that.
We can add this command to create a new segment, or even a sub-segment, but, the addon already does what you said, check Encounter Details -> Graphic Tab, hover over the phase bar.
Report comment to moderator  
Reply With Quote
Unread 07-07-15, 03:24 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Frindly fire dosen't work for most of the boss effects is this normal? Woud like to see when a player stands in a group with a debuff that makes AoE to the group

I have a good idea too:
Woud it be possible to add a keybind to create a segment inside a bossfight?
Or even better coud the AddOn detect phases of the bossfigh from a bossmod like BigWigs?
Often there is only one phase in a bossfight where the DPS needs to be very high and it woud be nice to see who used CDs in this phase and who used them before to just push DPS. Currently I only can reset the dmg meter when the this phase starts
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 07-07-15, 12:31 PM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Originally Posted by Tercioo
Originally Posted by LiNK2088
Good addon but does it really have to use so much memory?
Actually, this is a good thing, more memory usage = more data being captured.

Unless if you think that more memory = more fps loss, which is wrong.
How much memory do you have on your system?
I never looked at it that way.. guess you are right
Report comment to moderator  
Reply With Quote
Unread 07-07-15, 09:38 AM  
Tercioo
An Aku'mai Servant
 
Tercioo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 248
Uploads: 20
Originally Posted by LiNK2088
Good addon but does it really have to use so much memory?
Actually, this is a good thing, more memory usage = more data being captured.

Unless if you think that more memory = more fps loss, which is wrong.
How much memory do you have on your system?
Report comment to moderator  
Reply With Quote
Unread 07-07-15, 08:32 AM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Good addon but does it really have to use so much memory?
Report comment to moderator  
Reply With Quote
Unread 07-03-15, 09:24 PM  
Tercioo
An Aku'mai Servant
 
Tercioo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 248
Uploads: 20
Originally Posted by Tonyleila
Just updated to the latest version, thanks for removing the ornaments from the bookmark list <3
Yes, way better without them.
I'm doing more rework on the Player Detail Window with the ElvUI skin, check it out on latest alpha: v3-16-0a/
Report comment to moderator  
Reply With Quote
Unread 06-23-15, 03:36 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by BabyRay
Thanks.
Its easier to move with a macro and its pixel perfect.
Why don't you set the position of the Window inside the Details.lua in your SavedVariables?

right here:
Code:
			["instances"] = {
				{
					["__pos"] = {
						["normal"] = {
							["y"] = -255.716136048691,
							["x"] = 711.084662394826,
							["w"] = 292.424987792969,
							["h"] = 211.597915649414,
						},
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 06-23-15, 03:29 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Just updated to the latest version, thanks for removing the ornaments from the bookmark list <3
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 06-22-15, 04:49 AM  
BabyRay
An Aku'mai Servant

Forum posts: 39
File comments: 54
Uploads: 0
I need to know the reason why you want to move the frames on this way, so I may, perhaps, code a solution for you on next version.

Answering your question, I recommend using the API, your command will look like this:[/quote]

Thanks.
Its easier to move with a macro and its pixel perfect.

But i have still a little problem.
After a relogg or log out the addon doesn´t save the profile.
i must switch to my profile every login
Report comment to moderator  
Reply With Quote
Unread 06-21-15, 04:22 PM  
Tercioo
An Aku'mai Servant
 
Tercioo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 248
Uploads: 20
Originally Posted by BabyRay
Hello,

i try to move my both Details! Windows with a macro

Code:
/run DetailsUpFrameInstance1:ClearAllPoints()
/run DetailsUpFrameInstance1:SetPoint("BOTTOMLEFT", UIParent, 15, 272)
/run DetailsUpFrameInstance1:SetUserPlaced(true)
/run DetailsUpFrameInstance1:SetSize(340, 180)

/run DetailsUpFrameInstance2:ClearAllPoints()
/run DetailsUpFrameInstance2:SetPoint("BOTTOMLEFT", UIParent, 1565, 272)
/run DetailsUpFrameInstance2:SetUserPlaced(true)
/run DetailsUpFrameInstance2:SetSize(340, 180)
but it doesn´t work... any ideas?
edit:
it doesn´t save my settings, after relogg i have to choose my profile again
I need to know the reason why you want to move the frames on this way, so I may, perhaps, code a solution for you on next version.

Answering your question, I recommend using the API, your command will look like this:

/run local w=Details:GetInstance(1); w.baseframe:ClearAllPoints(); w:SetSize (340, 180); w.baseframe:SetPoint ("bottomleft", UIParent, 1565, 272); w:SaveMainWindowSize(); w:SaveMainWindowPosition()
Report comment to moderator  
Reply With Quote
Unread 06-21-15, 01:34 PM  
BabyRay
An Aku'mai Servant

Forum posts: 39
File comments: 54
Uploads: 0
Hello,

i try to move my both Details! Windows with a macro

Code:
/run DetailsUpFrameInstance1:ClearAllPoints()
/run DetailsUpFrameInstance1:SetPoint("BOTTOMLEFT", UIParent, 15, 272)
/run DetailsUpFrameInstance1:SetUserPlaced(true)
/run DetailsUpFrameInstance1:SetSize(340, 180)

/run DetailsUpFrameInstance2:ClearAllPoints()
/run DetailsUpFrameInstance2:SetPoint("BOTTOMLEFT", UIParent, 1565, 272)
/run DetailsUpFrameInstance2:SetUserPlaced(true)
/run DetailsUpFrameInstance2:SetSize(340, 180)
but it doesn´t work... any ideas?


edit:

it doesn´t save my settings, after relogg i have to choose my profile again
Last edited by BabyRay : 06-21-15 at 02:36 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.