Tip of the day
Being overencumbered only slows down your activities, but doesn't affect travel.
User contributions for Bonez565
From Walkscape Walkthrough
2 July 2026
- 03:5003:50, 2 July 2026 diff hist 0 N File:Mailbox Big.svg No edit summary current
- 03:4903:49, 2 July 2026 diff hist +178 N Mailbox Created page with "{{Page_Image|Main=Mailbox_Big|Thumb=Mailbox_Preview}} {{Page_Announcement| This is an in progress page}} A mailbox where you can receive items from other people, events and such!"
- 03:3903:39, 2 July 2026 diff hist −359 m Module:Abilities New No edit summary
- 03:3903:39, 2 July 2026 diff hist +930 m Module:Locations New No edit summary
- 03:3903:39, 2 July 2026 diff hist +1,659 m Module:Items New No edit summary
- 03:3503:35, 2 July 2026 diff hist +18 N Data:Lore/YAML Created page with "{{Data:Languages}}" current
- 01:1801:18, 2 July 2026 diff hist 0 File:Tiger Ability.svg Bonez565 uploaded a new version of File:Tiger Ability.svg current
- 01:1601:16, 2 July 2026 diff hist 0 File:Norsack Plains Iso.png Bonez565 uploaded a new version of File:Norsack Plains Iso.png current
- 01:1601:16, 2 July 2026 diff hist 0 File:Horn of Respite Iso.png Bonez565 uploaded a new version of File:Horn of Respite Iso.png current
- 01:1501:15, 2 July 2026 diff hist 0 File:Frusenholm Iso.png Bonez565 uploaded a new version of File:Frusenholm Iso.png current
- 01:1501:15, 2 July 2026 diff hist 0 File:Nurturing Nook Springs Iso.png Bonez565 uploaded a new version of File:Nurturing Nook Springs Iso.png current
- 01:1401:14, 2 July 2026 diff hist 0 File:Blackspell Harbour Iso.png Bonez565 uploaded a new version of File:Blackspell Harbour Iso.png current
- 01:1301:13, 2 July 2026 diff hist 0 File:Everhaven Iso.png Bonez565 uploaded a new version of File:Everhaven Iso.png current
- 01:1101:11, 2 July 2026 diff hist −76 m Versions/666 No edit summary
- 01:0601:06, 2 July 2026 diff hist +9,248 N Versions/666 Created page with "== +666 Release of the Beast Update == === Added === * Added a new feature: Mailbox * Added a new service type: Mailbox. Mailboxes are available in each location with a bank (as long as you have the bank unlocked) * Added a Mail button to inventory so you can open the mailbox from there as well * Now if processing a button takes a while, it will turn into a loading spinner * Added while away and bubble notifications for gaining PFP options * Added a button to lo..."
- 00:4500:45, 2 July 2026 diff hist +425 m Template:Version No edit summary
- 00:4500:45, 2 July 2026 diff hist −190 m Versions No edit summary
- 00:4400:44, 2 July 2026 diff hist +81 m Template:Version No edit summary
- 00:4300:43, 2 July 2026 diff hist +344 m Template:Version No edit summary
1 July 2026
- 12:1412:14, 1 July 2026 diff hist +40 N File:Collectible Icon.svg Redirected page to File:Collectibles Icon.svg current Tag: New redirect
- 12:1212:12, 1 July 2026 diff hist −85 m Staff:Test Page No edit summary Tag: Reverted
- 12:1212:12, 1 July 2026 diff hist +156 m Module:Requirements New No edit summary current
- 12:1212:12, 1 July 2026 diff hist +129 m Module:Requirements Test No edit summary current
- 06:2006:20, 1 July 2026 diff hist +1,732 N Template:Lore Item Created page with "<noinclude><syntaxhighlight lang="wikitext">{{#invoke:ItemInfobox_New|build|{{{Item_Name}}}|{{{Language}}}}}<!-- -->{{#invoke:Items_New|formatItemIntroDescription|{{{Item_Name}}}|{{{Language}}}}}<!-- -->{{#invoke:Combined_Item_Uses_New|make|{{{Item_Name}}}|{{{Language}}}}}<!-- -->{{#invoke:Combined_Item_Sources_New|make|{{{Item_Name}}}|{{{Language}}}}} {{Community_Guides_New|Item|{{{Item_Name}}}|{{{Language}}}}} {{Community_Loadouts_New|Item|{{{Item_Name}}}|{{{Language}}..."
- 06:1706:17, 1 July 2026 diff hist +65 m Module:Combined Item Sources Test No edit summary current
- 06:1706:17, 1 July 2026 diff hist +65 m Module:Combined Item Sources New No edit summary current
- 06:1406:14, 1 July 2026 diff hist +66 m Staff:Templates No edit summary
- 06:1306:13, 1 July 2026 diff hist +31 m Staff:Templates →Page Building Modules
- 06:1306:13, 1 July 2026 diff hist +30 m Module:Combined Item Sources New/doc No edit summary current
- 06:1206:12, 1 July 2026 diff hist +15 m Module:CustomSource New/doc No edit summary current
- 06:1206:12, 1 July 2026 diff hist +72 N Module:CustomSource Test/doc Created page with "Live Page: Module:CustomSource New {{:Module:CustomSource New/doc}}" current
- 06:1106:11, 1 July 2026 diff hist +375 N Module:CustomSource New/doc Created page with "Documentation: Module:CustomSource New/doc Helper for Module:Combined Item Sources New = Main Function = <pre>{{#invoke:CustomSource New|main|Item Name|Language Code|}}</pre> <pre>p.main(Item_name, langCode, sourceData)</pre> Example: <pre>{{#invoke:CustomSource New|main|first_birthday_letter|EN|}}</pre> {{#invoke:ChestSource New|main|first_birthday_letter|EN|}}"
- 06:1106:11, 1 July 2026 diff hist +1,968 N Module:CustomSource New Created page with "local p = {} local DataSource = "Data" 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.arg..."
- 06:1006:10, 1 July 2026 diff hist +1,983 N Module:CustomSource Test Created page with "local p = {} local DataSource = "Data_test" local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") 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 = fram..."
- 05:5105:51, 1 July 2026 diff hist −25 m Template:Lore Item Test No edit summary
- 05:5005:50, 1 July 2026 diff hist −163 m Template:Lore Item Test No edit summary
- 05:4805:48, 1 July 2026 diff hist +49 m Module:ItemInfobox New No edit summary
- 05:4805:48, 1 July 2026 diff hist +49 m Module:ItemInfobox Test No edit summary
- 05:4805:48, 1 July 2026 diff hist +80 m Staff:Test Page No edit summary Tag: Reverted
- 05:4405:44, 1 July 2026 diff hist +47 m Module:Game New No edit summary current
- 05:4405:44, 1 July 2026 diff hist +47 m Module:Game Test No edit summary current
- 05:3705:37, 1 July 2026 diff hist +40 m Staff:Templates No edit summary
- 05:3705:37, 1 July 2026 diff hist +45 m Staff:Templates/Test →Page Building Templates
- 05:3605:36, 1 July 2026 diff hist +1,934 N Template:Lore Item Test Created page with "<noinclude><syntaxhighlight lang="wikitext">{{#invoke:ItemInfobox_Test|build|{{{Item_Name}}}|{{{Language}}}}}<!-- --><blockquote>{{#invoke:Items_Test|getDesc|{{{Item_Name}}}|{{{Language}}}}}</blockquote><!-- -->{{#invoke:Items_Test|formatItemIntroDescription|{{{Item_Name}}}|{{{Language}}}}}<!-- -->{{#invoke:Combined_Item_Uses_Test|make|{{{Item_Name}}}|{{{Language}}}}}<!-- -->{{#invoke:Combined_Item_Sources_Test|make|{{{Item_Name}}}|{{{Language}}}}} {{Community_Guides_Tes..."
- 01:1701:17, 1 July 2026 diff hist −17,641 m User:Bonez565/sandbox Replaced content with "Hi" current Tags: Replaced Manual revert
- 01:1101:11, 1 July 2026 diff hist −23 m Guide:Not A Periodical No edit summary current
- 01:0901:09, 1 July 2026 diff hist +513 m MediaWiki:Common.css No edit summary current
- 01:0801:08, 1 July 2026 diff hist +854 m Guide:Not A Periodical No edit summary
- 01:0801:08, 1 July 2026 diff hist +1,979 m MediaWiki:Common.css No edit summary
- 01:0401:04, 1 July 2026 diff hist +30 m Guide:Not A Periodical/Issue 3 No edit summary current
