늑드루 공격설정.. 워울프로 변신을 못해요!
분류
질문
조회 수
1,047
추천 수
0
안녕하세요 늑드루에 빠져들고 있는 러브악동입니다.
한참 해머딘 봇돌리다가... 늑드루 횃불퀘 전용으로 키워놨는데...
이놈으로도 봇이 가능하더라고요...
수수 텔레포트를 못해서 아쉽긴하지만...
사냥 시작하기전에 워울프로 변신은 하지만..
워을프 지속시간이 끝나거나...
사냥중 중간중간 "프리캐스트" 시전으로 워울프가 풀려요...
풀리고나서 퓨리공격이 안되서 몹앞에서 멍하니 서있기만해요 ㅠ.ㅠ
퓨리공격하기 위해서 워울프로 변신하고.. 풀리면 다시 변신하고 할수있는 설정없을까요...
// 공격 설정하기
//---------------
// MyConfig_AttackSkill[X] = [스킬 번호, 몬스터와의 간격]
//==========================================================================
MyConfig_AttackSkill[0] = [248, 2]; // 처음 한 번만 공격할 스킬
MyConfig_AttackSkill[1] = [248, 2]; // 대장 공격할 스킬
MyConfig_AttackSkill[2] = [223, 2]; // 1번 쿨타임 동안 공격할 스킬
MyConfig_AttackSkill[3] = [248, 2]; // 부하 공격할 스킬
MyConfig_AttackSkill[4] = [223, 2]; // 3번 쿨타임 동안 공격할 스킬
MyConfig_AttackSkill[5] = [248, 2]; // 1, 3번이 저항일 경우 공격할 스킬
MyConfig_AttackSkill[6] = [223, 2]; // 5번 쿨타임 동안 공격할 스킬
------------
// 사냥터로 가기 전에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_Precast.push([무기 번호, 스킬 번호])
// 주의: 설정한 순서대로 합니다.
// 참고: 설정하지 않으면 기본 값으로 프리캐스트 합니다.
//==========================================================================
MyConfig_Precast.push([1, 223]); // 워울프
//MyConfig_Precast.push([2, 155]); // Battle Command
//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, 247]); // 그리즐리
//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_PrecastCheck.push([무기 번호, 스킬 번호])
//==========================================================================
MyConfig_PrecastCheck.push([1, 223]); // 워울프
//MyConfig_PrecastCheck.push([2, 155]); // Battle Command
//MyConfig_PrecastCheck.push([1, 235]); // Cyclone Armor
//MyConfig_PrecastCheck.push([1, 221]); // Raven
//MyConfig_PrecastCheck.push([1, 222]); // Poison Creeper
MyConfig_PrecastCheck.push([1, 226]); // Oak Sage
MyConfig_PrecastCheck.push([1, 247]); // 그리즐리
//MyConfig_PrecastCheck.push([1, 227]); // Summon Spirit Wolf
//MyConfig_PrecastCheck.push([1, 231]); // Carrion Vine
//MyConfig_PrecastCheck.push([1, 236]); // Heart of Wolverine
//MyConfig_PrecastCheck.push([1, 237]); // Summon Dire Wolf
//MyConfig_PrecastCheck.push([1, 241]); // Solar Creeper
//MyConfig_PrecastCheck.push([1, 246]); // Spirit of Barbs
//MyConfig_PrecastCheck.push([1, 247]); // Summon Grizzly
//MyConfig_PrecastCheck.push([2, 149]); // Battle Orders
//MyConfig_PrecastCheck.push([1, 249]); // Armageddon
//MyConfig_PrecastCheck.push([1, 250]); // Hurricane

