mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
33 lines
532 B
Plaintext
33 lines
532 B
Plaintext
|
{{packet|name=Send Player Head|description=Sends player's head on an interface|opcode=185|type=Fixed|length=5|revision=317}}
|
||
|
== Player Dialogue Head ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This packet sends the player head to an interface.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
{|border=2
|
||
|
! Data Type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]]
|
||
|
| The status of the friends list.
|
||
|
|-
|
||
|
|}
|
||
|
|
||
|
==== Values ====
|
||
|
The below are the different values for this packet.
|
||
|
{| border=2
|
||
|
! Value
|
||
|
! Response
|
||
|
|-
|
||
|
| 0
|
||
|
| Loading
|
||
|
|-
|
||
|
| 1
|
||
|
| Connecting
|
||
|
|-
|
||
|
| 2
|
||
|
| Loaded
|
||
|
|-
|
||
|
|}
|