Atrinik Server 2.5
Defines
Spell use flags

Defines

#define SPELL_USE_CAST   0x01
#define SPELL_USE_BALM   0x02
#define SPELL_USE_DUST   0x04
#define SPELL_USE_SCROLL   0x08
#define SPELL_USE_HORN   0x10
#define SPELL_USE_WAND   0x20
#define SPELL_USE_ROD   0x40
#define SPELL_USE_POTION   0x80
#define SPELL_USE_BOOK   0x100

Detailed Description

Spell use flags.


Define Documentation

#define SPELL_USE_BALM   0x02

Spell can be found in balms.

Definition at line 88 of file spells.h.

#define SPELL_USE_BOOK   0x100

Spell can be found in books.

Todo:
Remove as this no longer seems to be relevant/used?

Definition at line 104 of file spells.h.

#define SPELL_USE_CAST   0x01

Spell can be cast.

Definition at line 86 of file spells.h.

#define SPELL_USE_DUST   0x04

Spell can be found in dusts.

Definition at line 90 of file spells.h.

#define SPELL_USE_HORN   0x10

Spell can be found in horns.

Definition at line 94 of file spells.h.

#define SPELL_USE_POTION   0x80

Spell can be found in potions.

Definition at line 100 of file spells.h.

#define SPELL_USE_ROD   0x40

Spell can be found in rods.

Definition at line 98 of file spells.h.

#define SPELL_USE_SCROLL   0x08

Spell can be found in scrolls.

Definition at line 92 of file spells.h.

#define SPELL_USE_WAND   0x20

Spell can be found in wands.

Definition at line 96 of file spells.h.