战网中国

标题: KOLBOT拾取文件的问题 [打印本页]

作者: imecco    时间: 2017-10-4 11:21
标题: KOLBOT拾取文件的问题
大家好,我想问问,关于KOL拾取文件是不是也要区分临时拾取和常规拾取
意思就是合成可以调用的区别
源文件里面几乎一样的,不区分调用物品?
比如我要合成宝石或者符文,不需要在后面@?
现在我遇到的问题是合成没反应,人物里面设置cube =ture;了



Config.Cubing = true; // Set to true to enable cubing.

        // Ingredients for the following recipes will be auto-picked, for classids check libs/NTItemAlias.dbl
    Config.Recipes.push([Recipe.Gem, "Flawless Amethyst"]);
        Config.Recipes.push([Recipe.Gem, "Flawless Amethyst"]); // Make Perfect Amethyst
        Config.Recipes.push([Recipe.Gem, "Flawless Topaz"]); // Make Perfect Topaz
        Config.Recipes.push([Recipe.Gem, "Flawless Sapphire"]); // Make Perfect Sapphire
        Config.Recipes.push([Recipe.Gem, "Flawless Emerald"]); // Make Perfect Emerald
        Config.Recipes.push([Recipe.Gem, "Flawless Ruby"]); // Make Perfect Ruby
        Config.Recipes.push([Recipe.Gem, "Flawless Diamond"]); // Make Perfect Diamond
        Config.Recipes.push([Recipe.Gem, "Flawless Skull"]); // Make Perfect Skull


妈的就是不合成
和我拾取文件有关系么

我的拾取是


[name] == perfectamethyst || [name] == perfecttopaz || [name] == perfectdiamond || [name] == perfectsapphire
[name] == perfectAmethyst
[name] == perfectDiamond
[name] == perfectEmerald
[name] == perfectRuby
[name] == perfectSapphire
[name] == perfectSkull
[name] == perfectTopaz


[name] == flawlesstopaz @
[name] == flawlessamethyst @
[name] == flawlesssapphire@
[name] == flawlessruby @
[name] == flawlessskull @
[name] == flawlessemerald @
[name] == flawlessdiamond @

加不加@都不合成
哪里需要注意的,请教
作者: wowoaoao    时间: 2017-10-4 11:51
kol不是nt,不认识@,kol没有临时拾取,所有辅材杂货均自动拾取,你只须设置主材和成品的拾取就行了。
作者: wowoaoao    时间: 2017-10-4 12:49
你把无瑕疵的拾取全都删掉就行了
作者: jamella    时间: 2017-10-4 13:37
只需设置成品,合成材料是自动捡的。
作者: imecco    时间: 2017-10-4 16:26
谢谢,我说怎么搞都不行原来这样,谢谢大家
洗蓝色的物品的话,我只要带一个材料就行了对吧,消耗品不管
拾取里面也不能有消耗品,只能有成品
明白了,KOL越用越离不开哈哈
作者: wowoaoao    时间: 2017-10-4 16:39
蓝色的材料不用管,只要写成品拾取。
作者: imecco    时间: 2017-10-4 16:46
嗯,不写进去,就是带一个在身上,不会洗了就丢了吧?比如洗蓝盾

作者: wowoaoao    时间: 2017-10-4 17:43
你的盾要符合它内定的要求,比如级别等,否则bot不会洗直接丢掉,然后自己去捡。
作者: imecco    时间: 2017-10-4 18:53
无暇能合成完美没问题了
同理我洗盾,完美宝石也不能在拾取文件中出现,我取消
问题来了,合成的完美宝石他直接丢了……
我拿一个盾放在箱子里的

作者: imecco    时间: 2017-10-4 18:54
Config.Cubing = true; // Set to true to enable cubing.

        // Ingredients for the following recipes will be auto-picked, for classids check libs/NTItemAlias.dbl

        Config.Recipes.push([Recipe.Gem, "Flawless Amethyst"]); // Make Perfect Amethyst
        Config.Recipes.push([Recipe.Gem, "Flawless Topaz"]); // Make Perfect Topaz
        Config.Recipes.push([Recipe.Gem, "Flawless Sapphire"]); // Make Perfect Sapphire
        Config.Recipes.push([Recipe.Gem, "Flawless Emerald"]); // Make Perfect Emerald
        Config.Recipes.push([Recipe.Gem, "Flawless Ruby"]); // Make Perfect Ruby
        Config.Recipes.push([Recipe.Gem, "Flawless Diamond"]); // Make Perfect Diamond
        Config.Recipes.push([Recipe.Gem, "Flawless Skull"]); // Make Perfect Skull


Config.Recipes.push([Recipe.Reroll.Magic, "Monarch"]); // Reroll magic Diadem  Monarch



作者: imecco    时间: 2017-10-4 18:56
内在的等级在哪设置,cubing.js ?我现在是88LV
作者: imecco    时间: 2017-10-4 18:59
        case Recipe.Reroll.Magic: // Hacky solution ftw
                                this.recipes.push({Ingredients: [Config.Recipes[i][1], "pgem", "pgem", "pgem"], Level: 88, Index: Recipe.Reroll.Magic});

                                break;

这里么,原来是91LV的,我改88试试
作者: imecco    时间: 2017-10-4 19:13
Transmuting: Monarch of Warding + Perfect Topaz + Perfect Ruby + Perfect Emerald
好了,谢谢 wowoaoao,这东西你研究的真深入
作者: auto_bot    时间: 2017-10-4 20:29
本帖最后由 auto_bot 于 2017-10-4 20:37 编辑

Ex : 2個必須相輔相成! 你合完寶時.物品檢捨檔也要設定.不然合完直接就丟了
ps . 暗金物品升級也一樣

物品檢捨檔
[attach]15577[/attach]



角色設定檔

[attach]15576[/attach]




作者: imecco    时间: 2017-10-5 10:54
auto_bot 发表于 2017-10-4 20:29
Ex : 2個必須相輔相成! 你合完寶時.物品檢捨檔也要設定.不然合完直接就丟了
ps . 暗金物品升級也一樣

那比如,你要合成完美宝石,又要拿完美宝石洗蓝色物品
按现在的逻辑设置 只有合成宝石会留着洗,地上mf掉出来的他由于拾取文件取消,所以不拾取

地上有完美宝石的话,他不拾取……
作者: wowoaoao    时间: 2017-10-5 11:26
呵呵,mf能出完美宝石吗?
作者: imecco    时间: 2017-10-5 11:41
敲act4的石头
作者: imecco    时间: 2017-10-5 11:41
或者宝石神殿




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