战网中国

标题: 大佬们如何让kolbot支持大仓库 [打印本页]

作者: xiaofange    时间: 2021-5-21 02:17
标题: 大佬们如何让kolbot支持大仓库
有大佬知道么 给个提示
作者: enigma    时间: 2021-6-22 16:09
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();





欢迎光临 战网中国 (http://www.battlecn.net/) Powered by Discuz! X3.1