speedwxd 发表于 2020-6-28 14:12:11

KOLBOT 仓库小号为什么不捡装备?

MF号可以正常调用仓库小号,进同一房间。MF号把需要转仓库的装备扔了一地,仓库小号无动于衷,然后两个货全退了。然后就没有然后了。。。。。:'(
求大佬指点。

speedwxd 发表于 2020-6-29 18:24:45

本帖最后由 speedwxd 于 2020-6-30 14:58 编辑

if (getDistance(me, item) < 20 && .indexOf(item.mode) > -1 && Town.ignoredItemTypes.indexOf(item.itemType) === -1) { // don't pick up trash
                                                list.push(copyUnit(item));
                                        }
这里有个距离的判断,我怀疑是踢桶完后离箱子太远了,所以没捡。继续调试。。。。。
==========就是这个原因,我改成200了。

speedwxd 发表于 2020-6-30 18:09:46

改变国度的问题,按http://battlecn.net/forum.php?mod=viewthread&tid=800577的方法没有反应。

speedwxd 发表于 2020-7-2 11:53:49

case 630: // pul->um 21--22
                                        if (me.ladder) {
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//21--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//8--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});// 15--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//18--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//19--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美紫--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美蓝--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美红--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美黄--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美绿--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美钻--22
                                                this.recipes.push({Ingredients: , Index: Recipe.Rune});//12 完美骷髅--22

speedwxd 发表于 2020-7-2 11:54:33

Config.Recipes.push(); // Make Perfect Amethyst
        Config.Recipes.push(); // Make Perfect Topaz
        Config.Recipes.push(); // Make Perfect Sapphire
        Config.Recipes.push(); // Make Perfect Emerald
        Config.Recipes.push(); // Make Perfect Ruby
        Config.Recipes.push(); // Make Perfect Diamond
        Config.Recipes.push(); // Make Perfect Skull

        //Config.Recipes.push(); // Make Token of Absolution
        Config.Recipes.push(); // Upgrade 7 to 8
        Config.Recipes.push(); //20--21
        Config.Recipes.push(); // Upgrade Pul to Um 8 15 18 19 21合成22
        Config.Recipes.push(); // Upgrade Um to Mal 22合成23
        Config.Recipes.push(); // Upgrade Mal to Ist 23合成24
        //Config.Recipes.push(); // Upgrade Ist to Gul
        //Config.Recipes.push(); // Upgrade Gul to Vex

idi 发表于 2021-12-30 08:29:27

标记下,新手有用
页: [1]
查看完整版本: KOLBOT 仓库小号为什么不捡装备?