Im usuing oasis olc latest patch, and Im curious about one thing in add mobile whats the point of the code below.... All it seems to do is make all my zone flags load wrong mobs whenever a new mob is made. /* * 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); Regards ROnny -- --------------- Codito, ergo sum - "I code, therefore I am" -------------------- http://birk113.studby.uio.no/~ronnyi ronnyi@ifi.uio.no I also own a online RolePlayingGame called Blackfire located at: telnet://birk113.studby.uio.no:4000 http://birk113.studby.uio.no/~ronnyi/Blackfire -------------------------------------------------------------------------------- +------------------------------------------------------------+ | 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