View Single Post
  #8  
Old 11-11-2004, 03:56 PM
Sarepean
Discordant
 
Join Date: Sep 2004
Posts: 253
Default

Okay, two things--- if you go LD on zone into the game, it's possible that you have a database problem.

Now, for the guy above, omit all single quotes. So your SQL query should look something like:

Quote:
ALTER TABLE item CHANGE unknown008 SpellCharges INT(11) DEFAULT "0" NOT NULL;
I know it may not seem like a lot, but that's how I have had to input every query to get it to work.

If that doesn't help, redownload the Kunark Database (Full version, not to add to pre-existing) and source an entirely new database.

-Sarepean
Reply With Quote