George Greer wrote: > On Thu, 10 Jun 1999, Nocturnal Occulto wrote: > > >Another bug in oasis olc patch 11. > > > >Losing link while in OLC and reconnecting = Kaboom ;) > > Which [romsz]edit function? I'm not having trouble with any of them. > > A specific sequence would be nice. > > -- > George Greer | My beta stuff and related information. > greerga@circlemud.org | http://www.circlemud.org/~greerga/ > > +------------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | > +------------------------------------------------------------+ Might be just my mud not sure, it happened with medit and zedit. Wierd stuff happened when a player lost link and reconnected wierd stuff happened, the mud was unable to update ticks, mob ended up as player characters etc anyway adding this to close socket solved it: if (d->olc) { STATE(d) = CON_PLAYING; free(d->olc); } 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