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
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...
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