mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-24 18:12:17 -05:00
21 lines
656 B
Plaintext
21 lines
656 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 718]]
|
|
<h3><span class="mw-headline"> Description </span></h3>
|
|
|
|
<p>Sends friend data to the client
|
|
</p>
|
|
<h3><span class="mw-headline"> Packet Structure </span></h3>
|
|
<table border="2">
|
|
<tr>
|
|
<th> Data type
|
|
</th><th> Description
|
|
</th></tr>
|
|
<tr>
|
|
|
|
<td> Byte </td><td> If it is a warning message </td></tr>
|
|
<td> String </td> <td> Display name </td></tr>
|
|
<td> String </td> <td> If the display name does not equal the player's username, then this send the username </td></tr>
|
|
<td> Short </td> <td> The World ID </td></tr>
|
|
<td> Byte </td> <td> The player's rank </td></tr>
|
|
<td> String </td> <td> Display name </td></tr>
|
|
</table> |