| Packet # | Packet Name | Length | Client | Server | Obsolete |
|---|---|---|---|---|---|
| 0x93 | Book Header | 0x0063 | X | ![]() |
X |
| Data Type | Description | ||||
| byte 0x93 | The packet number. | ||||
| uint Serial | The item's serial. | ||||
| bool IsEditable | If true, the client is able to edit the book. | ||||
| bool IsEditable | If true, the client is able to edit the book. (Yes, this is here twice on purpose.) | ||||
| ushort Pages | The number of pages in the book. | ||||
| char[60] Title | The title of the book. | ||||
| char[30] Author | The author of the book. | ||||
Packet Description: This is sent by the server to open a book, and by the client to change the title or author. In modern clients, this packet has been replaced with the Book Info packet. |
|||||