From 3e669986a337649f1778a2161aa4ad8191574ce8 Mon Sep 17 00:00:00 2001 From: Sini Date: Sat, 25 Aug 2012 03:06:14 +0000 Subject: [PATCH] Create MediaWiki page '443 Protocol' --- 443-Protocol.mediawiki | 59 ++++++++++++++++++++++++++++++++++++++++++ Categories.mediawiki | 2 +- Category-RS2.mediawiki | 3 ++- 3 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 443-Protocol.mediawiki diff --git a/443-Protocol.mediawiki b/443-Protocol.mediawiki new file mode 100644 index 0000000..8576b7f --- /dev/null +++ b/443-Protocol.mediawiki @@ -0,0 +1,59 @@ +[[Category RS2]] + +===Server > Client Packets=== +{| border=2 +|- +! Opcode +! Type +! Length (bytes) +! Name +! Description +|- +! 29 +! VARIABLE SHORT +! NA +! [[414 Player Update|Player Update]] +! Updates the players within the client's view. +|- +! 121 +! VARIABLE SHORT +! NA +! [[414 Rebuild Map|Rebuild Scene Graph]] +! Rebuilds the players scene graph. +|- +! 157 +! VARIABLE BYTE +! NA +! [[414 Send Message|Send Message]] +! Sends a message to the client's chatbox. +|- +! 58 +! FIXED +! 6 +! [[414 Update Skill|Update Skill]] +! Updates a skill by sending its experience and dynamic level. +|- +! 160 +! FIXED +! 4 +! [[414 Display Window|Display Window]] +! Displays a widget as a window. +|- +! 228 +! VARIABLE SHORT +! NA +! [[414 Send Items|Send Items]] +! Sends the items in an item container. +|- +! 213 +! VARIABLE SHORT +! NA +! [[414 Update Items|Update Items]] +! Updates the items in an item container from their slot id. +|- +! 41 +! FIXED +! 0 +! [[414 Logout|Logout]] +! Logs the client out from the server. +|-} \ No newline at end of file diff --git a/Categories.mediawiki b/Categories.mediawiki index b3d3d36..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]] (9 members) +* [[Category RS2]] (10 members) * [[Category RSC]] (5 members) diff --git a/Category-RS2.mediawiki b/Category-RS2.mediawiki index 4e2daf1..9d77e13 100644 --- a/Category-RS2.mediawiki +++ b/Category-RS2.mediawiki @@ -28,11 +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 9 pages are in this category. +The following 10 pages are in this category. * [[194 Protocol]] * [[289 Protocol]] * [[317 Protocol]] * [[377 Protocol]] +* [[443 Protocol]] * [[464 Protocol]] * [[474 Protocol]] * [[508 Protocol]]