Auto-eq

From: I Chose No Name (MUDaholic@AOL.COM)
Date: 12/01/97


I recently patched in the auto-eq patch, and whenever someone wearing eq
entered the game, the MUD would crashing, saying illegal values passed
through char_to_room, and no valid target to act()!

I narrowed it down to interpreter.c, in the following code
.....
      char_to_room(d->character, load_room);
      if ((load_result = Crash_load(d->character)))
        if (GET_LEVEL(d->character) < LVL_IMMORT &&
            !PLR_FLAGGED(d->character, PLR_FROZEN)) {
          char_from_room(d->character);
          char_to_room(d->character, load_room);
        }
.....
I have NO idea what's wrong...please help!


     +------------------------------------------------------------+
     | 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/08/00 PST