Originally Posted by
Raikki
I don't use the BG parser, but here's the relevant log data if anyone wants to add support for it themselves:
Party Member:
0052::<Player> uses <ability> on <enemy>[ from the right/left/rear].
0070::[Critical! ]<Enemy>['s body part] takes <damage> point[s] of damage.
or 0076::Attack misses.
(repeat X times)
0052::<# Hits>fold attack! <Enemy> takes a total of <damage> point[s] of damage.
Yourself:
0050::You use <ability> on <enemy>[ from the right/left/rear].
006E::[Critical! ]<Enemy>['s body part] takes <damage> point[s] of damage.
or 0074::Attack misses.
(repeat X times)
0050::<# Hits>fold attack! <Enemy> takes a total of <damage> point[s] of damage.
I don't have the log codes for people outside of your party.
If you want to parse these correctly you need to be able to reference information (ability name and player name) from the first line to add to the per-hit or total-hits line.