Look in comm.c, for:

    for (i = 0; i < 5; i++)

    {

        if (pc_race_table[race].skills[i] == NULL)

        break;

        group_add(ch,pc_race_table[race].skills[i],FALSE);

    }                                       

This assigns them. (up to 5)
If this is here, it's under CON_GET_NEW_RACE, step through it and
figure out why it's not working.


> -----Original Message-----
> From: Big Red [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 29, 2001 9:28 PM
> To: Rom Mailing List
> Subject: Racial skills... am I missing something?
> 
> 
> Am I just crazy, or missing something?  Or are racial skills 
> not working, in
> stock ROM...
> 
>     {
>  "elf",  " Elf ", 5, { 100, 125,  100, 120 },
>  { "sneak", "hide" },
>  { 12, 14, 13, 15, 11 }, { 16, 20, 18, 21, 15 }, SIZE_SMALL
>     },
> 
> Now I created an elf several times, with customization and 
> without, and not
> once did it have sneak or hide...
> 
> ...Anyone wanna explain this?
> 
> 
> -- 
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom
> 

Reply via email to