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).
- 10:44, 11 July 2025 Bonez565 talk contribs created page Module:Services (Created page with "local p = {} local data = mw.loadJsonData('Module:Services/Data') local yaml = mw.loadJsonData('Module:Services/YAML') -- Helper to traverse YAML using dot notation local function traversePath(path, root) local current = root for part in mw.text.gsplit(path, "%.") do if current then current = current[part] else return nil end end return current end -- Function to get name from service ID function p.getNameFromServiceID(frameOrID) local serviceID if t...")
