Examples:
-- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt
Config.Scripts.ChestMania.Enabled = false
Config.Scripts.ChestMania.Act1 = {"2" } -- open chests in Bloodmoor
Config.Scripts.ChestMania.Act2 = { }
Config.Scripts.ChestMania.Act3 = {"79" } -- open chests in Lower Kurast
Config.Scripts.ChestMania.Act4 = { }
Config.Scripts.ChestMania.Act5 = { }
Below you can even choose what types of chests you want to open.
I personally use "all":
Config.OpenChests.Enabled = true -- Open chests. Controls key buying.
Config.OpenChests.Range = 15 -- radius to scan for chests while pathing
Config.OpenChests.Types = {
-- which chests to open, use "all" to open all chests. See sdk/chests.txt for full list of chest names
"chest", "chest3", "armorstand", "weaponrack"
-- "all" -- remove the -- in front of the word "all"
}