lrParser - combat statistics parser.
Hey everyone. I made this mostly for my own use, but I figured I might as well let others get some benefit out of it as well, if they'd like to. Hopefully putting this up isn't against the forum regulations. If it is, I will remove it.
This is a parser that will parse your combat log files live and present them in separate tables for damage and healing. As soon as a new log file is written out by ffxiv, the table views will update with the new information. Features:
- Shows skill points per hour and exp per hour.
- Damage table shows total damage, hit %, crit %, dps. Sortable by all columns.
- Mousing over damage column shows a shortlist of most damaged targets, and most damaging abilities.
- Mousing over hit% column shows total number of attacks, misses and evaded attacks.
- Mousing over crit% column shows total number of attacks and crits.
- Mousing over dps column shows the timespan the damage is done over.
- Healing table shows total healing and hps.
- Mousing over the healing column shows a shortlist of most healed targets, and most healing abilities.
- Mousing over hps column shows the timespan the healing is done over.
- Dps and hps are calculated through file timestamps and the time when parsing starts (if starting with an empty log directory).
Curseforge project site: http://ffxiv.curseforge.com/addons/lrparser/
Direct download link for version 1.3: http://www.curseforge.com/media/file...Parser-1.3.jar
Source code is also available on the project site if you want to make sure the app is clean.