MSG_MOVE_TELEPORT_CHEAT_Server

Client Version 2.4.3, Client Version 3.3.5

There does not appear to be a CMSG version of this MSG.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/msg/msg_move_teleport_cheat.wowm:2.

smsg MSG_MOVE_TELEPORT_CHEAT_Server = 0x00C6 {
    Vector3d position;
    f32 orientation;
}

SMSG have a header of 4 bytes.

SMSG Header

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

Body

OffsetSize / EndiannessTypeNameComment
0x0412 / -Vector3dposition
0x104 / Littlef32orientation