View Single Post
  #3  
Old 10-16-2004, 05:48 AM
Elkay
Hill Giant
 
Join Date: Sep 2004
Posts: 184
Default

Ok I've been messing around with it for a while now. I've narrowed it down but have no idea why what's breaking is. I can load any zone fine that has no mobs in it, but as soon as I try to zone in with 1 mob in the zone it won't load. I tried an interesting experiment. I wiped my entire spawn2 spawnarea spawnentry and spawngroup table, and removed all records from npc_types except for 1 mob with ogre race that I set to ID 1 with 0 faction and 0 loot. I zoned into gfaydark and loaded fine. I issued '#dbspawn 1' and the mob was spawned fine. I issued '#npcspawn add' and it said it added the spawn record successfully. I issued '#repop' and the zone repopped without the mob spawning, which is normal but I had forgotten that. The zone did not crash at that point however. I camped, and then tried to load back into gfaydark, at which point my Zone.exe closed (or silently crashed). I'm pretty stumped at this point and starting to think the problem is in the code and not in any of the data I am using. Anyone else having this problem? I also compare all of the spawn and npc tables to the barebones database and all columns are the same, though a few are in a different order in my database (AC being the last column and lastname being right after name in my database).

Edit:

Ok I may have figured out the problem, but I can't test because World.exe crashes on my now. Apparently I downloaded from CVS mid update, so some of my files were not updated. Weird that it still compiled with no errors though lol.
Reply With Quote