Tip of the Day
Many NPCs can tell you rumours to help find things in the game.

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).

Logs
  • 00:43, 1 December 2025 Bonez565 talk contribs created page Module:DataLoader Test (Created page with "-- Module:DataLoader -- Additions: index autodetect (index/Index), UUID and name resolvers for any family. local p = {} -- Families that *might* be sharded. Only "Items" today, but future-proof this list. local SHARDED_FAMILIES = { Items = true, -- Buildings = true, -- Activities = true, -- Locations = true, -- Factions = true, } -- ------------- internals ------------- local function isSharded(family) return SHARDED_FAMILIES[family] == true end local function...")