View Single Post
  #16  
Old 04-24-2002, 08:21 AM
meliudaj
Hill Giant
 
Join Date: Apr 2002
Posts: 156
Default

Download drawde's db.sql

copy it into your mysql/bin dir

mysql.exe
drop database eq;
create database eq;
use eq
source db.sql


This will dump out the original db.sql you have loaded and load his db.sql.... It has a good number of mobs populated threw out the world.
Reply With Quote