CMSG_SWAP_INV_ITEM
Client Version 1.12
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/item/cmsg_swap_inv_item.wowm:1.
cmsg CMSG_SWAP_INV_ITEM = 0x010D {
ItemSlot source_slot;
ItemSlot destination_slot;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 1 / - | ItemSlot | source_slot | |
| 0x07 | 1 / - | ItemSlot | destination_slot |
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/item/cmsg_swap_inv_item.wowm:8.
cmsg CMSG_SWAP_INV_ITEM = 0x010D {
ItemSlot source_slot;
ItemSlot destination_slot;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 1 / - | ItemSlot | source_slot | |
| 0x07 | 1 / - | ItemSlot | destination_slot |
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/item/cmsg_swap_inv_item.wowm:15.
cmsg CMSG_SWAP_INV_ITEM = 0x010D {
ItemSlot destination_slot;
ItemSlot source_slot;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 1 / - | ItemSlot | destination_slot | |
| 0x07 | 1 / - | ItemSlot | source_slot |
Examples
Example 1
0, 6, // size
13, 1, 0, 0, // opcode (269)
24, // destination_slot: ItemSlot INVENTORY_1 (24)
23, // source_slot: ItemSlot INVENTORY_0 (23)