Torrid
01-01-2002, 09:05 AM
I made some additions to my parser awhile ago. Most notably, it will show you damage done to you in detail and it will parse your misses if your misses are on. Also fixed a couple rare events that may cause some inaccuracies, however there are quite a few that remain. Such as if you are saved with divine intervention, the damage shield damage done to the mob on the swing that cause DI to go off will get credited as non-melee damage. But uh, things like that arn't big enough of a deal to me to make me write code for it, so live with it :P
Click here to download my melee parser (http://home.earthlink.net/~torrid/damagecalc.exe)
I also wrote a basic parser for high level wizards. Non-wizard spells and lower-level wizard spells will only partialy get parsed, but should display some generic info. It will display how often your spell crits go off too. (here ya go Nuuk!)
Click here to download my wizard parser (http://home.earthlink.net/~torrid/WizParse.exe)
==============================================
If it asks for the COMDLG32.OCX file, then download it here (http://home.earthlink.net/~torrid/COMDLG32.OCX).
If it asks for some other file, such as MSVBVM60.DLL, then try getting this (http://www.microsoft.com/downloads/release.asp?releaseid=28337).
Yes, its written in visual basic. I know VB is some newbie language, but I didn't want to spend a lot of time on it, ok?! :P
Oh, and I guarantee you there are things that will cause inaccuracies at times. If you find some glaring bug or miscalculation, feel free to lemme know hehe
==============================================
Edit 1/18: Updated build of wizard parser - Should no longer crash with some logs that contain sessions more than 24 hours apart. Full resists and exp messages now shown. Crit % no longer takes full resists into account, as full resists cannot crit. Added a progress indicator and a stop button.
Click here to download my melee parser (http://home.earthlink.net/~torrid/damagecalc.exe)
I also wrote a basic parser for high level wizards. Non-wizard spells and lower-level wizard spells will only partialy get parsed, but should display some generic info. It will display how often your spell crits go off too. (here ya go Nuuk!)
Click here to download my wizard parser (http://home.earthlink.net/~torrid/WizParse.exe)
==============================================
If it asks for the COMDLG32.OCX file, then download it here (http://home.earthlink.net/~torrid/COMDLG32.OCX).
If it asks for some other file, such as MSVBVM60.DLL, then try getting this (http://www.microsoft.com/downloads/release.asp?releaseid=28337).
Yes, its written in visual basic. I know VB is some newbie language, but I didn't want to spend a lot of time on it, ok?! :P
Oh, and I guarantee you there are things that will cause inaccuracies at times. If you find some glaring bug or miscalculation, feel free to lemme know hehe
==============================================
Edit 1/18: Updated build of wizard parser - Should no longer crash with some logs that contain sessions more than 24 hours apart. Full resists and exp messages now shown. Crit % no longer takes full resists into account, as full resists cannot crit. Added a progress indicator and a stop button.