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;
}
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 | 4 / Little | Milliseconds | time | |
0x0A | 4 / - | Map | map | |
0x0E | 12 / - | Vector3d | position | |
0x1A | 4 / Little | f32 | orientation |
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
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 | 4 / Little | Milliseconds | time | |
0x0A | 4 / - | Map | map | |
0x0E | 12 / - | Vector3d | position | |
0x1A | 4 / Little | f32 | orientation |
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
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 | 4 / Little | Milliseconds | time | |
0x0A | 4 / - | Map | map | |
0x0E | 8 / Little | u64 | unknown | |
0x16 | 12 / - | Vector3d | position | |
0x22 | 4 / Little | f32 | orientation |
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