-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm trying to add some classes to rom2.4b6 modified with arcmod 1.0 and i need 
some idea how to determine proper 
values to put in where:

const struct class_type class_table[MAX_CLASS] =
{
  {
    "mage", "mag", STAT_INT, {STAT_DIS, STAT_LUC},{?,?,?}, 
OBJ_VNUM_SCHOOL_DAGGER,
    {3018, 9618}, 75, 20, 6, 6, 8, TRUE,
    "mage basics", "mage default"
  },

in the fields with ?

the definition for this struct in merc.h is:

struct  class_type
{
        char *  name;           /* the full name of the class */
        char    who_name    [4];    /* Three-letter name for 'who'  */
        sh_int  attr_prime;     /* Prime attribute      */
        sh_int  attr_second[2]; /* Secondary attributes  */
        sh_int  stat_priority[MAX_STATS-3];
        sh_int  weapon;         /* First weapon         */
        sh_int  guild[MAX_GUILD];   /* Vnum of guild rooms      */
        sh_int  skill_adept;        /* Maximum skill level      */
        sh_int  thac0_00;       /* Thac0 for level  0       */
        sh_int  thac0_32;       /* Thac0 for level 32       */
        sh_int  hp_min;         /* Min hp gained on leveling    */
        sh_int  hp_max;         /* Max hp gained on leveling    */
        bool    fMana;          /* Class gains mana on level    */
        char *  base_group;     /* base skills gained       */
        char *  default_group;      /* default skills gained    */
};

i'd seriously appreciate a clue how to determine proper values  for those 3 
spots...

Thanks


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPGaLe6FHRIx8k/hSEQKodACcDhPdlsMslghPXw+PHHaLW8LV2MIAnj3d
chZigwiNxAtktPaj0mLy5PHx
=YAkJ
-----END PGP SIGNATURE-----




Reply via email to