mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
Create MediaWiki page '718 Friends packet'
This commit is contained in:
parent
68b69c4b69
commit
78fe18cccc
21
718-Friends-packet.mediawiki
Normal file
21
718-Friends-packet.mediawiki
Normal file
@ -0,0 +1,21 @@
|
||||
[[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>
|
||||
<td> String </td> <td> If the display name does not equal the player's username, then this send the username </td>
|
||||
<td> Short </td> <td> The World ID </td>
|
||||
<td> Byte </td> <td> The player's rank </td>
|
||||
<td> String </td> <td> Display name </td>
|
||||
</table>
|
@ -2,12 +2,12 @@
|
||||
The following categories contain pages or media.
|
||||
* [[Category Cache]] (3 members)
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (123 members)
|
||||
* [[Category Packet]] (124 members)
|
||||
* [[Category Packet 194]] (4 members)
|
||||
* [[Category Packet 317]] (90 members)
|
||||
* [[Category Packet 377]] (24 members)
|
||||
* [[Category Packet 474]] (3 members)
|
||||
* [[Category Packet 718]] (1 members)
|
||||
* [[Category Packet 718]] (2 members)
|
||||
* [[Category Packet {{{revision}}}]] (1 members)
|
||||
* [[Category RS2]] (15 members)
|
||||
* [[Category RSC]] (7 members)
|
||||
|
@ -1,4 +1,5 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet 718"''' ==
|
||||
The following 1 pages are in this category.
|
||||
The following 2 pages are in this category.
|
||||
* [[718 Friends packet]]
|
||||
* [[718 Protocol]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet"''' ==
|
||||
The following 123 pages are in this category.
|
||||
The following 124 pages are in this category.
|
||||
* [[194 Clear screen]]
|
||||
* [[194 Logout]]
|
||||
* [[194 Protocol]]
|
||||
@ -122,5 +122,6 @@ The following 123 pages are in this category.
|
||||
* [[474 Fourth Interface Option]]
|
||||
* [[474 Protocol]]
|
||||
* [[474 Remove ignore]]
|
||||
* [[718 Friends packet]]
|
||||
* [[718 Protocol]]
|
||||
* [[Template Packet]]
|
||||
|
Loading…
Reference in New Issue
Block a user