mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
25 lines
666 B
Plaintext
25 lines
666 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>
|
|
<tr>
|
|
<td> String </td> <td> If the display name does not equal the player's username, then this send the username </td></tr>
|
|
<tr>
|
|
<td> Short </td> <td> The World ID </td></tr>
|
|
<tr>
|
|
<td> Byte </td> <td> The player's rank </td></tr>
|
|
<td> String </td> <td> Display name </td>
|
|
</table> |