Tip of the day
Bank space is unlimited, if you are worried about the usage of something, bank it!
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 Juvenile Light Sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Juvenile Dark Static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Juvenile Dark Static.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Juvenile Dark Sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs uploaded File:Pet Gecko Juvenile Dark Sheet.png (File uploaded with MsUpload)
- 03:31, 7 May 2026 Bonez565 talk contribs created page File:Pet Gecko Egg Normal Static.png (File uploaded with MsUpload)
- 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...")
- 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
- 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))
- 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...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data/Consumables (content was: "[ { "id": "item-cooked_perch-8cf0c812-6694-4418-ba78-c9e62d79ca9c", "name": "items.singulars.consumables.cookedFish.cookedPerch.name", "desc": "items.singulars.consumables.cookedFish.cookedPerch.desc", "keywords": [ "food", "cookedFish", "search_food", "search_crafting" ], "itemIcon": "assets/icons/items/materials/cooked_fish/perch.png", "itemContainerLidIcon": "", "itemContainerBodyIcon": "", "canBeBanked": true, "canBeTraded": true, "canBeSo...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data/Collectibles (content was: "[ { "id": "item-mysterious_northern_map-efb3664f-a694-4e79-991f-b083702bcde1", "name": "items.singulars.materials.misc.glacierMap.name", "desc": "items.singulars.materials.misc.glacierMap.desc", "keywords": [], "itemIcon": "assets/icons/items/materials/misc/glacier_map.png", "itemContainerLidIcon": "", "itemContainerBodyIcon": "", "canBeBanked": true, "canBeTraded": true, "canBeSold": true, "canBeDropped": true, "canBeFine": true, "itemValue": "none",...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/Data (content was: "The items.json has been split into individual files due to size limitations: * Module:Items/Data/Collectibles * Module:Items/Data/Consumables * Module:Items/Data/Containers * Module:Items/Data/Crafted * Module:Items/Data/Looted * Module:Items/Data/Materials")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items/doc (content was: "== Get a Table of an Item Type == <pre>{{#invoke:Items|outputItemTable|Item Type}}</pre> == Get Sources == Types Only: <pre>{{#invoke:Items|getItemSources|Grappling Hook|Type}}</pre> Detailed Results: <pre>{{#invoke:Items|getItemSources|Wine|Detail}}</pre> == Get Item Value == <pre>{{#invoke:Items|getItemValue|Feather Cape}}</pre> Optional: Add Fine as second argument to get fine value: <pre>{{#invoke:Items|getItemValue|Berries|Fine}}</pre> == Get Items Crafted From a Give...")
- 08:36, 2 April 2026 Bonez565 talk contribs deleted page Module:Items (content was: "local p = {} -- List of possible data files local dataPaths = { 'Module:Items/Data/Collectibles', 'Module:Items/Data/Consumables', 'Module:Items/Data/Containers', 'Module:Items/Data/Crafted', 'Module:Items/Data/Looted', 'Module:Items/Data/Materials' } -- Helper function to load data by item type local function loadDataByType(itemType) local pathMap = { Collectibles = 'Module:Items/Data/Collectibles', Consumables = 'Module:Items/Data...")
- 07:50, 2 April 2026 Bonez565 talk contribs deleted page Template:Equipment Loadout Test (content was: "{| style="background-color:transparent;" cellpadding="3" ! colspan="3" | <big>Gear</big> |- | {|style="text-align:center; width:100px; height:100px; border-radius:10px; border-style: solid; border-width: 2px; border-color:#22333d;" |- style="vertical-align:top;" | <small>'''{{#invoke:YAMLLookup|getStringByPath|game.singulars.items.gearTypes.cape|{{{Lang}}}}}'''</small...", and the only contributor was "Bonez565" (talk))
- 07:40, 2 April 2026 Bonez565 talk contribs moved page File:Slot Food Shadow.svg to File:Slot Consumable Shadow.svg
- 07:40, 2 April 2026 Bonez565 talk contribs moved page File:Slot Food.svg to File:Slot Consumable.svg
