Difference between revisions of "317 Protocol"

From RuneWiki
Jump to navigationJump to search
Line 13: Line 13:
 
| 4
 
| 4
 
| Load map region
 
| Load map region
| This packet will load a new map region.
+
| Loads a new map region.
 
|-
 
|-
 
| 241
 
| 241
Line 19: Line 19:
 
| N/A
 
| N/A
 
| Construct map region
 
| Construct map region
| This packet can construct a dynamic map region using a palette of 8*8 tiles.
+
| Constructs a dynamic map region using a palette of 8*8 tiles.
 
|-
 
|-
 
| 249
 
| 249
Line 25: Line 25:
 
| 3
 
| 3
 
| Initialize player
 
| Initialize player
| This packet sends the player's membership status and their current index on the server's player list.
+
| Sends the player's membership status and their current index on the server's player list.
 
|-
 
|-
 
|}
 
|}

Revision as of 08:15, 12 August 2009

Server -> Client Packets

Opcode Type Length (bytes) Name Description
73 FIXED 4 Load map region Loads a new map region.
241 VARIABLE_SHORT N/A Construct map region Constructs a dynamic map region using a palette of 8*8 tiles.
249 FIXED 3 Initialize player Sends the player's membership status and their current index on the server's player list.

Client -> Server Packets

Opcode Type Length (bytes) Name Description