Web's Swing Calc

New and Modified Areas, Spells, Monsters, etc created by users. Importable via Nightmare.
Post Reply
User avatar
BearFather
Posts: 652
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Web's Swing Calc

Post by BearFather »

So I had a user on my board (Webslinger) that was doing some high level weapon testing and asked for help, well I hate math so I wrote this...

This is a simple damage calculator. It will break down a cap of your combat and break down what damage is being done from where. It track normal, crits, and extra weapon damage.

It has only 2 extra weapon damage messages built in, so you will have to add yours to the hitmsg.txt file it creates to track it. If you add some or have a list post it up and I will add it into the default set.

Instructions:
1. Make a capture of your combat or text file with your backlog.
2. Launch "Web's Swing Calc.exe".
3. Click browse to find to find cap/txt file.
4. Click Run.

Math being done:
Total Swings=Normal swings + Crit swings
Total Damage=normal damage + crit damage + extra damage
Normal Avg=normal damage / normal swings
Extra Avg=extra damage / extra casted
Crit Avg=crit damage / crit swings
Total Avg=(normal damage + crit damage + extra damage) / (normal swings + crit swings)
Attachments
WebsSwingCalc.zip
(96.9 KiB) Downloaded 642 times


Post Reply