CMSG_MOVE_TIME_SKIPPED

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/cmsg/cmsg_move_time_skipped.wowm:1.

cmsg CMSG_MOVE_TIME_SKIPPED = 0x02CE {
    Guid guid;
    u32 lag;
}

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x068 / LittleGuidguid
0x0E4 / Littleu32lag

Examples

Example 1

0, 16, // size
206, 2, 0, 0, // opcode (718)
23, 0, 0, 0, 0, 0, 0, 0, // guid: Guid
32, 0, 0, 0, // lag: u32

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/cmsg/cmsg_move_time_skipped_3_3_5.wowm:1.

cmsg CMSG_MOVE_TIME_SKIPPED = 0x02CE {
    PackedGuid guid;
    u32 lag;
}

Header

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x06- / -PackedGuidguid
-4 / Littleu32lag