View Single Post
  #4  
Old 07-12-2006, 01:10 AM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by Ravynedge
Well, Luckily I found out the problem there, I needed the newest binaries and sources. Now, I seem to have the same problem that others are having. At the Character Creation screen I get that message "Zone not Available"
When you got all the "LATEST" sources and binaries, did you happen to read the change log and see all the changes you MUST make to your SQL DB?

Here is an example...

UPDATE `npc_types` SET `hp_regen_rate` = '0' WHERE `hp_regen_rate` = '-1';
UPDATE `npc_types` SET `mana_regen_rate` = '0' WHERE `mana_regen_rate` = '-1';

There are several in the change log that you must enter in your SQL program of choice.
Reply With Quote