Packets: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: =Logon= ==AuthLogonProof_Client== {|style="background:#FCFCFC; color:black" | ! width="70" | Offset ! width="70" | Type ! width="100" | Name ! width="200"| Description |- |||0x0||uint8||Co...)
 
No edit summary
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Logon=
Packets have been moved to more meaningful pages.
==AuthLogonProof_Client==
{|style="background:#FCFCFC; color:black"
|
! width="70" | Offset
! width="70" | Type
! width="100" | Name
! width="200"| Description
|-
|||0x0||uint8||Command||
|-
|||0x01||uint8[32]||A||Seriously...WTF?
|-
|||0x21||uint8[20]||M1||Never heard about labelling variables clearly?
|-
|||0x35||uint8[20]||CRC_Hash||
|-
|||0x49||uint8||nKeys||
|-
|||0x4A||uint8||unk||Added in 1.12.x client branch
|}
==AuthLogonProof_Server==
{|style="background:#FCFCFC; color:black"
|
! width="70" | Offset
! width="70" | Type
! width="100" | Name
! width="200"| Description
|-
|||0x0||uint8||Command||
|-
|||0x1||uint8||Error||
|-
|||0x2||uint8[20]||M2||
|-
|||0x16||uint32||unk1||
|-
|||0x1A||uint32||unk2||
|-
|||0x1E||uint16||unk3||
|}
==AuthLogonChallenge_Client==
{|style="background:#FCFCFC; color:black"
|
! width="70" | Offset
! width="70" | Type
! width="100" | Name
! width="200"| Description
|-
|||0x0||uint8||Command||
|-
|||0x1||uint8||Error||
|-
|||0x2||uint16||Size||
|-
|||0x4||char[4]||GameName||'WoW'
|-
|||0x8||uint8[3]||Version||0x00 0x08 0x00
|-
|||0xB||uint16||Build||aka [[Rev|Revision]]
|-
|||0xD||char[4]||Platform|| eg 'x86'
|-
|||0x11||char[4]||OS|| eg 'Win'
|-
|||0x15||char[4]||Country|| eg 'enUS'
|-
|||0x19||uint32||WorldRegion_bias||?
|-
|||0x1D||uint32||IP||Client-IP
|-
|||0x21||uint32||AccountName_Length||The Lenght of the Account-Name
|-
|||0x22||char[]||AccountName||
|}


==Logon Errors==
Login:
{|style="background:#FCFCFC; color:black"
 
|
* [[Login|How to login to a server?]]
! width="100" | Name
* [[:Category:Packet/Login|Login packets]]
! width="70" | Value
|-
|||LOGIN_OK||0x00
|-
|||LOGIN_FAILED||0x01
|-
|||LOGIN_FAILED2||0x02
|-
|||LOGIN_BANNED||0x03
|-
|||LOGIN_UNKNOWN_ACCOUNT||0x04
|-
|||LOGIN_UNKNOWN_ACCOUNT3||0x05
|-
|||LOGIN_ALREADYONLINE||0x06
|-
||| LOGIN_NOTIME||0x07
|-
|||LOGIN_DBBUSY||0x08
|-
|||LOGIN_BADVERSION||0x09
|-
|||LOGIN_DOWNLOAD_FILE||0x0A
|-
|||LOGIN_FAILED3 ||0x0B
|-
|||LOGIN_SUSPENDED ||0x0C
|-
|||LOGIN_FAILED4||0x0D
|-
|||LOGIN_CONNECTED||0x0E
|-
|||LOGIN_PARENTALCONTROL||0x0F
|-
|||LOGIN_LOCKED_ENFORCED||0x10
|}

Latest revision as of 00:26, 7 February 2016

Packets have been moved to more meaningful pages.

Login: