14차날아님 소서용병 인첸걸어주기 방법좀 가르쳐주세요
분류
질문
조회 수
1,770
추천 수
0
프리캐스트에는 용병에 관한말이 없네요 ;;
// 사냥터로 가기 전에 할 프리캐스트 설정하기
//-------------------------------------------
// 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
리플부탁드려요^^

