View Single Post
  #15  
Old 07-20-2006, 07:53 AM
Arag
Sarnak
 
Join Date: Jul 2006
Posts: 52
Default

i did the ( CREATE TABLE spawnentry (
spawngroupID int(11) NOT NULL default '0',
npcID int(11) NOT NULL default '0',
chance smallint(4) NOT NULL default '0',
PRIMARY KEY (spawngroupID,npcID)
) TYPE=MyISAM;

comand in myslq whil using my Db .
it did make the tabel but it keeps saying zone unavailabel ..
did send you a Pm with my mail in it
Reply With Quote