Elitist Jerks
Register
Blogs
Chat
Forums
New Posts


Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 03/27/07, 12:51 PM   #1 (permalink)
Piston Honda
 
Night Elf Hunter
 
Mannoroth
Getting good DPS timing info

I noticed some posts in some of the raid/class threads had combat logs with detailed timing information.

Can someone point me to a good one?

The two key features I need are:
1. A log that shows timing information.
2. The ability to save that log to a file (or to a copy/paste buffer)

It would be nice if it also worked as a normal combat logger where I could filter out a bunch of crap and have it display nicely, but even if it doesn't I can just turn it on for specific DPS tests and turn it off again later.
 
User is offline.
Reply With Quote
Old 03/27/07, 1:16 PM   #2 (permalink)
Great Tiger
 
alienangel's Avatar
 
Night Elf Hunter
 
Eredar
typing /combatlog will toggle logging to a text file in your WoW/Logs directory. This will have timing info in it.
 
User is offline.
Reply With Quote
Old 03/27/07, 1:29 PM   #3 (permalink)
Piston Honda
 
Night Elf Hunter
 
Mannoroth
Originally Posted by alienangel View Post
typing /combatlog will toggle logging to a text file in your WoW/Logs directory. This will have timing info in it.
Thank you. Never would have thought it would be in the default UI.
 
User is offline.
Reply With Quote
Old 04/02/07, 6:43 AM   #4 (permalink)
Glass Joe
 
Orc Hunter
 
Kazzak (EU)
On a light followup to the topic:
- what utility can provide detailed damage/healing done/taken information from the combat log parse;
- what standalone addon can be used to timestamp combat log to miliseconds?
 
User is offline.
Reply With Quote
Old 04/02/07, 9:33 AM   #5 (permalink)
Piston Honda
 
boomix's Avatar
 
Blood Elf Priest
 
Malfurion
Infused, I am not sure if SimpleCombat log has milliseconds but try it. Also there is web utility that was linked on these forums unde "Sustained DPS" thread. It allows you to upload your combat log for parsing. Also SW_Stats can be of some use.

Last night was pessimistic skydive in a foolish narcotic shell
 
User is offline.
Reply With Quote
Old 04/02/07, 10:31 AM   #6 (permalink)
And It's Delicious
 
Kalman's Avatar
 
Orc Shaman
 
Mal'Ganis
Originally Posted by Infused View Post
On a light followup to the topic:
- what standalone addon can be used to timestamp combat log to miliseconds?
I have yet to find one, because there's no in-game UI function that gives the actual time to millisecond precision. What you *can* do is use GetTime() to get a time since system startup to millisecond precision.

In theory, you could write an addon that generated a combat log zero-indexed to start of combat via the following pseudocode:

Declare variable combatStarts
Register for combat start event (forget the name of it)
On combat start, combatStarts = GetTime();
On new line in combat log, timestamp printed = GetTime() - combatStarts

http://mmorchive.net

The WoW forums, explained:
Originally Posted by Vontre
Oh, nah, I just type things for the sake of typing things. ^_^
 
User is offline.
Reply With Quote
Reply

Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Maulgar - Krosh spellsteal timing question Warmaker Public Discussion 103 03/17/07 1:43 AM
Looking for good summary of known info on itemization Arawethion Public Discussion 27 09/05/06 11:16 AM
C'Thun vuln timing Arawethion Public Discussion 18 08/05/06 2:17 PM