Actions

Special

Deletion log

Below is a list of the most recent deletions.

Logs
  • 04:10, 17 February 2024 Pazaz talk contribs deleted page RuneScript/Command Template (content was: "Opcode {{{opcode}}} Command {{{command}}} Script {{{script}}} Description {{{description}}} Parameters Argument | Data type | Range | Default | Description Return Types Returns | Data type | Range | Description Pointers Required | Protected Player Access | Set | Corrupted Examples", and the only contributor was "Pazaz" (talk))
  • 18:57, 11 February 2024 Pazaz talk contribs deleted page Packet (content was: "===get Methods=== <syntaxhighlight lang="java" line="1"> public final int g1() { return this.data[this.pos++] & 0xFF; } public final byte g1b() { return this.data[this.pos++]; } public final int g2() { this.pos += 2; return ((this.data[this.pos - 2] & 0xFF) << 8) + (this.data[this.pos - 1] & 0xFF); } public final int g2s() { this.pos += 2; int value = ((th...", and the only contributor was "Pazaz" (talk))