Tip of the Day
If there's maintenance, don't worry, usually your steps will still count during the downtime. Check the Discord announcements to be sure!
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).
- 05:52, 22 October 2025 Bonez565 talk contribs moved page Foraging Chest to Foraging chest
- 05:51, 22 October 2025 Bonez565 talk contribs moved page File:Foraging Chest.svg to File:Foraging chest.svg
- 05:48, 22 October 2025 Bonez565 talk contribs moved page File:Sea Shell.svg to File:Sea shell.svg
- 05:48, 22 October 2025 Bonez565 talk contribs created page Module:ShopSource New/doc (Created page with "Documentation: Module:ShopSource New/doc Helper for Module:Combined Item Sources New = Main Function = <pre>{{#invoke:ShopSource New|main|Item Name|Language Code|}}</pre> <pre>p.main(Item_name, langCode, sourceData)</pre> Example:" <pre>{{#invoke:ShopSource New|main|beer|EN|}}</pre> {{#invoke:ShopSource New|main|beer|EN|}}")
- 05:45, 22 October 2025 Bonez565 talk contribs moved page File:Adventurers' Guild Token.svg to File:Adventurers' guild token.svg
- 05:44, 22 October 2025 Bonez565 talk contribs moved page File:Horn of Respite Icon.svg to File:Horn Of Respite Icon.svg
- 04:40, 22 October 2025 Bonez565 talk contribs created page Module:Shops New/doc (Created page with "Documentation: Module:Shops New/doc = Data Building = * Data:Shops * Data:Shops/YAML = Get Shop Data for an Item = <pre>p.getPurchaseInfo(Shop UUID, Language Code, Item Name)</pre> <pre>table#1 { ["addedPrice"] = 0, ["fixedPrice"] = 1140, ["id"] = "2d9fbea2-d77c-44eb-bb09-3938b7a10c77", ["item"] = table#2 { ["id"] = "item-sharp_machete-2c422cea-abb7-44a7-a6df-ac9104d7ec13", ["quality"] = "rare", ["tag"] = "none",...")
- 04:38, 22 October 2025 Bonez565 talk contribs created page Module:Shops New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= function shallowCopy(table) local newTable = {} for key, value in pairs(table) do newTable[key] = value end return newTable end -- ========================= -- Main Functions -- ========================= -- 1) getPurchaseInfo: Ge...")
- 03:25, 22 October 2025 Bonez565 talk contribs created the page Data:Shops/YAML/EN using a non-default content model "JSON"
- 03:25, 22 October 2025 Bonez565 talk contribs created page Data:Shops/YAML/EN (Bonez565 created the page Data:Shops/YAML/EN using a non-default content model "JSON")
- 03:24, 22 October 2025 Bonez565 talk contribs created the page Data:Shops/YAML/DE using a non-default content model "JSON"
- 03:24, 22 October 2025 Bonez565 talk contribs created page Data:Shops/YAML/DE (Bonez565 created the page Data:Shops/YAML/DE using a non-default content model "JSON")
- 03:24, 22 October 2025 Bonez565 talk contribs created page Data:Shops/YAML (Created page with "{{Data:Languages}}")
- 03:20, 22 October 2025 Bonez565 talk contribs moved page File:Temple of Azurazera Icon.svg to File:Temple Of Azurazera Icon.svg
- 03:12, 22 October 2025 Bonez565 talk contribs created page Module:Buildings New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1a) getName: return localized name function p.getName(frameOrBuildingName, langCode) -- Determine building name and language code from either a frame or direct call l...")
- 03:12, 22 October 2025 Bonez565 talk contribs created page Module:Buildings New/doc (Created page with "Documentation: Module:Buildings New/doc = Data Location = * Data:Buildings * Data:Buildings/YAML = Get Localized Name for Normalized Name or UUID = <pre>{{#invoke:Buildings_New|getName|Normalized Name|Language Code}}</pre> English: {{#invoke:Buildings_New|getName|kallaheims_frosty_finds|EN}} German: {{#invoke:Buildings_New|getName|kallaheims_frosty_finds|DE}} UUID Variant: <pre>{{#invoke:Buildings_New|getNameUUID|ActivityUUID|Language Code (defaults to EN...")
- 03:09, 22 October 2025 Bonez565 talk contribs created the page Data:Buildings/YAML/EN using a non-default content model "JSON"
- 03:09, 22 October 2025 Bonez565 talk contribs created page Data:Buildings/YAML/EN (Bonez565 created the page Data:Buildings/YAML/EN using a non-default content model "JSON")
- 03:09, 22 October 2025 Bonez565 talk contribs created the page Data:Buildings/YAML/DE using a non-default content model "JSON"
- 03:09, 22 October 2025 Bonez565 talk contribs created page Data:Buildings/YAML/DE (Bonez565 created the page Data:Buildings/YAML/DE using a non-default content model "JSON")
- 03:09, 22 October 2025 Bonez565 talk contribs created page Data:Buildings/YAML (Created page with "{{Data:Languages}}")
- 12:22, 21 October 2025 Bonez565 talk contribs created page Module:Combined Item Sources New/doc (Created page with "= Combined Item Sources = Collects all of the below. * Module:ChestSource_New * Module:ActivitySource_New * Module:ShopSource_New * Module:ShopPaymentSource_New * Module:RecipeMainSource_New * Module:RecipeSecondarySource_New * Module:AchievementCompletionSource_New * Module:AchievementPointSource_New * Module:FactionRewardSource_New * Module:FactionRepeatingRewardSource_Ne * Module:JobBoardSource_New * Module:ItemAttributeSo...")
- 12:18, 21 October 2025 Bonez565 talk contribs created page Module:ActivitySource New/doc (Created page with "Documentation: Module:ActivitySource New/doc Helper for Module:Combined Item Sources New = Main Function = <pre>p.main(frameOrItemName, langCode, sourceData)</pre> Outputs mediwiki text for the activity sources with header and table.")
- 05:20, 21 October 2025 Bonez565 talk contribs created page Module:ChestSource New/doc (Created page with "Documentation: Module:ChestSource New/doc Helper for Module:Combined Item Sources New = Main Function = <pre>p.main(frameOrItemName, langCode, sourceData)</pre> Outputs mediwiki text for the chest sources with header and table.")
- 04:57, 21 October 2025 Bonez565 talk contribs created page Module:Loot Tables New/doc (Created page with "Documentation: Module:Loot Tables New/doc = Data Location = * Data:Loot Tables * Data:Loot Tables/YAML == Get chest loot tables for an ID == === Normal Loot Table === <pre>{{#invoke:Loot_Tables_New|buildChestDropTable|Chest UUID}}</pre> Builds a lua table of the requested loot table. Sunken Chest = <pre>table#1 { ["common"] = table#2 { table#3 { ["Chance"] = "20.000%", ["Name"] = "Rusty diving leggings", ["N...")
- 04:54, 21 October 2025 Bonez565 talk contribs created page Module:Loot Tables New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath local ItemsModule = require('Module:Items_New') -- ========================= -- Helpers -- ========================= -- Helper: is a table empty? hasData = true, noData = false local function hasData(t) if type(t) ~= "table" then return false end if next(t) ~= nil then return true end -- raw key exists -- Some read-o...")
- 03:15, 21 October 2025 Bonez565 talk contribs created page Module:Combined Item Sources New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") local SOURCE_ORDER = { "Chest", "Activity", "Shop", "ShopPayment", "RecipeMain", "RecipeSecondary", "AchievementCompletion", "AchievementPoint", "FactionReward", "FactionRepeatingReward", "JobBoard", "ItemAttribute", } local SOURCE_TO_MODULE = { Chest = "ChestSource_New", Activity = "ActivitySource...")
- 03:13, 21 October 2025 Bonez565 talk contribs created the page Module:Item Abilities New/Test using a non-default content model "wikitext"
- 03:13, 21 October 2025 Bonez565 talk contribs created page Module:Item Abilities New/Test (Bonez565 created the page Module:Item Abilities New/Test using a non-default content model "wikitext")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ItemAttributeSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:JobBoardSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:FactionRepeatingRewardSource Ne (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:FactionRewardSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:AchievementPointSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:AchievementCompletionSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:RecipeSecondarySource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:RecipeMainSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ShopPaymentSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ShopSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ActivitySource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:18, 21 October 2025 Bonez565 talk contribs created page Module:ChestSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(itemName, langCode, sourceData) return "ECHO:\nitemName:" .. itemName .. "\nlangCode:" .. langCode .. "\nsourceData:" .. tostring(sourceData) end return p")
- 13:32, 20 October 2025 User account Harry76220827 talk contribs was created
- 12:22, 20 October 2025 User account RachelHoate talk contribs was created
- 07:57, 20 October 2025 Bonez565 talk contribs created page Module:Item Abilities New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) local ItemsModule = require("Module:Items_New") local KeywordsModule = require("Module:Keywords_New") -- Helper function to capitalize the first letter of a word function p.capitalize(word) return word:sub(1, 1):upper() .. word:sub(2):lower() end -- Helper function to extract and format the name from a file path local f...")
- 07:09, 20 October 2025 User account Viktoriyfe talk contribs was created
- 05:23, 20 October 2025 Bonez565 talk contribs created the page Data:Actions/YAML/DE using a non-default content model "JSON"
- 05:23, 20 October 2025 Bonez565 talk contribs created page Data:Actions/YAML/DE (Bonez565 created the page Data:Actions/YAML/DE using a non-default content model "JSON")
- 05:23, 20 October 2025 Bonez565 talk contribs created the page Data:Actions/YAML/EN using a non-default content model "JSON"
- 05:23, 20 October 2025 Bonez565 talk contribs created page Data:Actions/YAML/EN (Bonez565 created the page Data:Actions/YAML/EN using a non-default content model "JSON")
- 05:23, 20 October 2025 Bonez565 talk contribs created page Data:Actions/YAML (Created page with "{{Data:Languages}}")
