Atrinik Server 2.5
Defines
Attack types

Defines

#define AT_PHYSICAL   0x00000001
#define AT_MAGIC   0x00000002
#define AT_DRAIN   0x00000080
#define AT_POISON   0x00000400
#define AT_INTERNAL   0x00800000

Detailed Description

Attack types. Used to set attacktype of an object.

Deprecated:
In the process of being phased out, do not use.

Define Documentation

#define AT_DRAIN   0x00000080

128

Definition at line 104 of file attack.h.

#define AT_INTERNAL   0x00800000

8388608

Definition at line 108 of file attack.h.

#define AT_MAGIC   0x00000002

2

Definition at line 102 of file attack.h.

#define AT_PHYSICAL   0x00000001

1

Definition at line 100 of file attack.h.

#define AT_POISON   0x00000400

1024

Definition at line 106 of file attack.h.