CMSG_ZONEUPDATE
Client Version 1.12
Sent by the client whenever it reaches a new area.
The client does not send an accurate area. For example when going to Sen'jin Village, the client will send DUROTAR
(0x0E) and not SENJIN_VILLAGE
(0x16F).
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/client_set/cmsg_zoneupdate.wowm:3
.
cmsg CMSG_ZONEUPDATE = 0x01F4 {
Area area;
}
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 / - | Area | area |
Examples
Example 1
0, 8, // size
244, 1, 0, 0, // opcode (500)
101, 6, 0, 0, // area: Area ORGRIMMAR (1637)
Example 2
0, 8, // size
244, 1, 0, 0, // opcode (500)
12, 0, 0, 0, // area: Area ELWYNN_FOREST (12)
Client Version 2.4.3
Sent by the client whenever it reaches a new area.
The client does not send an accurate area. For example when going to Sen'jin Village, the client will send DUROTAR
(0x0E) and not SENJIN_VILLAGE
(0x16F).
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/client_set/cmsg_zoneupdate.wowm:3
.
cmsg CMSG_ZONEUPDATE = 0x01F4 {
Area area;
}
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 / - | Area | area |
Client Version 3.3.5
Sent by the client whenever it reaches a new area.
The client does not send an accurate area. For example when going to Sen'jin Village, the client will send DUROTAR
(0x0E) and not SENJIN_VILLAGE
(0x16F).
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/client_set/cmsg_zoneupdate.wowm:3
.
cmsg CMSG_ZONEUPDATE = 0x01F4 {
Area area;
}
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 / - | Area | area |