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
➜ problem with stats as god
problem with stats as god
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Darisan
(57 posts) Bio
|
Date
| Mon 14 Apr 2003 05:13 AM (UTC) |
Message
| first: can you make your strength, intelligence ect. above 18, and how?
second: when I do; 'mset self str 18' it only changes my base... how do I change my current?
thanks | Top |
|
Posted by
| Zhamel
USA (67 posts) Bio
|
Date
| Reply #3 on Tue 15 Apr 2003 01:58 AM (UTC) |
Message
| First: To do this just look in build.c for this section of do_mset:
if ( IS_NPC(victim) )
{
minattr = 1;
maxattr = 25;
}
else
{
minattr = 3;
maxattr = 18;
}
Just change the maxatt = 18; to maxxattr = 25; I believe this is the only place you need to change it.
Second: For current to change you probably need to be affected by a skill/spell that will adjust your stats, take a look at the lower level mage spells, they have stats changing affects. | 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,908 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top