Tip of the day
Equipping a gear set while at a bank will automatically withdraw all the items from the bank.
Main public logs
From Walkscape Walkthrough
Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Egg Normal Static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Egg Normal Sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Egg Normal Sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Rare static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Rare static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Rare sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Rare sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Normal static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Normal static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Normal sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Normal sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Light static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Light static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Light sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Light sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Dark static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Dark static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Adult Dark sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Adult Dark sheet.png (File uploaded with MsUpload)
- 03:20, 7 May 2026 Bonez565 talk contribs created page File:Gecko egg.svg
- 03:20, 7 May 2026 Bonez565 talk contribs uploaded File:Gecko egg.svg
- 03:14, 7 May 2026 Bonez565 talk contribs created page Versions/645 (Created page with "== +645 Hunting & Tailoring Map Update == === Added === * Overhauled world map featuring: Location search, visibility settings and seeing your friends! * Many small improvements and fixes * Added a new button to gear sets: Import and Equip. It does not add a new gear set but only equips the set you have in your clipboard * Added counts in crafting view to materials * (Keywords) 1 new keyword ** Upgradeable Keyword * (Loot Tables) 2 new loot tables ** Gecko egg i...")
- 15:55, 6 May 2026 User account Chemicalgenius talk contribs was created
- 03:21, 5 May 2026 Faroda talk contribs created page Guide:Faroda's Guide to Locked Progression (An easy guide to gatelocked progression)
- 09:09, 4 May 2026 User account Amonaly talk contribs was created
- 10:54, 27 April 2026 User account Natt talk contribs was created
- 06:05, 26 April 2026 Faroda talk contribs created page Guide:Faroda's Guide to an Early Gem Shield (Getting a Gem Shield before you leave Jarvonia)
- 06:05, 26 April 2026 Faroda talk contribs created page Guide:Faroda's Guide to Wraithwater and Ectoplasm (Faroda's Guide to Ectoplasm)
- 06:05, 26 April 2026 Faroda talk contribs created page Guide:Faroda's Guide to Diving Gear (An easy-to-read guide on how to acquire and use Diving Gear)
- 13:10, 21 April 2026 User account Mike Rauch talk contribs was created
- 02:02, 20 April 2026 Bonez565 talk contribs marked Keywords for translation
- 02:31, 18 April 2026 Bonez565 talk contribs deleted page Kalmar the Neverdrowning (content was: "#REDIRECT Kalmar the Neverdrowning, King of the Deep Sea")
- 02:53, 16 April 2026 Bonez565 talk contribs deleted page Guide:Cut birch trees (content was: "<!-- If this is the main page and you wish to make a new guide, please save this page without any changes and then use the textbox to make a new subpage. --> {{Master_Guide_Page_Template}}", and the only contributor was "Bonez565" (talk))
- 02:46, 16 April 2026 Bonez565 talk contribs created page Ghostly (Redirected page to Ghostly Keyword) Tag: New redirect
- 07:33, 15 April 2026 User account Tur talk contribs was created
- 12:43, 14 April 2026 Bonez565 talk contribs created page Module:GearSetDisplay/doc (Created page with "== Module:GearSetDisplay == Renders an equipment/loadout display table for items, tools, pets, consumables, and materials. This module is intended to replace the large nested wikitext table logic previously used in Template:Equipment_Loadout, while keeping the template itself as the public entry point for existing usages. The module: * Builds the loadout table in Lua * Supports direct item/pet input values such as `Item Name, Quality` * Supports direct `.svg` fil...")
- 12:09, 14 April 2026 Bonez565 talk contribs created page Module:GearSetDisplay (Created page with "local p = {} local thisModule = "Module:GearSetDisplay" local YAMLLookup = require("Module:YAMLLookup") local ItemsModule = require("Module:Items_New") local PetsModule = require("Module:Pets_New") -- ========================= -- Helpers -- ========================= local function getArgs(frameOrArgs) if type(frameOrArgs) == "table" and frameOrArgs.args then return frameOrArgs.args elseif type(frameOrArgs) == "table" then return frameOrArgs...")
- 11:26, 14 April 2026 Bonez565 talk contribs deleted page Module:Activities (content was: "local p = {} local mw = mw -- Function to load JSON data using mw.loadJsonData local function loadYAMLData() return mw.loadJsonData('Module:Activities/YAML') end -- Function to load Activity IDs from 'Module:Activities/Data' local function loadActivityData() return mw.loadJsonData('Module:Activities/Data') end -- Include Recipes Module local recipesModule = require("Module:Recipes") -- Custom region order mapping local regionOrder = { Jarvonia = 1, GDTE = 2,...")
- 23:41, 10 April 2026 Bonez565 talk contribs deleted page Crustacean Call (content was: "#REDIRECT Crustacean call", and the only contributor was "Bonez565" (talk))
- 11:27, 8 April 2026 User account Kempanchik talk contribs was created
- 17:32, 2 April 2026 Putty talk contribs created page Talk:Mysterious Merchant (RuneScape References - Wise Old Man: new section) Tag: New topic
- 17:28, 2 April 2026 Putty talk contribs created page Talk:Unicorn hunting (Runescape References - Underground Pass: new section) Tag: New topic
- 17:18, 2 April 2026 User account Putty talk contribs was created
- 15:22, 2 April 2026 User account Bailiffnuttier0r talk contribs was created
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Actions (content was: "{ "singulars": { "items": { "algaeRing": { "text": "Teleport to \u003Clocation i=\"_location\" /\u003E while fishing anywhere.", "completed": "You rub the \u003Citem id=\"_source\" /\u003E and all of the sudden realize that you're in \u003Clocation i=\"_location\" /\u003E." }, "ringOfHomesickness": { "text": "Teleport to \u003Clocation i=\"_location\" /\u003E", "completed": "You rub the \u003Citem id=\"_source\" /\u003E and all of the sudden realize...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/YAML (content was: "{ "singulars": { "materials": { "woodcutting": { "birchLogs": { "name": "Birch logs", "desc": "Smooth and pale, the birch logs exude an elegant simplicity." }, "pineLogs": { "name": "Pine logs", "desc": "Strong and resinous, the pine logs emanate a distinct and comforting aroma." }, "spruceLogs": { "name": "Spruce logs", "desc": "The spruce logs exhibit a rich and warm tone, showcasing their natural beauty and appeal."...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data/Materials (content was: "[ { "id": "item-birch_logs-93d1b857-eea5-4fc2-a8f0-33499e571fea", "name": "items.singulars.materials.woodcutting.birchLogs.name", "desc": "items.singulars.materials.woodcutting.birchLogs.desc", "keywords": [ "logs" ], "itemIcon": "assets/icons/items/materials/logs/birch_log.png", "itemContainerLidIcon": "", "itemContainerBodyIcon": "", "canBeBanked": true, "canBeTraded": true, "canBeSold": true, "canBeDropped": true, "canBeFine": true, "itemValue...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data/Looted (content was: "[ { "id": "item-crafting_guidebook-611808b9-9d45-440a-98bf-a64037eacbe3", "name": "items.singulars.looted.skilling.crafting.craftingGuidebook.name", "desc": "items.singulars.looted.skilling.crafting.craftingGuidebook.desc", "keywords": [ "tool", "skillBook", "search_crafting" ], "itemIcon": "assets/icons/items/gear/skill_gear/crafting_guidebook.png", "itemContainerLidIcon": "", "itemContainerBodyIcon": "", "canBeBanked": true, "canBeTraded": true,...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data/Crafted (content was: "[ { "id": "item-copper_hatchet-48dbb1af-871d-4cb9-bf4e-a14ac0bd171b", "name": "items.singulars.crafted.skilling.woodcutting.copperHatchet.name", "desc": "items.singulars.crafted.skilling.woodcutting.copperHatchet.desc", "keywords": [ "tool", "woodcuttingTool", "woodcuttingHatchet", "search_woodcutting" ], "itemIcon": "assets/icons/items/gear/axes/copper_axe.png", "itemContainerLidIcon": "", "itemContainerBodyIcon": "", "canBeBanked": true, "canB...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data/Containers (content was: "[ { "id": "item-foraging_chest-879ec8fd-0ff6-4f75-80ec-f73b35b0eb2a", "name": "items.singulars.containers.skilling.foraging.foragingChest.name", "desc": "items.singulars.containers.skilling.foraging.foragingChest.desc", "keywords": [ "chest", "skillingChest" ], "itemIcon": "assets/icons/items/openables/chests/foraging_chest.png", "itemContainerLidIcon": "assets/icons/items/openables/chests/foraging_chest_lid.png", "itemContainerBodyIcon": "assets/icons/it...")
