Update MediaWiki page '443 Protocol'

This commit is contained in:
Sini 2012-08-28 04:30:32 +00:00 committed by moparisthebest
parent 61f4c10a3f
commit e382842d01
1 changed files with 44 additions and 30 deletions

View File

@ -551,6 +551,9 @@ Client states are used to switch between different graphic and logic procedures.
===Client Frames===
==== Actions ====
{| border = 3, padding = 2
|-
! Opcode
@ -559,30 +562,6 @@ Client states are used to switch between different graphic and logic procedures.
! Name
! Description
|-
! 194
! VARIABLE BYTE
! NA
! [[Class Check|Class Check Response]]
! Response to a class check request sent from the server.
|-
! 4
! NA
! VARIABLE BYTE
! [[443 Chat|Chat]]
! Called when the client enters in a chat message.
|-
! 21
! 0
! FIXED
! [[443 Map Rebuilt|Map Rebuilt]]
! Called when the map has been successfully rebuilt.
|-
! 174
! NA
! VARIABLE BYTE
! [[443 Command|Command]]
! Called when the client inputs a command.
|-
! 90
! FIXED
! 8
@ -613,3 +592,38 @@ Client states are used to switch between different graphic and logic procedures.
! [[443 Closed Window|Closed Window]]
! Called when the currently opened window is closed.
|}
==== Other ====
{| border = 3, padding = 2
|-
! Opcode
! Type
! Length (bytes)
! Name
! Description
|-
! 194
! VARIABLE BYTE
! NA
! [[Class Check|Class Check Response]]
! Response to a class check request sent from the server.
|-
! 4
! NA
! VARIABLE BYTE
! [[443 Chat|Chat]]
! Called when the client enters in a chat message.
|-
! 21
! 0
! FIXED
! [[443 Map Rebuilt|Map Rebuilt]]
! Called when the map has been successfully rebuilt.
|-
! 174
! NA
! VARIABLE BYTE
! [[443 Command|Command]]
! Called when the client inputs a command.
|}