Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 03/27/07, 1:51 PM   #1
Harwin
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.

Offline
Reply With Quote
Old 03/27/07, 2:16 PM   #2
alienangel
Bald Bull
 
alienangel's Avatar
 
Draenei Hunter
 
Eredar
typing /combatlog will toggle logging to a text file in your WoW/Logs directory. This will have timing info in it.

Canada Offline
Reply With Quote
Old 03/27/07, 2:29 PM   #3
Harwin
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.

Offline
Reply With Quote
Old 04/02/07, 7:43 AM   #4
Infused
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?

Offline
Reply With Quote
Old 04/02/07, 10:33 AM   #5
boomix
Don Flamenco
 
boomix's Avatar
 
Tauren Death Knight
 
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

Offline
Reply With Quote
Old 04/02/07, 11:31 AM   #6
Kalman
Super Macho Man
 
Kalman's Avatar
 
<>
Orc Shaman
 
No WoW Account
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

Melador> Incidentally, these last few pages are why people hate lawyers.
Viator> I really don't want to go all Kalman here.
Bury> Just imagine what the world would be like if you used your powers for good.

Clearly law school has done wonders for me.

United States Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » 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 2:43 AM
Looking for good summary of known info on itemization Hamlet Public Discussion 27 09/05/06 12:16 PM
C'Thun vuln timing Hamlet Public Discussion 18 08/05/06 3:17 PM