194 Protocol

From RuneWiki
Revision as of 16:43, 15 August 2009 by Samuraiblood2 (talk | contribs) (New page: ==Login Protocol== (needs to be documented) <br/> ==Game Protocol== (description) <br/> ===Server -> Client Packets=== {| border=2 |- ! Opcode ! Type ! Length (bytes) ! Name ! Description...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Login Protocol

(needs to be documented)

Game Protocol

(description)

Server -> Client Packets

Opcode Type Length (bytes) Name Description
164 VARIABLE_BYTE N/A Send message Sends a server message (e.g. 'Welcome to RuneScape') or trade/duel request.
192 FIXED 0 Logout Disconnects the client from the server.
210 FIXED 3 Send sidebar interface Assigns an interface to one of the tabs in the game sidebar.
240 FIXED 0 Clear screen Clears the screen of all open interfaces.

Client -> Server Packets

Opcode Type Length (bytes) Name Description