View Single Post
  #29  
Old 03-24-2003, 07:45 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

The latest db.sql (with the updated tradeskill table, etc.) is in the 4.4dr1 zip
which I posted a link to along with the link to the DB addon.
If you use this as a base for loading my DB addon, the only errors you should get are
genuine errors in my data - e.g some of the factions have the wrong number of columns (I'll
fix this when I can). Another thing that causes error messages is multiple tradeskill recipes
with the same product (e.g blocks of ore can be made either by melting down smaller ones or breaking
up larger ones with a chisel). This isn't supported in EQEmu at the minute (product is a primary
key in tradeskillrecipe) but I put the recipes in anyway, for when they are supported.

Another thing, the reason all the files are .txt rather than .sql is that the text editor I generally
use (EditPad) tends to lock up when loading very large .sql files (presumably it can't cope with all the
parsing and formatting), so I just make them text files to get around this.
Reply With Quote