Re: [HELP] Syserr's

From: Thomas Arp (t_arp@mail1.stofanet.dk)
Date: 08/16/00


----- Original Message -----
From: "jeff shaw" <j_sshaw@hotmail.com>
Sent: Wednesday, August 16, 2000 11:11 PM


> I am using CircleMUD bpl 15 with the DG 7a with Oasis patch.
> Everything compiles fine and stuff but when I boot it up I get these errors:
>
<snip of errors>

This should solve it - NOTE : this is mailer code and have not been tested.

in db.c in reset_zone() in case 'E'
 } else {
   obj = read_object(ZCMD.arg1, REAL);
    IN_ROOM(obj) = IN_ROOM(mob);
    load_otrigger(obj);
!    if (wear_otrigger(obj, mob, ZCMD.arg3)) {
+      IN_ROOM(obj) = NOWHERE;
      equip_char(mob, obj, ZCMD.arg3);
+   }
   last_cmd = 1;
 }

Welcor

- This was formerly posted to the DG_scripts mailing list.


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