Difference between revisions of "474 Protocol"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Logout|description=Forces the client to logout.|opcode=192|type=Fixed|length=0|revision=194}} == Send Message == === Description === Forces the client to logout cleanly and...)
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{packet|name=Logout|description=Forces the client to logout.|opcode=192|type=Fixed|length=0|revision=194}}
+
{{stub}}
== Send Message ==
+
==Game Protocol==
 +
The game protocol is the in-game communication of player actions between the server and client.  
 +
<br/>
 +
===Server -> Client Packets===
  
=== Description ===
+
{| border=2
 
+
|-
Forces the client to logout cleanly and return to the login screen, without attempting a reconnection.
+
! Opcode
 +
! Type
 +
! Length (bytes)
 +
! Name
 +
! Description
 +
|-
 +
| 209
 +
| VARIABLE_BYTE
 +
| N/A
 +
| [[474:Send message|Send message]]
 +
| Sends a server message (e.g. 'Welcome to RuneScape') or trade/duel request.
 +
|-
 +
| 231
 +
| VARIABLE_SHORT
 +
| N/A
 +
| [[474:Send string|Send string]]
 +
| Replaces a string of text. (e.g. Replace: 'Click here to Play' with 'Play Nao!')
 +
|-
 +
|}

Latest revision as of 20:53, 17 April 2010

Stub

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

Game Protocol

The game protocol is the in-game communication of player actions between the server and client.

Server -> Client Packets

Opcode Type Length (bytes) Name Description
209 VARIABLE_BYTE N/A Send message Sends a server message (e.g. 'Welcome to RuneScape') or trade/duel request.
231 VARIABLE_SHORT N/A Send string Replaces a string of text. (e.g. Replace: 'Click here to Play' with 'Play Nao!')