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;
}

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 / -Areaarea

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

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 / -Areaarea

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

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 / -Areaarea