You don't need a completely integrated foo.sql file -- eventhough that would be nice.
I haven't had any problems taking the .txt files from Drawde's distribution and renaming them to .sql files. I then just add them into my "eq" database via mysql as follows:
Code:
mysql -u <my db username> -p
<enter your password when prompted>
use <your eqemu db name>
source loot.sql
source zone_points.sql
source <etc...>
You will get a few beeps due to duplicated db entries, but it works.