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
➜ Adding Characters
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Kenshin Himura
(1 post) Bio
|
Date
| Sun 11 May 2003 05:11 AM (UTC) |
Message
| When i add characters to the Nick's windows port of Smaug for some reason it says,"Damn you heathen, go forth and do evil or face the consequences!" and then after awhile makes the character drowsy and it gets worse until the character falls asleep. Can anyone tell me how to stop this problem. | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #1 on Sun 11 May 2003 10:56 PM (UTC) |
Message
| The relevant code seems to be here:
/* Nephandi alignment restrictions -h */
if(ch->class == CLASS_NEPHANDI){
if(ch->alignment>-250){
set_char_color( AT_BLOOD, ch );
send_to_char( "Damn you heathen! Go forth and do evil or suffer the consequences!\n\r", ch );
worsen_mental_state( ch, 35 );
return;
}
}
Maybe make a different class? |
- 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.
8,234 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top