AHBOT设置表格

建议直接查看原版的文档

从116行开始才是数据库的解释,上面的是conf中的解释

不过conf我大致翻译了一下,所以不看也没关系

如果不明白就复制到什么百度翻译之类的翻译一下就行了

只需要注意

#These must add up to 100 each one is the percentage
#of the auction items that should be trade goods of
#that quality. A value of 0 will disable.

PercentGreyTradeGoods = 0
PercentWhiteTradeGoods = 27
PercentGreenTradeGoods = 12
PercentBlueTradeGoods = 10
PercentPurpleTradeGoods = 1
PercentOrangeTradeGoods = 0
PercentYellowTradeGoods = 0

PercentGreyItems = 0
PercentWhiteItems = 10
PercentGreenItems = 30
PercentBlueItems = 8
PercentPurpleItems = 2
PercentOrangeItems = 0
PercentYellowItems = 0

这里的参数和需要100.这是各种品质物品的占比,所以总和一定要100%

其他的翻译下就行了,不难理解,我就不写了

当然一些名字不分开是翻译不出来的

比如MinPriceGrey = 100 翻译的时候需要分成 Min Price Grey 灰色品质的最低价格(当然了这里的数值是%)