Tip of the day
Pay attention to the specifics of an achievement - some only count toward the unlock if a drop comes from an activity directly.
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).
- 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations/doc (content was: "== Individual Icon for a Location == <pre>{{#invoke:Locations|locationImage|Disenchanted Forest}}</pre> == Description for a Location == <pre>{{#invoke:Locations|getDescriptionByName|Horn of Respite}}</pre> == Region for a Location == <pre>{{#invoke:Locations|getRegionForLocation|Casbrant's Grave}}</pre> == Type for a Location == <pre>{{#invoke:Locations|getLocationType|Azurazera}}</pre> == All Locations in a Region == <pre>{{#invoke:Locations|getAllLocationsByRegion|Syrent...")
- 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations (content was: "local p = {} -- Load the JSON data from the YAML and Data pages local locationData = mw.loadJsonData('Module:Locations/Data') local yamlData = mw.loadJsonData('Module:Locations/YAML') local typesData = mw.loadJsonData('Module:Locations/Types') local locationMaps = mw.loadJsonData('Module:Locations/Location_Maps') -- List of words to ignore for capitalization local ignoreWords = { ["of"] = true, ["and"] = true, ["the"] = true, ["in"] = true, ["on"] = true,...")
- 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/YAML (content was: "{ "singulars": { "recipes": { "skills": { "cooking": { "name": "Cooking recipe", "requirement": "Requires a \u003Cobject id=\"recipe_cooking\" /\u003E." } }, "products": { "sandwich": { "name": "Sandwich recipe", "requirements": "Requires a \u003Cobject id=\"sandwich\" /\u003E be made by a \u003Cobject id=\"recipe_cooking\" /\u003E." } } }, "activities": { "woodcuttingTrees": { "name": "Woodcutting trees", "requi...")
- 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/DataBanned (content was: "[ { "id": "reroll-this-id-c0c663b0-4a1d-4c09-9ec9-11dc03a542c8", "keywords": [ "fishingNet", "fishingRod", "fishingSpear", "fishingCage" ] }, { "id": "reroll-this-id-a9bdd3d8-9e4e-4682-aaf3-db6be15282ba", "keywords": [ "woodcuttingHatchet" ] }, { "id": "reroll-this-id-11e5efbe-e97c-4777-8b87-9ba0c88c403c", "keywords": [ "pickaxe" ]...", and the only contributor was "Bonez565" (talk))
- 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/Data (content was: "[ { "id": "tool", "name": "keywords.singulars.tools.tool.name", "icon": "assets/icons/keywords/tools.png", "visible": false, "requirementText": "keywords.singulars.tools.tool.requirement", "types": [] }, { "id": "woodcuttingHatchet", "name": "keywords.singulars.tools.woodcuttingHatchet.name", "icon": "assets/icons/keywords/hatchet.png", "visible": true, "requirementText": "keywords.singulars.tools.woodcuttingHatchet.requirement", "types": [] }, {...")
- 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/doc (content was: "== Get a Name from the ID == Called from another module returns the plaintext name for the given keyword ID. <pre>{{#invoke:Keywords|getKeywordsByID|Keyword ID}}</pre> == Get an ID from the Name == Called from another module returns the keyword ID for the given plaintext name. <pre>{{#invoke:Keywords|getIDByKeyword|Item Keyword}}</pre> == Get the Image from the ID == Called from another module returns the plaintext name for the given keyword ID. <pre>{{#invoke:Keywords|getIma...")
- 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords (content was: "-- Module:Keywords local p = {} -- Load the JSON data from the YAML and Data pages local keywordData = mw.loadJsonData('Module:Keywords/Data') local yamlData = mw.loadJsonData("Module:Keywords/YAML") local bannedKeywordData = mw.loadJsonData('Module:Keywords/DataBanned') -- Helper function to capitalize each word local function capitalizeWords(str) return (str:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower() end)) end -- Helper function to...")
- 02:13, 2 April 2026 Bonez565 talk contribs deleted page Module:Job Boards/Data (content was: "[ { "id": "jobboard-azurazera_job_board-fdca07c9-3cdb-44a0-aed7-53b22678d8bf", "name": "jobs.singulars.jobBoards.jarvonia.azurazera.name", "desc": "jobs.singulars.jobBoards.jarvonia.azurazera.desc", "jobs": [ { "id": "job-copy-job-c13c0e14-70b7-48cf-be1b-512d7ab7e8f0", "jobs": [ { "id": "reroll-this-id-cf7d42ea-8185-4dd5-83cb-f08687787e38", "jobs": [ { "id": "jobobj-copy-job_obj-9658f828-10bd-41e1-a095-00b38e8d749e", "...")
- 02:13, 2 April 2026 Bonez565 talk contribs deleted page Module:Job Boards/doc (content was: "== Get List of Job Boards Requesting an Item == <pre>{{#invoke:Job_Boards|findRequestedItem|Item Name}}</pre> == Build Table of Jobs for a Board Name == <pre>{{#invoke:Job_Boards|getJobBoard|Job Board Name}}</pre> == Get Job Info For Reward == <pre>{{#invoke:Job_Boards|getJobDataByReward|Reward Item Name}}</pre> == Get Job Board Name from an ID == <pre>{{#invoke:Job_Boards|getNameForJobBoardID|Job Board ID}}</pre>")
- 02:13, 2 April 2026 Bonez565 talk contribs deleted page Module:Job Boards (content was: "local p = {} local json = mw.loadJsonData('Module:Job_Boards/Data') -- Load JSON data local yaml = mw.loadJsonData('Module:Job_Boards/YAML') -- Load YAML data local itemsModule = require('Module:Items') -- Load Module:Items -- Helper function to capitalize each word local function capitalizeWords(str) return (mw.ustring.gsub(str, "(%a)([%w_']*)", function(first, rest) return mw.ustring.upper(first) .. mw.ustring.lower(rest) end)) end -- Helper function to pars...")
- 02:13, 2 April 2026 Bonez565 talk contribs deleted page Module:Job Boards/YAML (content was: "{ "singulars": { "jobBoards": { "jarvonia": { "azurazera": { "name": "Azurazera job board", "desc": "Job board located in Azurazera." }, "kallaheim": { "name": "Kallaheim job board", "desc": "Job board located in Kallaheim." }, "herberts": { "name": "Herbert's job board", "desc": "Job board located near Herbert's Hut." } }, "trellin": { "granfiddich": { "name": "Granfiddich job board", "desc": "Job...")
- 09:53, 1 April 2026 Bonez565 talk contribs created page Devs (Created page with "The Devs are the creators of Walkscape. WalkScape started in 2022 with Schamppu's project to create a game that he wanted to play, but which didn't exist yet. After posting some of his ideas and early work-in-progress on Reddit, the project started to quickly gather a community around it. The game is developed under the indie game company "Not a Cult Oy" and is definitely not a cult. It was founded in 2023 by Schamppu, the current CEO, shortly after he had begun develop...")
- 09:31, 1 April 2026 Bonez565 talk contribs created page Module:Devs Test/doc (Created page with "Live Page: Module:Devs New {{:Module:Devs New/doc}}")
- 09:30, 1 April 2026 Bonez565 talk contribs created page Module:Devs New/doc (Created page with "Documentation: Module:Devs New/doc = Get Dev Sprite = <pre>{{#invoke:Devs_New|getDevSprite|Dev Name|Scale (1, 2, etc)|Frame Timing (ms)}}</pre> Small, Slow, Schamppu: <pre>{{#invoke:Devs_New|getDevSprite|Schamppu|1|250}}</pre> {{#invoke:Devs_New|getDevSprite|Schamppu|1|100}} Large, Fast, Weasel: <pre>{{#invoke:Devs_New|getDevSprite|Weasel|3|250}}</pre> {{#invoke:Devs_New|getDevSprite|Weasel|3|250}} = Get Random Walking Dev Sprite = <pre>{{#invoke:Devs_New|getRand...")
- 09:14, 1 April 2026 Bonez565 talk contribs moved page Module:Dev Test to Module:Devs Test without leaving a redirect
- 09:12, 1 April 2026 Bonez565 talk contribs moved page Module:Staff Test to Module:Dev Test without leaving a redirect
- 09:11, 1 April 2026 Bonez565 talk contribs created page Module:Devs New (Created page with "local p = {} local thisModule = "Module:Devs_New" local YAMLLookup = require("Module:YAMLLookup") -- ========================= -- Helpers -- ========================= -- ------------------------------------------------------------------------- -- Build Pet Sprite with Animation (Lua emits span; JS derives frames/sizes) -- ------------------------------------------------------------------------- local DEV_WALKER = { defaultScale = 2, maxScale = 8, defaultFrameMS = 1...")
- 13:59, 31 March 2026 Bonez565 talk contribs deleted page Is The Going South Update Live (content was: "{{#ifexpr: {{#time:U}} < {{#time:U|2025-03-18 09:00:00 UTC}} | <big><big><big><big><big><big><big><big><big><big><big><big>No!</big></big></big></big></big></big></big></big></big></big></big></big> | <big><big><big><big><big><big><big><big><big><big><big><big>Yes!</big></big></big></big></big></big></big></big></big></big></big></big> }}", and the only contributor was "Bonez565" (talk))
- 13:59, 31 March 2026 Bonez565 talk contribs deleted page Is The Update Live (content was: "<big><big><big><big><big><big><big><big><big><big>Yes!</big></big></big></big></big></big></big></big><br>(Go Play)</big></big>", and the only contributor was "Bonez565" (talk))
- 13:04, 31 March 2026 Bonez565 talk contribs created page Module:Staff Test (Created page with "local p = {} local DataSource = "Data_test" local thisModule = "Module:Staff_Test" -- ========================= -- Helpers -- ========================= -- ------------------------------------------------------------------------- -- Build Pet Sprite with Animation (Lua emits span; JS derives frames/sizes) -- ------------------------------------------------------------------------- local DEV_WALKER = { defaultScale = 2, maxScale = 8, defaultFrameMS = 150, defaultSpe...")
- 12:52, 31 March 2026 Bonez565 talk contribs deleted page File:Crushy.png (content was: "#REDIRECT File:Crushy Walker.png", and the only contributor was "Bonez565" (talk))
- 12:52, 31 March 2026 Bonez565 talk contribs deleted page File:Maxchill.png (content was: "#REDIRECT File:Maxchill Walker.png", and the only contributor was "Bonez565" (talk))
- 12:52, 31 March 2026 Bonez565 talk contribs deleted page File:Myzozoz.png (content was: "#REDIRECT File:Myzozoz Walker.png", and the only contributor was "Bonez565" (talk))
- 12:52, 31 March 2026 Bonez565 talk contribs deleted page File:Schamppu.png (content was: "#REDIRECT File:Schamppu Walker.png", and the only contributor was "Bonez565" (talk))
- 12:52, 31 March 2026 Bonez565 talk contribs deleted page File:Weasel.png (content was: "#REDIRECT File:Weasel Walker.png", and the only contributor was "Bonez565" (talk))
- 12:52, 31 March 2026 Bonez565 talk contribs moved page File:Crushy.png to File:Crushy Walker.png
- 12:52, 31 March 2026 Bonez565 talk contribs moved page File:Maxchill.png to File:Maxchill Walker.png
- 12:52, 31 March 2026 Bonez565 talk contribs moved page File:Myzozoz.png to File:Myzozoz Walker.png
- 12:52, 31 March 2026 Bonez565 talk contribs moved page File:Schamppu.png to File:Schamppu Walker.png
- 12:52, 31 March 2026 Bonez565 talk contribs moved page File:Weasel.png to File:Weasel Walker.png
- 12:51, 31 March 2026 Bonez565 talk contribs created page File:Weasel.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs uploaded File:Weasel.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs created page File:Schamppu.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs uploaded File:Schamppu.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs created page File:Myzozoz.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs uploaded File:Myzozoz.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs created page File:Maxchill.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs uploaded File:Maxchill.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs created page File:Crushy.png (File uploaded with MsUpload)
- 12:51, 31 March 2026 Bonez565 talk contribs uploaded File:Crushy.png (File uploaded with MsUpload)
- 04:03, 31 March 2026 Bonez565 talk contribs deleted page Module:Guide/YAML (content was: "{ "maps": { "tips": { "0": "Being overencumbered only slows down your activities, but doesn't affect frameless|32px travel.", "1": "The base chance to find \u003Chl\u003EFINE\u003C/hl\u003E materials is \u003Chl\u003E1/100\u003C/hl\u003E, which you can increase with [[Fine_Material_...", and the only contributor was "Bonez565" (talk))
- 04:03, 31 March 2026 Bonez565 talk contribs deleted page Module:Guide/doc (content was: "== Get List of All Tips == <pre>{{#invoke:Guide|listAllTips}}</pre> Makes the list on Tips == Get Tip by Number == <pre>{{#invoke:Guide|getTipByIndex|Number}}</pre> 1 = {{#invoke:Guide|getTipByIndex|1}} == Get Random Tip == <pre>{{#invoke:Guide|getRandomTip|seed={{CURRENTTIMESTAMP}}}}</pre> {{#invoke:Guide|getRandomTip|seed={{CURRENTTIMESTAMP}}}}", and the only contributor was "Bonez565" (talk))
- 04:03, 31 March 2026 Bonez565 talk contribs deleted page Module:Guide (content was: "local p = {} local yaml = mw.loadJsonData('Module:Guide/YAML') math.randomseed(os.time()) local function extractData(tbl) local clean = {} for k, v in pairs(tbl) do if type(v) == "table" then clean[k] = extractData(v) else clean[k] = v end end return clean end yaml = extractData(yaml) local tips = yaml.maps.tips or {} -- Helper function to convert tags t...", and the only contributor was "Bonez565" (talk))
- 04:02, 31 March 2026 Bonez565 talk contribs deleted page Module:Factions/YAML (content was: "{ "singulars": { "realms": { "jarvonia": { "name": "Jarvonia", "desc": "A frozen and cold realm in the North-Western corner of Arenum." }, "gdte": { "name": "Grand Duchy of Trellin-Erdwise", "desc": "A grand duchy located around the Great Marshes, with a diarchy of two duchies." }, "syrenthia": { "name": "Syrenthia", "desc": "An underwater realm nested between Jarvonia and the Grand Duchy of Trellin-Erdwise." }, "wallisia": {...")
- 04:02, 31 March 2026 Bonez565 talk contribs deleted page Module:Factions/Data (content was: "[ { "id": "faction-jarvonia-1b061315-a63d-4dc1-a8ba-10902a83c5db", "name": "factions.singulars.realms.jarvonia.name", "desc": "factions.singulars.realms.jarvonia.desc", "save": true, "unlocked": false, "icon": "assets/icons/coatofarms/jarvonia.png", "iconText": "assets/icons/text/coatofarms/jarvonia.png", "type": "realm", "color": "ffbbdefb", "reputation": "jarvoniaReputation", "repeatingReward": { "id": "2c062g15-a22b-4dc1-6ww1-w0y02d83c5vb", "poin...")
- 04:02, 31 March 2026 Bonez565 talk contribs deleted page Module:Factions/doc (content was: "== Get Name for a Faction ID == <pre>{{#invoke:Factions|getFactionName|Faction ID}}</pre> faction-syrenthia-6e9359fa-597b-4448-9df5-cc3fff9a5108: {{#invoke:Factions|getFactionName|faction-syrenthia-6e9359fa-597b-4448-9df5-cc3fff9a5108}}")
- 04:02, 31 March 2026 Bonez565 talk contribs deleted page Module:Factions (content was: "local p = {} local Data = mw.loadJsonData('Module:Factions/Data') local rewardData = mw.loadJsonData('Module:Achievements/Data/Reward_Progress') local YAML = mw.loadJsonData('Module:Factions/YAML') -- Utility function to traverse YAML based on the path in the name local function traverseYAML(path, root) local keys = mw.text.split(path, "%.") local currentNode = root for _, key in ipairs(keys) do currentNode = currentNode[key] if not currentNode then...")
- 04:02, 31 March 2026 Bonez565 talk contribs marked Ghostly Keyword for translation
- 04:01, 31 March 2026 Bonez565 talk contribs moved page File:Keyword Spectral Location.svg to File:Keyword Ghostly Location.svg
- 04:01, 31 March 2026 Bonez565 talk contribs completed deletion of translatable page Spectral Location Keyword
