Eh, I resourced with the July (17, I think) PEQ database. It worked well, except for a few things that I have found. First, kunark goblin faction was obliterated to where the only hit you take is goblins of mountain death (big ouch for firiona vie and sarnak lovers). Second, to play EQ with the PEQ database, you will need to apply the SQL file after redoing the database:
Code:
ALTER TABLE `traps` ADD `message` VARCHAR( 200 ) NOT NULL AFTER `effectvalue2` ;
This is likely due to the date of the database. If you source it from scratch, you'll probably have to apply more--look in the "logs" section of the source code downloads on this website, and look at all of the SQL queries that you were required to make since the date your database was posted for download. I merely resourced my database. I found the resourcing to be 95% worth it. It also removed the zone-in loop from akheva to dawnshroud and replaced it with a proper zone.
To fix that outdated PEQ, you're going to need to follow the sourcing directions and whatnot given within the download from the PEQ website. If you can't get that 100mb critter to source, then you'll probably need to split it up into two files or something, which you might be able to do if you split it carefully. Mine sourced fine through importing with SQLYog (free), although it did take a really long time to complete.