Elitist Jerks
Register
Blogs
Urban Rivals
Forums
New Posts


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

gamerDNA Login

Welcome to Elitist Jerks
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!

If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.

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.
 
User is 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.
 
User is 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.
 
User is 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?
 
User is 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
 
User is offline.
Reply With Quote
Old 04/02/07, 11:31 AM   #6
 Kalman
And It's Delicious
 
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

Originally Posted by Vontre
Oh, nah, I just type things for the sake of typing things. ^_^
Originally Posted by Lyta
The dog nailed me like three times that day. It resulted in my ass hitting the ground and my legs waving in the air.
 
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 2:43 AM
Looking for good summary of known info on itemization Arawethion Public Discussion 27 09/05/06 12:16 PM
C'Thun vuln timing Arawethion Public Discussion 18 08/05/06 3:17 PM