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).
- 15:06, 4 July 2024 Pazaz talk contribs created page Game Protocol recap (Created page with "I'm going to recap everything we know about the game server's protocol so beginners and veterans can refine their understanding a bit. We're going to be using some terms that will conflict with the last 20 years of RSPS, keep an open mind if you're already hard set in your ways ;) We'll cover the basics first and touch on more in-depth details after. This infodump is a work in progress Basics A byte is the smallest unit of data you can store in memory. You can edit...")
- 02:55, 27 May 2024 Pazaz talk contribs created page Configs/NpcType (Created page with "{| class="wikitable" !Property !Opcode !History !Notes |- | |1 |Added 186 (2003-12-02) | |- | |2 |Added 186 (2003-12-02) | |- | |3 |Added 186 (2003-12-02) | |- | |12 |Added 186 (2003-12-02) | |- | |13 |Added 186 (2003-12-02) | |- | |14 |Added 186 (2003-12-02) | |- | |16 |Added 186 (2003-12-02) Removed 249 (2004-08-09) | |- | |17 |Added 186 (2003-12-02) | |- | |30-39 |Added 186 (2003-12-02) | |- | |40 |Added 186 (2003-12-02) | |- | |60 |Added 186 (2003-12-02) | |- | |90 |...") Tag: Visual edit
- 14:20, 20 May 2024 Pazaz talk contribs created page File:NPC locations with regions - regions cook.tsv
- 14:20, 20 May 2024 Pazaz talk contribs uploaded File:NPC locations with regions - regions cook.tsv
- 14:20, 20 May 2024 Pazaz talk contribs created page File:NPC locations with regions - regions.tsv
- 14:20, 20 May 2024 Pazaz talk contribs uploaded File:NPC locations with regions - regions.tsv
- 13:54, 12 May 2024 Pazaz talk contribs created page File:NPCList-3.csv (07/04/2020 8:38 AM EST)
- 13:54, 12 May 2024 Pazaz talk contribs uploaded File:NPCList-3.csv (07/04/2020 8:38 AM EST)
- 13:54, 12 May 2024 Pazaz talk contribs created page File:NPCList-2.csv (07/04/2020 8:10 AM EST)
- 13:54, 12 May 2024 Pazaz talk contribs uploaded File:NPCList-2.csv (07/04/2020 8:10 AM EST)
- 13:53, 12 May 2024 Pazaz talk contribs created page File:NPCList-1.csv (07/03/2020 2:06 PM EST)
- 13:53, 12 May 2024 Pazaz talk contribs uploaded File:NPCList-1.csv (07/03/2020 2:06 PM EST)
- 13:42, 12 May 2024 Pazaz talk contribs created page Data Collection (Created page with "=== OSRS Spawns 2020-07-04 ===") Tag: Visual edit
- 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))