2011-06-26 13:47:18 -04:00
|
|
|
[[Category Packet]]
|
|
|
|
[[Category Packet 317]]
|
|
|
|
<h3><span class="mw-headline"> Description </span></h3>
|
|
|
|
|
|
|
|
<p>Sends friend data to the client
|
2014-06-17 13:02:00 -04:00
|
|
|
|
|
|
|
Attempts to update player node, if player isn't in the friends list and there is space,
|
|
|
|
the player is added to the friend list.
|
2011-06-26 13:47:18 -04:00
|
|
|
</p>
|
|
|
|
<h3><span class="mw-headline"> Packet Structure </span></h3>
|
|
|
|
<table border="2">
|
|
|
|
<tr>
|
|
|
|
<th> Data type
|
|
|
|
</th><th> Description
|
|
|
|
</th></tr>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td> Long </td><td> The player name </td></tr>
|
|
|
|
<td> Byte </td> <td> The world (10 = "online" for most clients) </td>
|
2014-06-17 13:02:00 -04:00
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* TODO format.
|