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
➜ SMAUG coding
➜ mud title and wiz titles
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Proto-6
Canada (26 posts) Bio
|
| Date
| Sun 02 Feb 2003 10:27 PM (UTC) |
| Message
| | ok just a quick question hear how to you chang the mud host title E.G. localhost to Joblo mud. allso the wiz titles E.G. suprem entity to grand king | | Top |
|
| Posted by
| Nick Cash
USA (626 posts) Bio
|
| Date
| Reply #1 on Mon 03 Feb 2003 12:26 AM (UTC) |
| Message
| I'm not sure what you are asking for the localhost deal. Do you mean when you login? Please define that a little more so I could try and help.
As for the wiz titles, I'm assuming you mean changing them for wizlist. If that is so then just follow these steps:
Go into db.c and into the make_wizlist funtion.
One thing you might have forgotten to change (I know I did at first..) is the title on the wizlist.
The small section of code to change this looks like this:
buf[0] = '\0';
unlink( WIZLIST_FILE );
towizfile( " What ever the title is and blah" );
To change that just change whats inside the quotes.
The easiest way to really change the wiz titles is to just go and find what it already says. A line might look like this:
case MAX_LEVEL - 0: towizfile( " Supreme Masters" ); break;
All you need to do is change the Supreme masters and what not to what you want. Depending on your game (for mine I have 7 immortal levels) you will have a few differen't levels to rename.
If that didn't help you on what you were asking then please post again so I can try and help more.
|
~Nick Cash
http://www.nick-cash.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.
11,098 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top