Skip to main content

Equipped Item Changed

This packet is sent when the player equips a different item. No packet is sent when both the UUID and the Tool Instance ID are the same as the previous equipped item.

  • ID: 0x1F (31)
  • Size: 24 bytes
  • LZ4 Compressed: Yes
  • State: Playing
  • Bound To: Client -> Server

Structure

OffsetField NameField TypeNotes
0x00Character IDbe u32The character ID of the player sending the packet.
0x04Uuidle u128The UUID of the newly equiped item. 00000000-0000-0000-0000-000000000000 when no item is equipped
0x14Tool Instance IDbe u32The instance id of the newly equiped tool. Always 0xFFFFFFFF for items that are not tools or when no item is equipped.