Skip to content

안녕하세요.

날아다녀님 11차 수정버전을 사용중에 배틀커맨드는와 프로즌아머 썬더스톰등은 시전을 잘하지만

배틀오더스는 사용하지를 않고 있습니다.

혹시 비슷한 증상이나 해결할 수 있는 방법이 없을가요?

아래는 현재 세팅상태 입니다. 도우미 관련은 모두 //(주석처리) 하였습니다.

 // 사냥터로 가기 전에 할 프리캐스트 설정하기
 //-------------------------------------------
 // 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

50분동안 검색후 질문하였습니다.

읽어 주셔서 감사합니다.


*해결 : 클린버전으로 이니새로 설정하여서 해결 하였습니다.