View Single Post
  #2  
Old 03-15-2005, 01:42 AM
absolom75
Fire Beetle
 
Join Date: Mar 2005
Posts: 5
Default

The fix for your problem is listed in the error message:

Quote:
[Error] If you got an error related to the 'SpellCharges' field, run the following SQL Query: ALTER TABLE `items` CHANGE `unknown008` `SpellCharges` INT(11) DEFAULT "0" NOT NULL;
It also says your server name needs to be at least 10 characters long.

Lastly, make sure the following is in your LoginServer.ini file (presuming you're using MiniLogin):

Code:
[ChatChannelServer]
worldshortname=
chataddress=
chatport=

Last edited by absolom75; 03-15-2005 at 09:49 AM..
Reply With Quote