version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_newclient_h = | | * static char *rcsid_newclient_h = |
* "$Id: newclient.h,v 1.8 2001/11/17 21:25:21 michtoen Exp $"; | | * "$Id: newclient.h,v 1.9 2001/11/19 23:30:28 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define CS_STAT_MAXGRACE 24 | | #define CS_STAT_MAXGRACE 24 |
#define CS_STAT_FLAGS 25 | | #define CS_STAT_FLAGS 25 |
#define CS_STAT_WEIGHT_LIM 26 | | #define CS_STAT_WEIGHT_LIM 26 |
| | #define CS_STAT_EXT_TITLE 27 |
| | |
/* Start & end of resistances, inclusive. */ | | /* Start & end of resistances, inclusive. */ |
#define CS_STAT_RESIST_START 100 | | #define CS_STAT_RESIST_START 100 |
| | |
#define CS_STAT_SKILLEXP_WISDOM 128 | | #define CS_STAT_SKILLEXP_WISDOM 128 |
#define CS_STAT_SKILLEXP_WILEVEL 129 | | #define CS_STAT_SKILLEXP_WILEVEL 129 |
| | |
#define CS_STAT_EXT_TITLE 130 | | |
| | |
/* These are used with CS_STAT_FLAGS above to communicate S->C what the | | /* These are used with CS_STAT_FLAGS above to communicate S->C what the |
* server thinks the fireon & runon states are. | | * server thinks the fireon & runon states are. |
*/ | | */ |