The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06

  • added YOU_OOC, YOU_AUCTION, YOU_SHOUT, GAME_TIME, EARTH_TIME, MAGIC_DIE, ROLL_RESULT, BEGIN_MEMORIZE_SPELL, SPELL_INTERRUPTED, SPELL_NO_HOLD, line types
  • changed YOUR_SPELL_RESISTED to SPELL_RESISTED
  • changed CRITICAL_SCORE to CRITICAL_DAMAGE (now handles spells as well as melee)
  • eqlog_line_type_frequency.pl
    • added option to sort by frequency
  • eqlog_unrecognized_lines.pl script to distribution
    • added option to output statistics regarding % recongnized and lines/second

Documentation

Perl script that converts an EverQuest log file into a CSV-like (separator is actually '|') file.
Perl script that reports the counts of each type in an EverQuest log file.
Perl script that prints lines from an EverQuest log file, which are unparsable by Games::EverQuest::LogLineParser.

Modules

Perl extension for parsing lines from the EverQuest log file.