Programm to calculate dps ?
4 posts
• Page 1 of 1
|
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
|
|
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
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. |
|
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
|
|
i have found that:
Waldo chat log parser http://capnbry.net/waldo/ and this one http://sourceforge.net/projects/daoclogparser/ Goupill, Spidy
|
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 15 guests