음... 봇돌이랑 봇순이가 함성을 외치지 않는군요....
분류
질문
조회 수
346
추천 수
0
캐릭터설정파일(소소기준)에서 --- 쫄봇은 사용하지 않습니다.
//NTConfig_Script.push(["MyDiaRunGisa.ntj"]); // 디아런 도우미(기사) <----- 요렇게 수정햇구
// 사냥터로 가기 전에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_Precast.push([무기 번호, 스킬 번호])
// 주의: 설정한 순서대로 프리캐스트 합니다.
// 참고: 설정하지 않으면 기본값으로 프리캐스트 합니다.
//==========================================================================
MyConfig_Precast.push([2, 155]); // Battle Command
//MyConfig_Precast.push([1, 52]); // Enchant
//MyConfig_Precast.push([1, 57]); // Thunder Storm
//MyConfig_Precast.push([1, 58]); // Energy Shield
//MyConfig_Precast.push([1, 40]); // Frozen Armor
MyConfig_Precast.push([1, 50]); // Shiver Armor
//MyConfig_Precast.push([1, 60]); // Chilling Armor
MyConfig_Precast.push([2, 149]); // Battle Orders
// 이동이나 사냥 중에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_PrecastCheck.push([무기 번호, 스킬 번호])
//==========================================================================
MyConfig_PrecastCheck.push([2, 155]); // Battle Command
//MyConfig_PrecastCheck.push([1, 52]); // Enchant
//MyConfig_PrecastCheck.push([1, 57]); // Thunder Storm
//MyConfig_PrecastCheck.push([1, 58]); // Energy Shield
//MyConfig_PrecastCheck.push([1, 40]); // Frozen Armor
MyConfig_PrecastCheck.push([1, 50]); // Shiver Armor
//MyConfig_PrecastCheck.push([1, 60]); // Chilling Armor
MyConfig_PrecastCheck.push([2, 149]); // Battle Orders
이런식으로 수정을 햇는데 함성은 하지 않구(2번에 콜투랑 스피릿이상없이 착용)
오히려 몹 잡는데 해머도 돌리지 않으며 오브도 잘 뿌리지 않는군요...
다른곳 손봐야할데 있는건가요?