간단한거 질문하나할게요~
분류
질문
조회 수
247
추천 수
0
너무 기본적인거같지만 봇을 처음쓰는지라... 양해부탁드립니다 ㅠ
파볼오브소서인데 이 스킬표를 어떻게 작성해야할까요
메피만잡게끔 돌릴생각인데요 메피에게 메테오쓰게할려면 어떻게 작성해야할까요?
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary untimed skill. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

