Difference between revisions of "317:Player command"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Player command|description=Forces the client to logout.|opcode=103|type=Variable Byte|length=N/A|revision=317}} == Player Command == === Description === This packet is sent...)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{packet|name=Player command|description=Forces the client to logout.|opcode=103|type=Variable Byte|length=N/A|revision=317}}
+
{{packet|name=Player command|description=Sent when a player types a command in the chat box.|opcode=103|type=Variable Byte|length=N/A|revision=317}}
 
== Player Command ==
 
== Player Command ==
  
Line 6: Line 6:
 
This packet is sent when a player types a message with the prefix '::', the message is then sent to the server and an appropriate action is taken (e.g. spawning an item).
 
This packet is sent when a player types a message with the prefix '::', the message is then sent to the server and an appropriate action is taken (e.g. spawning an item).
  
 +
=== Packet Structure ===
 
{|border=2
 
{|border=2
 
! Data Type
 
! Data Type
 
! Description
 
! Description
 
|-
 
|-
| RS String
+
| [[RS String|RS String]]
 
| The command name and parameters.
 
| The command name and parameters.
 
|}
 
|}

Latest revision as of 22:53, 11 October 2009

Player command
Sent when a player types a command in the chat box.
Opcode 103
Type Variable Byte
Length N/A

Player Command

Description

This packet is sent when a player types a message with the prefix '::', the message is then sent to the server and an appropriate action is taken (e.g. spawning an item).

Packet Structure

Data Type Description
RS String The command name and parameters.