I fixed the bug that was giving so many error messages from AutoEQ, this is for anyone else who might be getting the same of these errors: ERROR: SYSERR: ch->in_room = NOWHERE when loading equipment FIX: In OBJSAVE.C look for this line: auto_equip(ch, obj, locate); and right above it insert this line: ch->in_room = 1; This will put the character in LIMBO while it does its AutoEQ work, then when it goes to CON_MENU case 1, it will put the character in the appropriate place. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST