> > All of the levels seem to be working, except I can't figure out how to get > people to stop leveling by XP at 50, and how to not see level 51 to 60 on > the "level" display. I'm hoping i just missed a really dumb parameter > somewhere. > Go into limits.c, there is a while loop in gain_exp_regardless, I *think*. If it isnt that, it is merely gain_exp(). There it will say something like while (GET_LEVEL(ch) < LVL_IMMORT) change it to while (GET_LEVEL(ch) < 50) I believe that will work. Hope it helped. Christian +------------------------------------------------------------+ | 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