Actions

Special

All public logs

Combined display of all available logs of RuneWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)
  • 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))
  • 04:10, 17 February 2024 Pazaz talk contribs created page Template:RuneScript/Command Template (Created page with "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")
  • 04:10, 17 February 2024 Pazaz talk contribs created page RuneScript/Commands (Created page with "=== Core === === Server === {{RuneScript/Command Template}} === Player === === NPC === === Loc === === Obj === === NPC Config === === Loc Config === === Obj Config === === Inv === === Enum === === String === === Number === === DB === === Debug ===") Tag: Visual edit
  • 04:07, 17 February 2024 Pazaz talk contribs created page RuneScript/Command Template (Created page with "Opcode {{{1}}} Command {{{2}}} Script {{{3}}} Description {{{4}}} Parameters Argument | Data type | Range | Default | Description Return Types Returns | Data type | Range | Description Pointers Required | Protected Player Access | Set | Corrupted Examples")
  • 18:08, 15 February 2024 Pazaz talk contribs created page RuneScript/Queues (Created page with " === Commands === queue getqueue clearqueue === Queue Types === ==== Normal ==== Requires protected access before it can execute ==== Weak ==== Requires protected access before it can execute. Cleared when closing modals. Moving or interacting with something new closes modals and inherently clears weak queues ==== Strong ==== Requires protected access before it can execute. Closes modals before executing and if the queue contains a strong queue at all (modals tec...") Tag: Visual edit
  • 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))
  • 18:52, 11 February 2024 Pazaz talk contribs created page Packet (Created page with "===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 = ((this.data[this.pos - 2] & 0xFF) << 8) + (this.data[this.pos - 1] & 0xFF); if (value > 32...") Tag: Visual edit
  • 00:17, 9 February 2024 Pazaz talk contribs created page Configs/LocType (Created page with "=== Config History === ==== 186 ==== Added opcode 1 Added opcode 2 Added opcode 3 Added opcode 14 Added opcode 15 Added opcode 17 Added opcode 18 Added opcode 19 Added opcode 21 Added opcode 22 Added opcode 23 Added opcode 24 Added opcode 25 Added opcode 28 Added opcode 29 Added opcode 39 Added opcode 30-35 Added opcode 40 Added opcode 60 Added opcode 62 Added opcode 64 Added opcode 65 Added opcode 66 Added opcode 67 Added opcode 68 Added opcode...") Tag: Visual edit
  • 21:18, 22 January 2024 Pazaz talk contribs created page Music ID (Created page with "== Explanation of Music IDs == * Music IDs are weird; while the IDs for items, objects, npcs and to some extent models are in exact order of their release to Runescape 2, the music order at first appears to be completely random * Initially in early RS2 they were streamed directly from the game servers and stored temporarily, so no IDs existed. * On 1 June 2004 the file system was changed, so all existing music and jingles began to be stored in index 3; music tracks were...")
  • 22:52, 12 January 2024 Pazaz talk contribs created page Client Obfuscation (Created page with "==== Revision 651 ==== * String obfuscation added") Tag: Visual edit
  • 16:14, 15 June 2023 Pazaz talk contribs created page Cache Layout (Created page with "=== RS === ==== Archives ==== {| class="wikitable" !Index !Rev !Name !Description |- |0 | |anims | |- |1 | |bases | |- |2 | |config | |- |3 | |interfaces | |- |4 | |synth_sounds | |- |5 | |maps | |- |5 |RS3 |mapsv2 |Renamed internally at some point. |- |6 | |midi_songs | |- |7 | |models | |- |8 | |sprites | |- |9 | |textures | |- |10 | |binary | |- |11 | |midi_jingles | |- |12 | |clientscripts | |- |13 | |fontmetrics | |- |14 | |vorbis | |- |15 | |midi_instruments | |-...") Tag: Visual edit
  • 02:56, 1 May 2023 Pazaz talk contribs created page Known File Info (Created page with "=== Data Extensions === <syntaxhighlight> .base: File Explorer description is "Animation template file" This file represents animation skeletons and possibly some other metada...") Tag: Visual edit
  • 04:34, 30 April 2023 Pazaz talk contribs created page Known File Extensions (Created page with "=== Data === .base: "Animation template file" .ob3: "Jagex model file" .ob2: legacy model file format .jgd: "JGD text file" .anim: Animation frames .jm2: Map .synth: Sou...") Tag: Visual edit
  • 19:39, 8 April 2023 Pazaz talk contribs created page Classic/177/Login (Created page with "The login process is as described: 1) Client establishes connection to TCP port 43594 2) Server initiates communication by sending a 4-byte random seed 3) Client replies wi...") Tag: Visual edit
  • 07:22, 31 January 2023 Pazaz talk contribs created page RuneScript (Created page with "[proc,name] [label,name] [trigger,on] <br /> === Engine Functions === {| class="wikitable" !Name |- |anim |- |buffer_full |- |buildappearance |- |cam_lookat |- |cam_moveto...") Tag: Visual edit: Switched
  • 12:22, 27 January 2023 Pazaz talk contribs changed group membership for Flenarn from (none) to bureaucrat
  • 12:21, 27 January 2023 User account Flenarn talk contribs was created by Pazaz talk contribs
  • 07:02, 14 November 2022 Pazaz talk contribs created page OpenRS2 Deobfuscator (Created page with "Install Java 11 & kotlinc <code>git clone <nowiki>https://git.openrs2.org/openrs2/openrs2.git</nowiki></code> === 2004 - 2006 RS2 Client === This is by no means a comprehens...") Tag: Visual edit
  • 00:38, 7 June 2022 Pazaz talk contribs created page Mechanics/Scratchpad (Created page with " There needs to be a zone system tracking nearby entities. Entities can be players, NPCs, projectiles, locs, or objstacks. Locs need to be tracked as entities because the c...") Tag: Visual edit
  • 08:40, 27 May 2022 Pazaz talk contribs created page World/Server Packets (Created page with "This list comes from an early NXT beta build where Jagex left debug symbols in. TODO: Describe these packets and their common prefixes/suffixes. They're revision-agnostic and...") Tag: Visual edit
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)