On Tue, 8 Jun 1999, Nocturnal Occulto wrote: >/* > * Update zone table. > */ > for (zone = 0; zone <= top_of_zone_table; zone++) > for (cmd_no = 0; ZCMD(zone, cmd_no).command != 'S'; cmd_no++) > if (ZCMD(zone, cmd_no).command == 'M') > ZCMD(zone, cmd_no).arg1 += (ZCMD(zone, cmd_no).arg1 >= new_mob_num); When a new mobile is created, the zone table will still have the old rnum in the list. This goes through the zonetable and updates the mobile to load rnum up by one. If you don't have the latest version, get it now though. -- George Greer greerga@circlemud.org +------------------------------------------------------------+ | 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 : 12/15/00 PST