mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 08:25:08 -05:00
24 lines
624 B
Plaintext
24 lines
624 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Privacy options|description=Sent when a player changes their privacy options.|opcode=95|type=Fixed|length=3|revision=317}}
|
|
== Privacy Options ==
|
|
|
|
=== Description ===
|
|
|
|
This packet is sent when a player changes their privacy options (i.e. public chat).
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Byte]]
|
|
| The private chat options.
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Byte]]
|
|
| The public chat options.
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Byte]]
|
|
| The trade/complete options.
|
|
|-
|
|
|} |