CMD REALM LIST Client: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "= Packet Layout = {| class="wikitable" |+ RealmList_Client ! Offset ! Size / Endianness ! Type ! Name ! Description |- | 0x0 || 1 / - || uint8 || cmd || REALMLIST (0x10) |- |...")
 
(Add more explanation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[CMD_REALM_LIST_Client]] is a [[Login Packet]] sent by the client after a successful [[CMD_AUTH_LOGON_PROOF_Server]] is received. The server responds with a [[CMD_REALM_LIST_Server]].
= Packet Layout =
= Packet Layout =


Line 9: Line 11:
! Description
! Description
|-
|-
| 0x0 || 1 / - || uint8 || cmd || REALMLIST (0x10)
| 0x0 || 1 / - || uint8 || opcode || 0x10 for [[Login Packet|CMD_REALM_LIST]]
|-
|-
| 0x1 || 4 / - || uint32 || padding || Hardcoded to 0 in the client.
| 0x1 || 4 / - || uint32 || padding || Hardcoded to 0 in the client.
|-
|-
|}
|}
= Size =
The size is always 5 bytes.
{{Login Packet Categories}}

Latest revision as of 18:06, 31 May 2021

CMD_REALM_LIST_Client is a Login Packet sent by the client after a successful CMD_AUTH_LOGON_PROOF_Server is received. The server responds with a CMD_REALM_LIST_Server.

Packet Layout

RealmList_Client
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 opcode 0x10 for CMD_REALM_LIST
0x1 4 / - uint32 padding Hardcoded to 0 in the client.

Size

The size is always 5 bytes.