战网中国

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 14152|回复: 33
打印 上一主题 下一主题

新人求助关于kolbot拾取和卖垃圾的问题

[复制链接]

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
跳转到指定楼层
楼主
发表于 2018-4-12 19:23:19 | 显示全部楼层 回帖奖励 |倒序浏览 |阅读模式
最近心血来潮开始开荒,kolbot KP一晚上,什么装备都没,我用默认的拾取,怎么自动卖垃圾到商店,总觉得拾取有问题,请教如何修改,谢谢
回复

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
沙发
 楼主| 发表于 2018-4-12 19:36:41 | 显示全部楼层
lighkl 发表于 2018-4-12 19:27
默认拾取都是极品自然不会出东西了

请问,卖店呢?怎么设置出售表啊
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
板凳
 楼主| 发表于 2018-4-12 19:59:28 | 显示全部楼层
lighkl 发表于 2018-4-12 19:49
捡到东西不是想要的就出售了~

关键就是他没卖出,全扔了,搞得没金币买水了
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
地板
 楼主| 发表于 2018-4-12 20:00:49 | 显示全部楼层
lighkl 发表于 2018-4-12 19:49
捡到东西不是想要的就出售了~

// Additional item info log settings. All info goes to \logs\ItemLog.txt
        Config.ItemInfo = true; // Log stashed, skipped (due to no space) or sold items.
        Config.ItemInfoQuality = []; // The quality of sold items to log. See NTItemAlias.dbl for values. Example: Config.ItemInfoQuality = [6, 7, 8];


请问下,这里需要改吗?
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
5#
 楼主| 发表于 2018-4-12 21:44:01 | 显示全部楼层
lighkl 发表于 2018-4-12 21:41
你用的是什么人物,我直接给你发人物脚本

冰法~谢谢
发邮箱吧
omi2012@163.com
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
6#
 楼主| 发表于 2018-4-12 21:47:11 | 显示全部楼层
身上物品什么时候会卖店呢?我盯着bot,她就一直往身上堆,从来不见卖店,还有就是RUNE会拾取的吧,好怕啊
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
7#
 楼主| 发表于 2018-4-12 21:48:26 | 显示全部楼层
我知道了,
/* Inventory lock configuration. !!!READ CAREFULLY!!!
         * 0 = item is locked and won't be moved. If item occupies more than one slot, ALL of those slots must be set to 0 to lock it in place.
         * Put 0s where your torch, annihilus and everything else you want to KEEP is.
         * 1 = item is unlocked and will be dropped, stashed or sold.
         * If you don't change the default values, the bot won't stash items.
         */
        Config.Inventory[0] = [0,0,0,0,0,0,0,0,0,0];
        Config.Inventory[1] = [0,0,0,0,0,0,0,0,0,0];
        Config.Inventory[2] = [0,0,0,0,0,0,0,0,0,0];
        Config.Inventory[3] = [0,0,0,0,0,0,0,0,0,0];
是这一段吧~,求解,是不是都改1
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
8#
 楼主| 发表于 2018-4-12 22:09:05 | 显示全部楼层
的确是刚才发现的问题,开始卖垃圾了。。。眼看着她把打到的15%cd的灰暮卖了。。。。。默认拾取情况下,她会留JP的吧
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
9#
 楼主| 发表于 2018-4-12 22:11:00 | 显示全部楼层
lighkl 发表于 2018-4-12 21:46
你是不是选那个野外辨识物品了?那个辨识完不要的直接扔野外了肯定不会卖钱,改成Config.FieldID = false就 ...

/* Inventory lock configuration. !!!READ CAREFULLY!!!
         * 0 = item is locked and won't be moved. If item occupies more than one slot, ALL of those slots must be set to 0 to lock it in place.
         * Put 0s where your torch, annihilus and everything else you want to KEEP is.
         * 1 = item is unlocked and will be dropped, stashed or sold.
         * If you don't change the default values, the bot won't stash items.
         */
        Config.Inventory[0] = [0,0,0,0,0,0,0,0,0,0];
        Config.Inventory[1] = [0,0,0,0,0,0,0,0,0,0];
        Config.Inventory[2] = [0,0,0,0,0,0,0,0,0,0];
        Config.Inventory[3] = [0,0,0,0,0,0,0,0,0,0];

发现是这里的问题,请问改几行1还是全改1啊?
回复 支持 反对

使用道具 举报

15

主题

41

帖子

150

积分

侠客

Rank: 3Rank: 3

积分
150
10#
 楼主| 发表于 2018-4-12 22:53:07 | 显示全部楼层

是的
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|BattleCN ( 陕ICP备05006600号 )

GMT+8, 2024-5-3 10:39 , Processed in 0.057986 second(s), 20 queries .

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表