version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_newclient_h = | | * static char *rcsid_newclient_h = |
* "$Id: newclient.h,v 1.11 2003/09/13 05:01:33 mwedel Exp $"; | | * "$Id: newclient.h,v 1.12 2006/01/09 19:35:12 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#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_EXP64 28 | | #define CS_STAT_EXP64 28 |
| | #define CS_STAT_SPELL_ATTUNE 29 |
| | #define CS_STAT_SPELL_REPEL 30 |
| | #define CS_STAT_SPELL_DENY 31 |
| | |
/* Start & end of resistances, inclusive. */ | | /* Start & end of resistances, inclusive. */ |
#define CS_STAT_RESIST_START 100 | | #define CS_STAT_RESIST_START 100 |
| | |
#define UPD_ANIMSPEED 0x40 | | #define UPD_ANIMSPEED 0x40 |
#define UPD_NROF 0x80 | | #define UPD_NROF 0x80 |
| | |
| | /* The flag values sent by the updspell command */ |
| | #define UPD_SP_MANA 0x01 |
| | #define UPD_SP_GRACE 0x02 |
| | #define UPD_SP_DAMAGE 0x04 |
| | |
#define SOUND_NORMAL 0 | | #define SOUND_NORMAL 0 |
#define SOUND_SPELL 1 | | #define SOUND_SPELL 1 |
| | |