Scripts.ChestMania = false; // 开箱子专用脚本。下面可以定义需要扫荡的地图。 // Open chests in configured areas
//Config.ChestMania.Act1 = [13, 14, 15, 16, 18, 19]; // List of act 1 areas to open chests in
Config.ChestMania.Act2 = [65]; // List of act 2 areas to open chests in
Config.ChestMania.Act3 = [79, 80, 81]; // List of act 3 areas to open chests in
Config.ChestMania.Act4 = []; // List of act 4 areas to open chests in
//Config.ChestMania.Act5 = [115, 116, 119, 125, 126, 127]; // List of act 5 areas to open chests in
Scripts.ClearAnyArea = true; // 清理任意地图脚本,需在下方定义地图id。Clear any area
Config.ClearAnyArea.AreaList = [65, 79, 80, 81]; // List of area ids to clear. See sdk/areas.txt