Create MediaWiki page '377 Initialize Player'

This commit is contained in:
Pure_ 2014-03-07 02:21:09 +00:00 committed by moparisthebest
parent 12ce4aee32
commit 70da42d09a
4 changed files with 27 additions and 4 deletions

View File

@ -0,0 +1,21 @@
[[Category Packet]]
[[Category Packet 377]]
{{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=377}}
== Initialize Player ==
=== Description ===
Sends the player's membership status and their current index on the server's player list.
=== Packet Structure ===
{| border=2
! Data type
! Description
|-
| Unsigned [[Data Types#Standard data types|Byte]]
| Membership flag (1 = member, 0 = free).
|-
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
| Player list index.
|-
|}

View File

@ -2,10 +2,10 @@
The following categories contain pages or media.
* [[Category Cache]] (3 members)
* [[Category Data Type]] (3 members)
* [[Category Packet]] (109 members)
* [[Category Packet]] (110 members)
* [[Category Packet 194]] (4 members)
* [[Category Packet 317]] (90 members)
* [[Category Packet 377]] (11 members)
* [[Category Packet 377]] (12 members)
* [[Category Packet 474]] (3 members)
* [[Category Packet {{{revision}}}]] (1 members)
* [[Category RS2]] (14 members)

View File

@ -1,7 +1,8 @@
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
== '''Pages in category "Packet 377"''' ==
The following 11 pages are in this category.
The following 12 pages are in this category.
* [[377 Construct Map Region]]
* [[377 Initialize Player]]
* [[377 Input Amount]]
* [[377 Interface Animation]]
* [[377 Interface Item]]

View File

@ -1,6 +1,6 @@
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
== '''Pages in category "Packet"''' ==
The following 109 pages are in this category.
The following 110 pages are in this category.
* [[194 Clear screen]]
* [[194 Logout]]
* [[194 Protocol]]
@ -96,6 +96,7 @@ The following 109 pages are in this category.
* [[317 Walkable interface]]
* [[317 Weight]]
* [[377 Construct Map Region]]
* [[377 Initialize Player]]
* [[377 Input Amount]]
* [[377 Interface Animation]]
* [[377 Interface Item]]