Eventually, this tool will be part of the public SVN, but it is still in development. A current working version is attached to this post. Inside the zip file is a work-in-progress README.txt file, explaining how to set up PacketParser.exe for use.
In general, create a database in MySQL (eg., eq2_rawdata), source in the included SQL "Parser DB.sql", and run the command line "packetparser.exe -spawns -spells -items -quests -factions -collections -achievements {log_file}" to parse your log.
Sample automated batch file:
Code: Select all
for /f "delims=^" %%a in ('dir /b *.log') do call :process "%%a"
PacketParser.exe -populate eq2_test
PAUSE
goto :eof
:process
PacketParser.exe -spawns -spells -items -factions -quests -collections %1%2Questions? Ask here.
Problems? Post in the Tools Support forum for PacketParser.exe.
[link removed during update]