Show the class you put in and the supported info, did you increase the max_class, did you put in in the right spot on the table, etc. There is a explanation no the FAQ that tells exactly what is needed when a class is added.

From: "Adrian Allen" <[EMAIL PROTECTED]>
To: [email protected]
Subject: New Class Problem
Date: Sat, 13 Jul 2002 21:49:21 +0000

When I added a new class I had no problem with it at all but
when I tried adding another new class it compiled just fine
but when I did a reboot The mud crashed and when I ran the
debugger (gdb I use linux) This is the section of code it
showed. Any ideas what could be wrong?

   /*
    * Assign gsn's for skills which have them.
    */
   {
       int sn;

       for ( sn = 0; sn < MAX_SKILL; sn++ )
       {
           if ( skill_table[sn].pgsn != NULL )
               *skill_table[sn].pgsn = sn;
       }
   }

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
ROM mailing list
[email protected]
http://www.rom.org/cgi-bin/mailman/listinfo/rom




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx


Reply via email to