| Packet # | Packet Name | Length | Client | Server | Obsolete |
|---|---|---|---|---|---|
| 0x0C | Tile Data | dynamic | ![]() |
![]() |
![]() |
| Data Type | Description | ||||
| byte 0x0C | The packet number. | ||||
| ushort Size | The size of the packet. | ||||
| ushort Tile_Num | The number of the tile to edit. If Tile_Num includes 0x8000 then it is a map tile. |
||||
| uint Flags | The tiledata flags for the item. | ||||
| byte Weight | How much the item weighs. | ||||
| byte Quality | The item's quality rating. | ||||
| ushort Unknown1 | Unknown. | ||||
| byte Unknown2 | Unknown. | ||||
| byte Quantity | The item's quantity value. | ||||
| ushort Anim_Frame | The frame number of the animation. | ||||
| byte Unknown3 | Unknown. | ||||
| byte Hue | Unknown. | ||||
| byte Unknown4 | Unknown. | ||||
| byte Value | The item's value. | ||||
| byte Height | The item's height. | ||||
| char[20] Name | The item's name. | ||||
Packet Description: This is sent by the god client to edit tiledata.mul. |
|||||