Update MediaWiki page '443 Protocol'

This commit is contained in:
Sini 2012-08-25 03:17:07 +00:00 committed by moparisthebest
parent f4fe8ec18b
commit 0b78d50fc2
3 changed files with 10 additions and 13 deletions

View File

@ -1,7 +1,5 @@
[[Category RS2]]
[[Category RS2]]
==Game Protocol==
===Server > Client Packets===
@ -16,48 +14,48 @@
! 29
! VARIABLE SHORT
! NA
! [[414 Player Update|Player Update]]
! [[443 Player Update|Player Update]]
! Updates the players within the client's view.
|-
! 121
! VARIABLE SHORT
! NA
! [[414 Rebuild Map|Rebuild Scene Graph]]
! [[443 Rebuild Map|Rebuild Scene Graph]]
! Rebuilds the players scene graph.
|-
! 157
! VARIABLE BYTE
! NA
! [[414 Send Message|Send Message]]
! [[443 Send Message|Send Message]]
! Sends a message to the client's chatbox.
|-
! 58
! FIXED
! 6
! [[414 Update Skill|Update Skill]]
! [[443 Update Skill|Update Skill]]
! Updates a skill by sending its experience and dynamic level.
|-
! 160
! FIXED
! 4
! [[414 Display Window|Display Window]]
! [[443 Display Window|Display Window]]
! Displays a widget as a window.
|-
! 228
! VARIABLE SHORT
! NA
! [[414 Send Items|Send Items]]
! [[443 Send Items|Send Items]]
! Sends the items in an item container.
|-
! 213
! VARIABLE SHORT
! NA
! [[414 Update Items|Update Items]]
! [[443 Update Items|Update Items]]
! Updates the items in an item container from their slot id.
|-
! 41
! FIXED
! 0
! [[414 Logout|Logout]]
! [[443 Logout|Logout]]
! Logs the client out from the server.
|-}

View File

@ -7,5 +7,5 @@ The following categories contain pages or media.
* [[Category Packet 377]] (5 members)
* [[Category Packet 474]] (1 members)
* [[Category Packet {{{revision}}}]] (1 members)
* [[Category RS2]] (11 members)
* [[Category RS2]] (10 members)
* [[Category RSC]] (5 members)

View File

@ -28,13 +28,12 @@ The ''opcode'' of a game packet is basically an identifier for the type of game
A ''fixed-size'' packet is a packet whose payload size does never change, and the size for the specified opcode is already known between both client and server. A ''variable-sized'' packet is a packet whose payload size changes according to the situation of the game session.
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
== '''Pages in category "RS2"''' ==
The following 11 pages are in this category.
The following 10 pages are in this category.
* [[194 Protocol]]
* [[289 Protocol]]
* [[317 Protocol]]
* [[377 Protocol]]
* [[443 Protocol]]
* [[443 Protocol]]
* [[464 Protocol]]
* [[474 Protocol]]
* [[508 Protocol]]