Re: [Code] Increasing the num of zones.

From: Izham Syah Mahrome (doomvoid@HOTMAIL.COM)
Date: 11/10/02


>What would I have to do to successfully increase the number of zones?
change in structs.h:
 typedef int room_vnum;
 typedef int obj_vnum;
 typedef int mob_vnum;
 typedef int zone_vnum;

 typedef int room_rnum;
 typedef int obj_rnum;
 typedef int mob_rnum;
 typedef int zone_rnum;

therefore.. change all of the sh_int above to int in all the the other files
dont forget to change the limit in zedit too. if you have one.
that should work. well, mine does :)

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT