Matthew Kuebbeler wrote: > > I was wondering why I get the following error in syslog.CRASH when > I remove some info from the .zon .shp .obj .mob .wld index files. > > autoscript killed Mon Sep 4 18:41:41 CDT 2000 > autorun starting game Mon Sep 4 18:43:00 CDT 2000 > running bin/circle -q 4000 > Sep 4 18:43:00 :: CircleMUD, version 3.00 beta patchlevel 17 <snip> > Sep 4 18:43:00 :: SYSERR: Room 3200 is outside of any zone. > Quick boot mode -- rent check supressed. > Using file descriptor for logging. > > Im keeping 0 12 30 and 31 in the index files so that it doesnt mess with > the preset rooms in config.c. Id like to remove all the ztock areas and > create my own, but when I do I get the SYSERR: Room 3200 is outside of any > zone. That I dont understand. Any ideas how to do this right? > a quick search revealed this: while (virtual_nr > zone_table[zone].top) if (++zone > top_of_zone_table) { log("SYSERR: Room %d is outside of any zone.", virtual_nr); exit(1); } Try checking your index files and make sure that your only loading the proper world files in mini mode. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT