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
➜ On Char creation
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| AkiraMuyo
(41 posts) Bio
|
| Date
| Mon 09 Sep 2002 12:53 AM (UTC) |
| Message
| Thanks for all the help but its looks like I need a ton more. Which .c file gives characters a few pieces of equipment at creation? I know where the newbieset is but I'm looking for the automatic one they get when they create.
Also, is there a way to make it so there authed on creation?
Thanks a ton,
Akira | | Top |
|
| Posted by
| Creeper386
USA (62 posts) Bio
|
| Date
| Reply #1 on Mon 09 Sep 2002 03:23 AM (UTC) |
| Message
| Well... I think the first part you are looking for is in the nanny function... I'm not sure what file it is in but I'm sure with some searching you can find it... I think it's n comm.c but couldn't say for sure.
The second part you can make it so authoration isn't needed or just changed the starting area file so it lets any one through...
Creep... | | Top |
|
| Posted by
| AkiraMuyo
(41 posts) Bio
|
| Date
| Reply #2 on Mon 09 Sep 2002 03:35 AM (UTC) |
| Message
| Ah thanks, that helped me find it. For specifics if anyone else looks at this heres what I did.
In /mud directory/system, I changed the sysdata file like so.
waitforauth 0 rather then waitforauth 1.
Then for the equipment....
In act.wiz.c
Search for "Added by Britt"
Should take you to Added by Brittany, on Nov. 24, 1996. The object is the adventurer's guide to the realms of despair, part of academy.are.
Coment that code out as well as the burlap sack code below it. Make sure you don't coment the end function.
Next in comm.c search for the same thing and comment that out.
Thats what did it for me, thanks for the inspiration!
Akira | | 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.
14,641 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top