Atrinik Server 2.5
Defines
include/book.h File Reference

Go to the source code of this file.

Defines

#define BOOK_BUF   ((HUGE_BUF / 2) - 10)
#define MSGTYPE_MSGFILE   0
#define MSGTYPE_MONSTER   1
#define MSGTYPE_ARTIFACT   2
#define MSGTYPE_SPELLPATH   3
#define MSGTYPE_NUM   3

Detailed Description

Book related definitions (type BOOK).

Definition in file book.h.


Define Documentation

#define BOOK_BUF   ((HUGE_BUF / 2) - 10)

Maximum message buf size for books.

Note:
Note that the book messages are stored in the msg buf, which is limited by 'HUGE_BUF' in the loader.

Definition at line 37 of file book.h.