| Packet # | Packet Name | Length | Client | Server | Obsolete |
|---|---|---|---|---|---|
| 0x9A | Text Entry | dynamic | ? | ? | X |
| Data Type | Description | ||||
| byte 0x9A | The packet number. | ||||
| ushort Size | The size of the packet. | ||||
| uint Serial | The player's serial. | ||||
| uint Prompt | The internal serial of the prompt. | ||||
| uint Type |
The type of message.
|
||||
| char[] Text | The text that was entered. This is included only if Type is Response. | ||||
| byte 0x00 | Null terminator for Text. | ||||
Packet Description: The server sends this to prompt the user the enter a line of text, and the client sends it as a response. This packet was replaced with the Unicode Text Entry packet. |
|||||