Update MediaWiki page '135 Protocol'

This commit is contained in:
Protocol 2012-11-08 17:01:18 +00:00 committed by moparisthebest
parent f88e5960eb
commit a1b87697b1

View File

@ -14,20 +14,6 @@ This page refers to the RSC #135 client revision.
<pre> <pre>
</pre> </pre>
<table border="1" cellpadding="3" cellspacing="3">
<tr>
<td><b>opcode</b></td>
<td><b>payload</b></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
== '''Outgoing Data''' == == '''Outgoing Data''' ==
<pre> <pre>
(ns rsc.135.packets (ns rsc.135.packets
@ -99,29 +85,14 @@ This page refers to the RSC #135 client revision.
(.end-packet)))) (.end-packet))))
</pre> </pre>
<table border="1" cellpadding="3" cellspacing="3"> {| class="wikitable" style="text-align:center; width:200px; height:200px;"
{| class="wikitable" style="text-align:center; width:200px; height:200px;" |+ Outgoing Packets
|+ Multiplication table
|- |-
! × ! Name
! 1 ! Opcode
! 2 ! Payload
! 3
|- |-
! 1 ! Add User to Friends List
| 1 || 2 || 3 | 26 ||
|- * Long - Long represenation of username
! 2
| 2 || 4 || 6
|-
! 3
| 3 || 6 || 9
|-
! 4
| 4 || 8 || 12
|-
! 5
| 5 || 10 || 15
|} |}
</table>