1.13봇 소서스킬 순서좀 물어볼께요~
분류
질문
조회 수
1,385
추천 수
0
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 55; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 47; // Primary skill to boss.
NTConfig_AttackSkill[2] = 59; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 47; // Primary skill to others.
NTConfig_AttackSkill[4] = 55; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 59; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 47; // 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.
// Check self safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0x04|0x40;
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;
NTConfig_CastStatic = 100; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}
지금 검색해서 스킬 번호 를 나름 처음으로 넣어봤습니다
55번 글래셔스파이크
47번 파이어볼
59번 블리자드
궁금한게요,,제가 이리저리 찾아봐서 저렇게 순서를 잡았는데요
잘잡다가도
파이어 이뮨 쫄 몹에 가끔 엠신공 당한상태에서
멍청하게 블리 안쏘고 파이어볼만 계속 죽어라 쏘고 있는
소순이를 봐요,,,<>
혹시 지금 제가 적은 스킬 순서가 맞는지 알고 싶네요,
주 파어어볼 +부블리자드 짬뽕 소서 입니다
<스택필드는 안쓰도록 해놨습니다,,설정하니 계속 죽자고몹한테 달려들어서 ㄷㄷ>
그리고 밑에 이 부분요,,주석 처리 되었던데,
// Check self safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0x04|0x40;
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;
어떤것인지..
주석을 지워도 되는지 궁금해서 물어봅니다,,
감사합니다

