Difference between revisions of "317:Initialize player"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Initialize player|description=Sends the player's membership status and their current index on the server's player list.|opcode=249|type=Fixed|length=3|revision=317}} == Send ...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{packet|name=Initialize player|description=Sends the player's membership status and their current index on the server's player list.|opcode=249|type=Fixed|length=3|revision=317}}
 
{{packet|name=Initialize player|description=Sends the player's membership status and their current index on the server's player list.|opcode=249|type=Fixed|length=3|revision=317}}
== Send Message ==
+
== Initialize Player ==
  
 
=== Description ===
 
=== Description ===
Line 12: Line 12:
 
! Description
 
! Description
 
|-
 
|-
| ByteA
+
| [[Data_Types#Standard_data_types|Byte]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| Membership flag (1 = member, 0 = free).
 
| Membership flag (1 = member, 0 = free).
 
|-
 
|-
| LEShortA
+
| [[Data_Types#Little_Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| Player list index.
 
| Player list index.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 18:46, 11 October 2009

Initialize player
Sends the player's membership status and their current index on the server's player list.
Opcode 249
Type Fixed
Length 3

Initialize Player

Description

Sends the player membership flag and player list index.

Packet Structure

Data type Description
Byte Special A Membership flag (1 = member, 0 = free).
Little Endian Short Special A Player list index.