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;
|