// 吃鸡设定
// Chicken settings
Config.LifeChicken = 0; // 血量多少百分比退出游戏。 // Exit game if life is less or equal to designated percent.
Config.ManaChicken = 0; // 魔法值多少百分比退出游戏。 // Exit game if mana is less or equal to designated percent.
Config.MercChicken = 0; // 佣兵血量多少百分比退出游戏。 // Exit game if merc\'s life is less or equal to designated percent.
Config.TownHP = 0; // Go to town if life is under designated percent.
Config.TownMP = 0; // Go to town if mana is under designated percent.
Config.HPBuffer = 0; // Number of healing potions to keep in inventory.
Config.MPBuffer = 0; // Number of mana potions to keep in inventory.
Config.RejuvBuffer = 0; // Number of rejuvenation potions to keep in inventory.作者: 小渔 时间: 2015-11-26 07:50
\\d2bs\\kolbot\\tools\\MapThread.js里面找不到这个设定,是不是要在人物角色内设置。试了一下,是在人物.js文件里设置。谢谢大家。