CMSG_WORLD_TELEPORT

Client Version 1.12

Sent when using the worldport console command.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/cmsg/cmsg_world_teleport.wowm:2.

cmsg CMSG_WORLD_TELEPORT = 0x0008 {
    Milliseconds time;
    Map map;
    Vector3d position;
    f32 orientation;
}

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
0x064 / LittleMillisecondstime
0x0A4 / -Mapmap
0x0E12 / -Vector3dposition
0x1A4 / Littlef32orientation

Examples

Example 1

0, 28, // size
8, 0, 0, 0, // opcode (8)
239, 190, 173, 222, // time: Milliseconds
1, 0, 0, 0, // map: Map KALIMDOR (1)
0, 0, 128, 63, // Vector3d.x: f32
0, 0, 0, 64, // Vector3d.y: f32
0, 0, 64, 64, // Vector3d.z: f32
0, 0, 128, 64, // orientation: f32

Example 2

Comment

Command in client was worldport 469 452 6454 2536 180.

0, 28, // size
8, 0, 0, 0, // opcode (8)
154, 61, 9, 2, // time: Milliseconds
213, 1, 0, 0, // map: Map BLACKWING_LAIR (469)
0, 0, 226, 67, // Vector3d.x: f32
0, 176, 201, 69, // Vector3d.y: f32
0, 128, 30, 69, // Vector3d.z: f32
219, 15, 73, 64, // orientation: f32

Client Version 2.4.3

Sent when using the worldport console command.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/cmsg/cmsg_world_teleport.wowm:2.

cmsg CMSG_WORLD_TELEPORT = 0x0008 {
    Milliseconds time;
    Map map;
    Vector3d position;
    f32 orientation;
}

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
0x064 / LittleMillisecondstime
0x0A4 / -Mapmap
0x0E12 / -Vector3dposition
0x1A4 / Littlef32orientation

Client Version 3.3.5

Sent when using the worldport console command.

The 3.3.5 client includes some extra padding.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/cmsg/cmsg_world_teleport_3_3_5.wowm:5.

cmsg CMSG_WORLD_TELEPORT = 0x0008 {
    Milliseconds time;
    Map map;
    u64 unknown;
    Vector3d position;
    f32 orientation;
}

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
0x064 / LittleMillisecondstime
0x0A4 / -Mapmap
0x0E8 / Littleu64unknown
0x1612 / -Vector3dposition
0x224 / Littlef32orientation

Examples

Example 1

0, 36, // size
8, 0, 0, 0, // opcode (8)
239, 190, 173, 222, // time: Milliseconds
1, 0, 0, 0, // map: Map KALIMDOR (1)
0, 0, 0, 0, 0, 0, 0, 0, // unknown: u64
0, 0, 128, 63, // Vector3d.x: f32
0, 0, 0, 64, // Vector3d.y: f32
0, 0, 64, 64, // Vector3d.z: f32
0, 0, 128, 64, // orientation: f32

Example 2

Comment

Command in client was worldport 469 452 6454 2536 180.

0, 36, // size
8, 0, 0, 0, // opcode (8)
154, 61, 9, 2, // time: Milliseconds
213, 1, 0, 0, // map: Map BLACKWING_LAIR (469)
0, 0, 0, 0, 0, 0, 0, 0, // unknown: u64
0, 0, 226, 67, // Vector3d.x: f32
0, 176, 201, 69, // Vector3d.y: f32
0, 128, 30, 69, // Vector3d.z: f32
219, 15, 73, 64, // orientation: f32