Update MediaWiki page '135 Protocol'

This commit is contained in:
Protocol 2012-11-08 18:00:57 +00:00 committed by moparisthebest
parent 1e8f388932
commit a24fa0f670

View File

@ -1,5 +1,4 @@
[[Category RSC]] [[Category RSC]]
This page refers to the RSC #135 client revision. This page refers to the RSC #135 client revision.
@ -9,7 +8,7 @@ This page refers to the RSC #135 client revision.
== '''Login''' == == '''Login''' ==
? ?
=='''Reference'''== == '''Reference''' ==
A lot of times, Util.longForName is referenced in the packets following: A lot of times, Util.longForName is referenced in the packets following:
<pre> <pre>
public static long longForName(String arg0) { public static long longForName(String arg0) {
@ -43,12 +42,15 @@ public static long longForName(String arg0) {
} }
</pre> </pre>
== '''Incoming Data''' == == '''Packets''' ==
Some 135 packets are documented ahead. First you will find the packets' body, then you will find a table (for easier reading)
=== '''Incoming Data''' ===
'''TODO:''' '''TODO:'''
<pre> <pre>
</pre> </pre>
== '''Outgoing Data''' == === '''Outgoing Data''' ===
<pre> <pre>
(ns rsc.rsc135.packets (ns rsc.rsc135.packets
(:require [jagex.Util]) (:require [jagex.Util])