View Single Post
  #2  
Old 12-05-2004, 07:40 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

1st : Kunark upgrade doesn't work if you didnt used Classic before. This explains the character_, guildes tables missing. You should start with Kunark full if it's your first install.

2nd : about perl. Sounds like a problem with nmake.exe, you need to copy it into your perl/bin directory.

3rd : your also missing some fields in the doors table, like said on world output, run these mysql queries :

ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NUL
L;
ALTER TABLE `doors` ADD `size` SMALLINT(5) UNSIGNED DEFAULT "100" NOT NULL;
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote