Quote ------>
>
> 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.
<------Quote
Good idea, just a minor comment.. make it LVL_HERO instead of 50 and then
go define LVL_HERO where the other LVL_'s are... just incase you change
this, or want to find the spots that deal with hero's later with grep.
--Angus
+------------------------------------------------------------+
| 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