D2NT 파볼오브 보스사냥설정질문입니다.
분류
질문
조회 수
1,216
추천 수
0
지금 현재 저의 스킬 지정은
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 59; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 47; // Primary skill to boss.
NTConfig_AttackSkill[2] = 56; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 47; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 64; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 55; // Secondary untimed skill. Set to 0 if you won't
NTConfig_ClearPosition = false; // Set to true if you want to clear area after killing boss.
이렇게 되어 있습니다.
사냥하는 걸 가만히 지켜보니 필드상의 래어몹도 보스로 인식하여서 어택스킬1번 즉 파볼만 죽어라 날립니다.
혹시 보스가 파이어 이뮨일 시에 세컨더리 스킬 지정이 가능할까요?

