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 == +---------------------+