标题: KolBot Bad attach config. Don't expect your bot to attack [打印本页] 作者: franva 时间: 2018-6-30 23:42 标题: KolBot Bad attach config. Don't expect your bot to attack 按照教学上的教程, 把所有readme都看了一下。 能自动登陆, 开房间,但是进入游戏后 显示
[attach]16568[/attach]
这是我的Sorceress.wf-sor.js 文件里面 :
我把那个 AutoSmurfs的配置放到了这个文件里, 其中的 一些配置看起来像这个样子:
Config.AutoBuild.Enabled = false; // This will enable or disable the AutoBuild system
我又跑去 Attacks.txt文件里面 改了 这个片段, 应为是刚开始Lv 4的 Sor, 所以没有陨石, 所以全部用 小火球代替:
*** Single element - fireball + meteor
Config.AttackSkill[0] = -1; // Preattack skill. Not implemented yet.
Config.AttackSkill[1] = 36; // Primary skill to bosses.
Config.AttackSkill[2] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
Config.AttackSkill[3] = -1; // Primary skill to others.
Config.AttackSkill[4] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.