mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
37 lines
691 B
Plaintext
37 lines
691 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
== Send Private Message ==
|
|
{| style="float:right;margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1"
|
|
|-
|
|
! scope="col" colspan="2" style="background-color:#3c5;" | Send Message
|
|
Sends Message to another user.
|
|
|-
|
|
! scope="row"| Opcode
|
|
| 196
|
|
|-
|
|
! scope="row"| Type
|
|
| VARIABLE_SHORT
|
|
|-
|
|
! scope="row"| Length
|
|
| N/A
|
|
|}
|
|
|
|
=== Description ===
|
|
|
|
Sending a private message to another user on the server.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Standard data types|Long]]
|
|
| Player name.
|
|
|-
|
|
| [[Data Types#Standard data types|Int]]
|
|
| ?
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| Player rights.
|
|
|-
|
|
|} |