> I just made a 9800 (99x99) room zone, starting from zone 326 (circlemud's > default zone limit).. it spans from vnum 32600 thru 42400. But it seems that > circle crashes telling me theres no startroom (?), although the startroom is > clearly defined as vnum 100. (zone 1). > > Is there a problem where you can't go over a certain number of rooms or > something? This is really a killer to me because zone 326 is supposed to > hold a wilderness surface map area, and putting it anywhere else will just > make it difficult for us to build zones easilly. > > If you can help I would appreciate it, thanks. > Check db.c search for the number 99999. You will find that the limit is hard coded. You might want to either lift the limit (and change the room_vnum variable to be 4 bytes (long will do it), or make a global variable called MAX_ROOM_VNUM or something. Marc +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST