d2bs질문입니다..
조회 수
632
추천 수
0
bad attack config,Don`t expect your bot to attack라고 뜨네요.
/* Attack config
* To disable an attack, set it to -1
* Skills MUST be POSITIVE numbers. For reference see http://pastebin.com/baShRwWM
*/
Config.AttackSkill[0] = 112; // Preattack skill.
Config.AttackSkill[1] = 112; // Primary skill to bosses.
Config.AttackSkill[2] = 113; // Primary aura to bosses
Config.AttackSkill[3] = 112; // Primary skill to others.
Config.AttackSkill[4] = 113; // Primary aura to others.
Config.AttackSkill[5] = 112; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = 113; // Secondary aura.
햄딘 스크립트 입니다.
도움부탁드려요 !
Config.AttackSkill[1] = 112; // Primary skill to bosses.
Config.AttackSkill[2] = 113; // Primary aura to bosses
Config.AttackSkill[3] = 112; // Primary skill to others.
Config.AttackSkill[4] = 113; // Primary aura to others.
Config.AttackSkill[5] = 101; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = 113; // Secondary aura.