View Single Post
  #1  
Old 11-08-2004, 01:39 PM
Kintar0
Fire Beetle
 
Join Date: Apr 2003
Posts: 21
Default all zones unavailable...

So I got most things working. I can log onto my server and create a char, but when I log in, it says zone unavailable. From what I gather while searching and reading, the prob may be (from world.exe):

Quote:
Error 1054: Unknown column unknown008
I've tried (as many other post's suggset):

Code:
ALTER TABLE item CHANGE `unknown008` `SpellCharges` INT(11) DEFAULT "0" NOT NULL;
But all I get is, Error 1054: Unknown column `unknown008` in `items`

The code above seems to fix it for everyone but I just get more errors. I'm using the PEQ Kunark Release package if that helps any. Can anyone shed some light on this? Thanks.
Reply With Quote