Greetings everyone, long time no chat..
I've come across a small problem. If any of you could be so kind as to direct me to the file that contains the information for new characters (i.e, Start location, Equipment to be loaded at creation, etc.) that would be awesome.
Yes, look in do_outfit function in act_wiz.c (referenced above). There you will see a reference to the newbie stuff (OBJ_VNUM_SCHOOL_BANNER, OBJ_VNUM_SCHOOL_VEST, OBJ_VNUM_SCHOOL_SWORD, OBJ_VNUM_SCHOOL_SHIELD).
Darn... Sorry to ask so much. I tried commenting out both the comm.c equipment call function and the act_wiz.c do_equip function, but when I create a new character it gives me this error when entering the mud.
Then of course forcefully shuts the mud down. Basically, i've ripped all the rooms out so it cannot create those items it wants, so I'm trying to tell it to not create any items at all at the begining and to just put them in a blank room for the time being. If you can give any more advice i'd be very appreciative.