This post and reply was recently made to the circle-newbies mailing list. It is a stock bug. Both the problem and solution are efficiently described here: > From: "Khorlane" <khorlane@c...> > Date: Tue May 22, 2001 5:11 am > Subject: Re: [circle-newbies] Leveling into Immortality > From: "Shaun Bourque" > > Would someone be so kind as to tell me how to prevent > > characters from leveling into immortality by killing > > mobs? I've tried a few different things and none seem > > to work. Thanks for any help. > > In limits.c in function gain_exp, find this line > > while (GET_LEVEL(ch) < LVL_IMMORT && > > change it to > > while (GET_LEVEL(ch) < LVL_IMMORT - 1 && Regards, Peter -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/05/01 PST