- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
5,103 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks WoT Mods
- Top Starcraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Videos
- Forums
DueLog
- 0 Likes
- World of Warcraft
- 23 Monthly Downloads
- Supports: 4.2
- 1,498 Total Downloads
- Updated 3/9/2012 10:21:19 AM
- Created 3/15/2010 7:15:45 AM
- 10 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: 1.2.0
About DueLog
Logs all your duels and provides analyzing tools.
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.
------------------------------------------------------------------------
r20 | stolenlegacy | 2011-11-13 23:18:48 +0000 (Sun, 13 Nov 2011) | 1 line
Changed paths:
A /tags/1.2.0 (from /trunk:19)
Tagging 1.2.0 for 4.2.0.
------------------------------------------------------------------------
r19 | stolenlegacy | 2011-11-13 23:18:07 +0000 (Sun, 13 Nov 2011) | 2 lines
Changed paths:
M /trunk/DueLog.lua
M /trunk/DueLog.toc
You won't believe it, but I finally got around to fixing it. It works again.
Duels recorded previous to this version won't work anymore though (and will likely cause errors). Also add a version flag to all recorded duals to avoid this in case of future combat log shenanigans.
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 1.2.1-beta-nolib | Beta | 4.3 | 1 | 3/9/2012 10:21:19 AM |
| 1.2.1-beta | Beta | 4.3 | 20 | 3/9/2012 10:21:19 AM |
| 1.2.0-nolib | Release | 4.2 | 3 | 11/13/2011 5:21:56 PM |
| 1.2.0 | Release | 4.2 | 327 | 11/13/2011 5:21:56 PM |
| 1.0.1 | Release | 4.0.1 | 415 | 10/13/2010 4:41:35 AM |
| 1.0.1-nolib | Release | 4.0.1 | 9 | 10/13/2010 4:41:34 AM |
| beta-1.1.0 | Beta | 3.3.5 | 211 | 5/17/2010 8:27:31 AM |
| beta-1.1.0-nolib | Beta | 3.3.5 | 1 | 5/17/2010 8:27:29 AM |
| 1.0.0a | Release | 3.3.5 | 140 | 5/17/2010 4:23:03 AM |
| 1.0.0a-nolib | Release | 3.3.5 | 2 | 5/17/2010 4:23:01 AM |
| 1.0.0 | Release | 3.3.5 | 135 | 5/16/2010 2:51:46 PM |
| 1.0.0-nolib | Release | 3.3.5 | 2 | 5/16/2010 2:51:43 PM |
| 0.0.2-beta | Beta | 3.3.0 | 264 | 3/16/2010 10:25:35 AM |
| 0.0.2-beta-nolib | Beta | 3.3.0 | - | 3/16/2010 10:25:33 AM |
| 0.0.1-beta | Beta | 3.3.0 | 64 | 3/16/2010 9:14:11 AM |
| 0.0.1-beta-nolib | Beta | 3.3.0 | 1 | 3/16/2010 9:14:09 AM |
Top Downloads
-
- Bagnon
- Bags & Inventory
- 380,324 Monthly Downloads
-
- Deadly Boss Mods
- Combat and Boss Encounters
- 302,560 Monthly Downloads
-
- Recount
- Combat
- 301,016 Monthly Downloads
-
- SpellFlash
- PvP, Buffs & Debuffs, Quests & Leveling, Action Bars, and Combat
- 282,737 Monthly Downloads
-
- GatherMate2_Data
- Achievements
- 210,508 Monthly Downloads
Comments
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 :-)
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!