Re: Mobile-loading question

From: Alex (fletchra@qsilver.queensu.ca)
Date: 03/27/00


Without changing the underlying reset system, the best method that
I've been able to come up with is to reorder stuff.

As in:
reset M to R#1
reset M to R#2
reset M to R#3
reset M to R#1
reset M to R#2
reset M to R#3

Rather than:
reset M to R#1
reset M to R#1
reset M to R#2
reset M to R#2
reset M to R#3
reset M to R#3

The _best_ way to do it would probably be to expand it slightly, so that
the reset line looks like:

M 0 9410 2 6 9401  Guard

Which is:
M    - This is a Mob
0    - 'if' thingie
9410 - My Guard mob's vnum
2    - max of 2 in this room (if there are that many or more, we don't load)
6    - max of 6 alive in the game at any time (as the above line)
9401 - The room I want the bugger in


     +------------------------------------------------------------+
     | 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/10/01 PDT