Difference between revisions of "317 Protocol"

From RuneWiki
Jump to navigationJump to search
Line 8: Line 8:
 
! Name
 
! Name
 
! Description
 
! Description
 +
|-
 +
| 71
 +
| FIXED
 +
| 3
 +
| Send sidebar interface
 +
| Assigns an interface to one of the tabs in the game sidebar.
 
|-
 
|-
 
| 73
 
| 73

Revision as of 08:20, 12 August 2009

Server -> Client Packets

Opcode Type Length (bytes) Name Description
71 FIXED 3 Send sidebar interface Assigns an interface to one of the tabs in the game sidebar.
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.
253 VARIABLE_BYTE N/A Send message Sends a server message (e.g. 'Welcome to RuneScape') or trade/duel request.

Client -> Server Packets

Opcode Type Length (bytes) Name Description