파이어 클러 곰드루 키우는 중인데요.
분류
질문
조회 수
579
추천 수
0
D2NT3.1_NTBot4.2 버전에서
콜드 엘리드루는 돌아가는데,
파이어 곰드루는 스킬 부분을 아래와 같이 수정했지만, 곰으로 변신을 안하네요.
4.2 버전에서 불가능한 것인지요? 아직 렙이 안되서 4.7을 못받는데^^
// 공격 설정하기
//---------------
// MyConfig_AttackSkill[X] = [스킬 번호, 몬스터와의 간격]
//==========================================================================
MyConfig_AttackSkill[0] = [249, 10]; // 처음 한번만 공격할 스킬
MyConfig_AttackSkill[1] = [239, 0]; // 대장 공격할 스킬
MyConfig_AttackSkill[2] = [249, 10]; // 1번 쿨타임 동안 공격할 스킬
MyConfig_AttackSkill[3] = [239, 0]; // 부하 공격할 스킬
MyConfig_AttackSkill[4] = [249, 10]; // 3번 쿨타임 동안 공격할 스킬
MyConfig_AttackSkill[5] = [239, 0]; // 1, 3번이 저항일 경우 공격할 스킬
MyConfig_AttackSkill[6] = [249, 10]; // 5번 쿨타임 동안 공격할 스킬
// 사냥터로 가기 전에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_Precast.push([무기 번호, 스킬 번호])
// 주의: 설정한 순서대로 합니다.
// 참고: 설정하지 않으면 기본 값으로 프리캐스트 합니다.
//==========================================================================
//MyConfig_Precast.push([2, 155]); // Battle Command
//MyConfig_Precast.push([1, 52]); // Enchant
MyConfig_Precast.push([1, 235]); // Cyclone Armor
MyConfig_Precast.push([1, 221]); // Raven
//MyConfig_Precast.push([1, 222]); // Poison Creeper
MyConfig_Precast.push([1, 226]); // Oak Sage
//MyConfig_Precast.push([1, 227]); // Summon Spirit Wolf
//MyConfig_Precast.push([1, 231]); // Carrion Vine
//MyConfig_Precast.push([1, 236]); // Heart of Wolverine
//MyConfig_Precast.push([1, 237]); // Summon Dire Wolf
//MyConfig_Precast.push([1, 241]); // Solar Creeper
//MyConfig_Precast.push([1, 246]); // Spirit of Barbs
MyConfig_Precast.push([1, 247]); // Summon Grizzly
//MyConfig_Precast.push([2, 149]); // Battle Orders
//MyConfig_Precast.push([1, 249]); // Armageddon
//MyConfig_Precast.push([1, 250]); // Hurricane
MyConfig_Precast.push([1, 228]); // Werebear
// 이동이나 사냥 중에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_CheckPrecast.push([무기 번호, 스킬 번호])
//==========================================================================
//MyConfig_CheckPrecast.push([2, 155]); // Battle Command
//MyConfig_CheckPrecast.push([1, 52]); // Enchant
MyConfig_CheckPrecast.push([1, 235]); // Cyclone Armor
MyConfig_CheckPrecast.push([1, 221]); // Raven
//MyConfig_CheckPrecast.push([1, 222]); // Poison Creeper
MyConfig_CheckPrecast.push([1, 226]); // Oak Sage
//MyConfig_CheckPrecast.push([1, 227]); // Summon Spirit Wolf
//MyConfig_CheckPrecast.push([1, 231]); // Carrion Vine
//MyConfig_CheckPrecast.push([1, 236]); // Heart of Wolverine
//MyConfig_CheckPrecast.push([1, 237]); // Summon Dire Wolf
//MyConfig_CheckPrecast.push([1, 241]); // Solar Creeper
//MyConfig_CheckPrecast.push([1, 246]); // Spirit of Barbs
MyConfig_CheckPrecast.push([1, 247]); // Summon Grizzly
//MyConfig_CheckPrecast.push([2, 149]); // Battle Orders
//MyConfig_CheckPrecast.push([1, 249]); // Armageddon
//MyConfig_CheckPrecast.push([1, 250]); // Hurricane
MyConfig_CheckPrecast.push([1, 228]); // Werebear