From 9fbab8b5365e487f6afc9dfc17afeffb07e55c25 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 29 Sep 2012 09:58:45 +0000 Subject: [PATCH] Create MediaWiki page '357 Protocol' --- 357-Protocol.mediawiki | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 357-Protocol.mediawiki diff --git a/357-Protocol.mediawiki b/357-Protocol.mediawiki new file mode 100644 index 0000000..6a4a5ab --- /dev/null +++ b/357-Protocol.mediawiki @@ -0,0 +1,39 @@ +== '''Login Protocol''' == + +The Login protocol is identical to the [[317 Protocol#Login Protocol Overview|317 Login protocol]]. + +== Game Protocol == + +=== Server -> Client Packets === +{| border=2 +|- +! Opcode +! Type +! Length (bytes) +! Name +! Description +|- +! 31 +! VARIABLE_BYTE +! N/A +! [[357 Send Message|Send Message]] +! Sends a message to the client, such as 'Welcome to RuneScape'. +|- +! 96 +! VARIBLE_BYTE +! N/A +! [[357 Send Inventory|Send Inventory]] +! Sends the players inventory to the client. +|- +! 121 +! FIXED +! 4 +! [[357 Load Map Region|Load Map Region]] +! Tells the client to load a map region depending on the region's X and Y coordinates. +|- +! 163 +! FIXED +! 3 +! [[357 Send Sidebar Interface|Send Sidebar Interface]] +! Assigns an interface to one of the tabs in the game sidebar. +|-} \ No newline at end of file