On Fri, 6 Nov 1998, Ryan Morrow wrote:
>I'm curious why this is in CircleMUD:
>
> } else if (vzone_num > 326) {
> send_to_char("326 is the highest zone allowed.\r\n", ch);
>
>Is there a reason it's limited to 326? If I set it higher, what
>limitations are there, and what problems will I run into?
Think signed short integer with 100 rooms per zone.
>Also, I want to remove the limitation on rooms per zone. Where is the
>check in OLC for the current limit of 100 rooms per zone so I can remove
>it?
There isn't except 'room / 100 = zone' math.
--
George Greer, greerga@circlemud.org | Genius may have its limitations, but
http://mouse.van.ml.org/ (mostly) | stupidity is not thus handicapped.
http://www.van.ml.org/CircleMUD/ | -- Elbert Hubbard
+------------------------------------------------------------+
| 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