mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-25 18:42:18 -05:00
Update MediaWiki page '443 Protocol'
This commit is contained in:
parent
61f4c10a3f
commit
e382842d01
@ -551,6 +551,9 @@ Client states are used to switch between different graphic and logic procedures.
|
|||||||
|
|
||||||
===Client Frames===
|
===Client Frames===
|
||||||
|
|
||||||
|
==== Actions ====
|
||||||
|
|
||||||
|
|
||||||
{| border = 3, padding = 2
|
{| border = 3, padding = 2
|
||||||
|-
|
|-
|
||||||
! Opcode
|
! Opcode
|
||||||
@ -559,30 +562,6 @@ Client states are used to switch between different graphic and logic procedures.
|
|||||||
! Name
|
! Name
|
||||||
! Description
|
! 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
|
! 90
|
||||||
! FIXED
|
! FIXED
|
||||||
! 8
|
! 8
|
||||||
@ -613,3 +592,38 @@ Client states are used to switch between different graphic and logic procedures.
|
|||||||
! [[443 Closed Window|Closed Window]]
|
! [[443 Closed Window|Closed Window]]
|
||||||
! Called when the currently opened window is closed.
|
! 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.
|
||||||
|
|}
|
Loading…
Reference in New Issue
Block a user