| Packet # | Packet Name | Length | Client | Server | Obsolete |
|---|---|---|---|---|---|
| 0xB0 | Generic Gump | dynamic | X | ![]() |
X |
| Data Type | Description | ||||
| byte 0xB0 | The packet number. | ||||
| ushort Size | The size of the packet. | ||||
| uint Player | The serial of the player. | ||||
| uint Serial | The serial of the gump. | ||||
| uint Left | The x position in pixels at which the gump will appear. | ||||
| uint Top | The y position in pixels at which the gump will appear. | ||||
| ushort Length_Data | The length of the gump data. | ||||
| char[] Data | The gump data. | ||||
| byte 0x00 | Null terminator for Data. | ||||
| ushort Lines | The number of text lines in the gump. | ||||
|
loop { ushort Length uni[] Text } |
This loop contains textual data for the gump. Length: The length of the text. Text: The text. |
||||
Packet Description: This is used to display a gump. |
|||||