DueLog
Logs all your duels and provides analyzing tools.
Current functions:
For slash command syntax run /duelog help in-game.
Current functions:
- Logs all duels you fight
- Provides a timeline of spells cast
- Gives information about damage/healing done per player
- Gives information about buff/debuff uptime per player
- Provides damage information for each spell cast on the timeline
- Save duels to DB to keep them permanently
- Send duels to other addon users
- Absorption per spell cast/player
For slash command syntax run /duelog help in-game.
Is this addon still alive? WoW sais it is out of date.
How do you open the timeline window?
And what's about that libSharedMedia 3 ..... ? Where to install it?
The command "/duelog help" doesn't exist, also "/duelog"
It's still alive and should still be working fine. LSM is not required (at least it should not be) to run DueLog - however I found an issue that could possibly prevent DueLog from starting properly if LSM is not installed. Try either installing LSM from here or getting the most recent DueLog 1.2.1 beta that fixes the issue.
Thanks for your support!
I installed the 1.2.1 beta and it works fine :-)
Is it possible to hollow this addon to log a fight in a raid encounter?
Thank you :)
I noticed the show window is too small to handle DK vs DK duels (lots of pet sacrificing going on and since a new pet name is generated the list can be quite lengthy).
A naive way to fix it is simply increase height from 200 to something more, say 500, on ShowWindow creation as follows:
function DueLog:ShowWindow()
if not self.window then
self.window = CreateFrame("ScrollFrame", nil, UIParent)
local f = self.window
f:SetFrameStrata("DIALOG")
f:SetWidth(460)
f:SetHeight(500)
Thank you again for a great and unique addon!