Web's Swing Calc
Posted: Sat Apr 02, 2016 10:38 pm
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)
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)