Distribution Chest Script

Generate a Razor script to restore your preferred distribution chest settings after login.

Reset Settings

All items enabled and always send to bank enabled.

Quick Notes

Run it after login, before changing the chest manually.

Regenerate only when your setup changes or a patch changes distro options.

Visually confirm the chest settings after the script finishes.

Settings

Choose which item types to disable splitting, then generate the matching Razor script.

Always Send Items To Bank

Item Types

Generated Razor Script

Copy or download the current distribution chest setup script.

Last Updated06 May 2026
Version v1.0.0W
# Distribution Chest Script
# Version: 1.0.0W
# Generated: 6/4/2026, 6:53:51 AM
# Generated by: https://www.outlandsbutler.com
# WARNING: Use this script after logging in. This script assumes fresh-login distro defaults.
#############################################
# INSTRUCTIONS:
# If you have already adjusted your chest settings, log out and log back in before running this script to ensure it can properly detect the current chest configuration.
# Paste this script into a new Razor script and run it near your distribution chest.
# Visually confirm the chest settings after the script completes.
#############################################

# Close the chest gump first if it is already open
if gumpexists 2865667423
  gumpclose 2865667423
  wait 500
endif

# Find Distro Chest within 2 tiles
if findtype "ph chest" ground -1 -1 2 as distroChest
  dclick distroChest
  waitforgump 2865667423 5000
else
  overhead "No Distro Chest found within 2 tiles." 38
  sysmsg "No Distro Chest found within 2 tiles." 38
  stop
endif

# No changes were requested
overhead "No distribution chest changes were needed." 81
sysmsg "No distribution chest changes were needed." 81