|
板凳
楼主 |
发表于 2022-3-11 15:46:16
|
只看该作者
Config.AttackSkill[0] = 51; // Preattack skill.
Config.AttackSkill[1] = 51; // Primary skill to bosses.
Config.AttackSkill[2] = 51; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
Config.AttackSkill[3] = 51; // Primary skill to others.
Config.AttackSkill[4] = 51; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = 51; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = 51; // Secondary untimed skill if monster is immune to primary untimed.
// Low mana skills - these will be used if main skills can't be cast.
Config.LowManaSkill[0] = -1; // Timed low mana skill.
Config.LowManaSkill[1] = -1; // Untimed low mana skill.
因为是私服。我是这样设置的,我想全部用火墙打,他就是不打怪,只飞。
运行之后就会报错,报错内容是
15:33:12 (ces) D2BS is not responding... starting profile
15:33:17 (ces) Crash Info: Script: no entry Area: Rogue Encampment
15:33:29 (ces) Unhandled location 43
15:33:30 (ces) Restarting
15:34:04 (ces) NIP file doesn't exist: pickit/auto/white1.nip
15:34:32 (ces) Error in Mausoleum (misc.js #1617) shapeShift: Invalid parameter (Area: 17, Ping:125, Game: X12333)
实在是不明白
|
|