Programm to calculate dps ?

If you need support, you can get help here!
Petitpimousse
Gryphon Knight
 
Posts: 239
Joined: Nov 24, 2010 21:36

Postby Petitpimousse » Dec 13, 2011 12:46

Hello

Is there a player who is good in programmation and able to make a program to calculate dps with log of dmg automatically

like nixian programm for the random

i can do manually ,but it s so long.... :(
Goupill, Spidy

User avatar
Liss
Eagle Knight
 
Posts: 535
Joined: May 26, 2009 00:00

Postby Liss » Dec 17, 2011 18:58

Not sure what you mean by dps, but in either case it is not hard to do, can be written in any language rather simple. Object-oriented too, if you prefer it.

very simple pseudo parser
Code: Select all
create list[3], (for time of hit, damage, crit)
{can also add what style it was, how much style bonus, your imagination is the limit...}
search through log line by line until end of document,
if you find your damage,
extract the time of the damage, the value of the damage,
if crit, also extract it


when done you will have something like this:

time, damage, crit
1945, 640
1946, 540, 29
1948, 604, 139

Now you can decide how you want to present the data.
You can take total dmg (sum(dmg+crit) by one iterating loop.
You can find crit% (number crit/hits).
You can find damage over time (total dmg (|first time-last time|).

For later use, it is probably wise to write the list to one file, and the calculated results to another.

Petitpimousse
Gryphon Knight
 
Posts: 239
Joined: Nov 24, 2010 21:36

Postby Petitpimousse » Dec 17, 2011 19:23

yes ,thx liss to answer

1 of my friend have start make something , he have soem nice result

now he works on the presentation of all stat

it ll be for my dr to calculate:
Dmg
Blockrate
Etc
Goupill, Spidy

Petitpimousse
Gryphon Knight
 
Posts: 239
Joined: Nov 24, 2010 21:36

Postby Petitpimousse » Jan 09, 2012 19:11

i have found that:

Waldo chat log parser
http://capnbry.net/waldo/

and this one
http://sourceforge.net/projects/daoclogparser/
Goupill, Spidy


Return to Support

Who is online

Users browsing this forum: No registered users and 15 guests

Thursday, 08. May 2025

Artwork and screen shots Copyright © 2001-2004 Mythic Entertainment, Inc. All rights reserved. Used with permission of Mythic Entertainment. Mythic Entertainment, the Mythic Entertainment logo, "Dark Age of Camelot," "Shrouded Isles," "Foundations," "New Frontiers," "Trials of Atlantis," "Catacombs," "Darkness Rising," the Dark Age of Camelot and subsequent logos, and the stylized Celtic knot are trademarks of Mythic Entertainment, Inc.

Valid XHTML & CSS | Original Design by: LernVid.com | Modified by Uthgard Staff