From 0b78d50fc273856918984e06dd55dc151a542f4a Mon Sep 17 00:00:00 2001 From: Sini Date: Sat, 25 Aug 2012 03:17:07 +0000 Subject: [PATCH] Update MediaWiki page '443 Protocol' --- 443-Protocol.mediawiki | 18 ++++++++---------- Categories.mediawiki | 2 +- Category-RS2.mediawiki | 3 +-- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/443-Protocol.mediawiki b/443-Protocol.mediawiki index 9ab72c7..dea236c 100644 --- a/443-Protocol.mediawiki +++ b/443-Protocol.mediawiki @@ -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. |-} \ No newline at end of file diff --git a/Categories.mediawiki b/Categories.mediawiki index bcabc60..ff8b26d 100644 --- a/Categories.mediawiki +++ b/Categories.mediawiki @@ -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) diff --git a/Category-RS2.mediawiki b/Category-RS2.mediawiki index 9c5c796..9d77e13 100644 --- a/Category-RS2.mediawiki +++ b/Category-RS2.mediawiki @@ -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. == '''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]]