Re: equiping newbies with zon file?

From: Marcelo Valle Moreira (pira@dcc.unicamp.br)
Date: 04/09/96


	Hmmm here in LunaticsMUD, the newbies get their eq and some money at the moment they're created, in class.c
	Give them something you think it's not worth to go creating new chars just to get it.
	We've changed it to equip differently the different classes, but here goes the first try.


for an example:


/* Some initializations for characters, including initial skills */
void do_start(struct char_data * ch)
{
  void advance_level(struct char_data * ch);
  
  void obj_to_char(struct obj_data *object, struct char_data *ch);

  int eqlist[]={3081,3042,3071,12008,3043,3022,0};
  int i;



This archive was generated by hypermail 2b30 : 12/18/00 PST