From fc872e2d8df4a1936f139a1528fe83259c6a47f4 Mon Sep 17 00:00:00 2001 From: Sini Date: Mon, 3 Sep 2012 20:39:51 +0000 Subject: [PATCH] Update MediaWiki page 'Class Check' --- Class-Check.mediawiki | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Class-Check.mediawiki b/Class-Check.mediawiki index 80eadbf..b0183bf 100644 --- a/Class-Check.mediawiki +++ b/Class-Check.mediawiki @@ -1,5 +1,15 @@ The class check originated with the new Runescape engine update which took place around the 4xx revisions. It gives the Jagex servers the ability to check the modifiers, update, or fetch the value for a field. It also gives functionality to invoke a method with parameters and get it's return value, or check it's modifiers. Each of these functionalities are described with a request type. A class check request is built up with many of these request types. Each request is tagged with an unique id. +== Request Structure == + + +-------------------------+ + | amount requests : ubyte | + +-------------------------+ + | uid : dword | + +-------------------------+--------------+------------------------+ + | for each request | type : ubyte | type dependent data... | + +-------------------------+--------------+------------------------+ + == Response Structure == +---------------------+