Difference between revisions of "194 Protocol"

From RuneWiki
Jump to navigationJump to search
Line 33: Line 33:
 
| [[194:Logout|Logout]]
 
| [[194:Logout|Logout]]
 
| Disconnects the client from the server.
 
| Disconnects the client from the server.
 +
|-
 +
| 206
 +
| VARIABLE_BYTE
 +
| N/A
 +
| [[194:Set MIDI|Set MIDI]]
 +
| Sets the current song playing on the client.
 
|-
 
|-
 
| 210
 
| 210

Revision as of 13:30, 19 March 2010

Stub

This article is a stub. You can help RuneWiki by expanding it.

Login Protocol

(needs to be documented)

Game Protocol

(description)

Server -> Client Packets

Opcode Type Length (bytes) Name Description
137 FIXED 2 Show interface Displays a normal interface.
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.
206 VARIABLE_BYTE N/A Set MIDI Sets the current song playing on the client.
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