MSG_CORPSE_QUERY_Server
Client Version 1.12
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/queries/msg_corpse_query_server.wowm:8.
smsg MSG_CORPSE_QUERY_Server = 0x0216 {
CorpseQueryResult result;
if (result == FOUND) {
Map map;
Vector3d position;
Map corpse_map;
}
}
Header
SMSG have a header of 4 bytes.
SMSG 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 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x04 | 1 / - | CorpseQueryResult | result |
If result is equal to FOUND:
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x05 | 4 / - | Map | map | |
| 0x09 | 12 / - | Vector3d | position | |
| 0x15 | 4 / - | Map | corpse_map |
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/queries/msg_corpse_query_server.wowm:8.
smsg MSG_CORPSE_QUERY_Server = 0x0216 {
CorpseQueryResult result;
if (result == FOUND) {
Map map;
Vector3d position;
Map corpse_map;
}
}
Header
SMSG have a header of 4 bytes.
SMSG 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 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x04 | 1 / - | CorpseQueryResult | result |
If result is equal to FOUND:
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x05 | 4 / - | Map | map | |
| 0x09 | 12 / - | Vector3d | position | |
| 0x15 | 4 / - | Map | corpse_map |
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/queries/msg_corpse_query_server.wowm:19.
smsg MSG_CORPSE_QUERY_Server = 0x0216 {
CorpseQueryResult result;
if (result == FOUND) {
Map map;
Vector3d position;
Map corpse_map;
}
u32 unknown;
}
Header
SMSG have a header of 4 bytes.
SMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 OR 3 / Big | uint16 OR uint16+uint8 | size | Size of the rest of the message including the opcode field but not including the size field. Wrath server messages can be 3 bytes. If the first (most significant) size byte has 0x80 set, the header will be 3 bytes, otherwise it is 2. |
| - | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| - | 1 / - | CorpseQueryResult | result |
If result is equal to FOUND:
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| - | 4 / - | Map | map | |
| - | 12 / - | Vector3d | position | |
| - | 4 / - | Map | corpse_map | |
| - | 4 / Little | u32 | unknown |