|
地板
楼主 |
发表于 2018-8-24 10:46:32
|
只看该作者
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
以上是开箱子和清理地图脚本,两个都true的情况下就是先开一边箱子,然后回头在清一边怪。没发现你说的同时开箱的设置~~ |
|