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 ...)
 
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 ===

Revision as of 18:42, 17 August 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
ByteA Membership flag (1 = member, 0 = free).
LEShortA Player list index.