What did I do wrong?
I have been pulling my hair out trying to figure out why my new Debian 5 server loads without spawning mobs/npcs. The server loads fine and seems to work but all the zones are empty. I am using the most recent database and source code. Anyone know what would cause this?
|
|
Just a guess, but it sounds like you didn't source in the 979_unique_spawn_by_name.sql.
Code:
ALTER TABLE `npc_types` ADD `unique_spawn_by_name` TINYINT UNSIGNED DEFAULT '0' NOT NULL AFTER `private_corpse`; |
I'm guessing people didn't get my subtle nudge "this and that", They are links to the required SQL's needed to fix the problem. :)
|
valuable lesson learned, never read forums before consuming the morning coffee.:oops:
|
Haven't gotten around to giving that a try yet. I thought I had added all the lines needed but may have goober'd up somewhere. I need to resource the database anyway. Thanks for the reply.
|
Check your logs~
Look at where you start up world and zone from, make sure you have a /logs/ subdirectory. If you don't, create it and start up again. Read the logs, the error on why your mobs aren't spawning is going to be in there. Once you understand why it isn't spawning mobs, you can look at svndir/utils/sql/ or whatever else to find patches that solve the issue, like the mentioned above unique_spawn patch. :) Note: your bash shell will also output the errors too if you watch that when you enter a zone, but logs are a good habit for when your system crashes and such. |
It must have been a sql omit because I resourced the latest svn Rev1008 and all works as advertised now. Just doing a little tweaking and fine tuning stuff now. I had been using the Windows binaries for some time now and recently decided to take the Linux plunge for reliability and stability reasons. So I'm learning how to do it all from the ground up again.
|
All times are GMT -4. The time now is 03:08 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.