xiaofange 发表于 2021-5-21 02:17:56

大佬们如何让kolbot支持大仓库

有大佬知道么 给个提示

enigma 发表于 2021-6-22 16:09:58

6、10*10大箱子修改Storage文件如下:var Storage = new function () {
        this.Init = function () {
                this.StashY = 10;
                this.Inventory = new Container("Inventory", 10, 4, 3);
                this.TradeScreen = new Container("Inventory", 10, 4, 5);
                this.Stash = new Container("Stash", 10, this.StashY, 7);
                this.Belt = new Container("Belt", 4 * this.BeltSize(), 1, 2);
                this.Cube = new Container("Horadric Cube", 3, 4, 6);
                this.InvRef = [];

                this.Reload();
页: [1]
查看完整版本: 大佬们如何让kolbot支持大仓库