oops i meant is it struct char_data in merc.h

its this where your talking about or is it the struc
pc_race table?
struct pc_race_type                 /* additional data
for pc races    */
{
    char *  name;                   /* MUST be in
race_type            */
    char    who_name[6];
    sh_int  points;                 /* cost in points
of the race      */
    sh_int  class_mult[MAX_CLASS];  /* exp multiplier
for class, * 100 */
    char *  skills[5];              /* bonus skills
for the race       */
    sh_int  stats[MAX_STATS];       /* starting stats 
                */
    sh_int  max_stats[MAX_STATS];   /* maximum stats  
                */
    sh_int  size;                   /* aff bits for
the race           */
};

--- [EMAIL PROTECTED] wrote:
> 1.) Do a clean compile.
> 2.) Check the string length. You may have to
> increase it in merc.h so it can 
> fit. When I added in my races I wanted the whole
> name to appear on the who 
> listing, and I changed the buffer to 10 instead of 5
> or something (Can't 
> remember) and it worked fine. 
> 3.) Make sure max_race has the correct amount.
> 
> -- 
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

Reply via email to