Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ Running the server
➜ More levels
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Qmindel
(1 post) Bio
|
Date
| Thu 07 Jun 2001 06:36 PM (UTC) |
Message
| I was just wondering how I might be able to change the amount of levels there are. Such as instead of 50 mortal levels have 100. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Thu 07 Jun 2001 10:32 PM (UTC) |
Message
| There are some defines in mud.h which affect that. You would need to change them (eg. MAX_LEVEL) and then recompile ...
#define MAX_LEVEL 65
#define MAX_CLAN 50
#define MAX_DEITY 50
#define MAX_CPD 4 /* Maximum council power level difference */
#define MAX_HERB 20
#define MAX_DISEASE 20
#define MAX_PERSONAL 5 /* Maximum personal skills */
#define MAX_WHERE_NAME 22
#define LEVEL_HERO (MAX_LEVEL - 15)
#define LEVEL_IMMORTAL (MAX_LEVEL - 14)
#define LEVEL_SUPREME MAX_LEVEL
#define LEVEL_INFINITE (MAX_LEVEL - 1)
#define LEVEL_ETERNAL (MAX_LEVEL - 2)
#define LEVEL_IMPLEMENTOR (MAX_LEVEL - 3)
#define LEVEL_SUB_IMPLEM (MAX_LEVEL - 4)
#define LEVEL_ASCENDANT (MAX_LEVEL - 5)
#define LEVEL_GREATER (MAX_LEVEL - 6)
#define LEVEL_GOD (MAX_LEVEL - 7)
#define LEVEL_LESSER (MAX_LEVEL - 8)
#define LEVEL_TRUEIMM (MAX_LEVEL - 9)
#define LEVEL_DEMI (MAX_LEVEL - 10)
#define LEVEL_SAVIOR (MAX_LEVEL - 11)
#define LEVEL_CREATOR (MAX_LEVEL - 12)
#define LEVEL_ACOLYTE (MAX_LEVEL - 13)
#define LEVEL_NEOPHYTE (MAX_LEVEL - 14)
#define LEVEL_AVATAR (MAX_LEVEL - 15)
#define LEVEL_LOG LEVEL_LESSER
#define LEVEL_HIGOD LEVEL_GOD
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Damo
(1 post) Bio
|
Date
| Reply #2 on Fri 20 Jul 2001 06:24 AM (UTC) |
Message
| Thanks for your help, however I was wondering as to what some of these settings did:
max_clan
max_deity
max_herb
max_disease
max_where_name
I have a vague idea, but if someone could clarify it, I would be grateful. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #3 on Sat 21 Jul 2001 02:19 AM (UTC) |
Message
| MAX_CLAN and MAX_DEITY do not appear to be used.
MAX_HERB and MAX_DISEASE are the maximum number of herbs and diseases that can be stored.
I'm not sure about max_where_name. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
13,143 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top