Skip to content

날아다녀님 8차버전 골램소환문제 질문....[완료]

조회 수
312
추천 수
0
등록일
 피맺힌가방끈
게시글 주소
https://tradia.me/diablo2/diablo2_faq/360207 복사

요번 8차업뎃에 소환물 뭉침해결 버전업이라 재빨리 갈아탔는데..

사냥터 도착후 블러드 골램을 소환하는 문제가 생기는데..

제 프리캐스팅 설정을 보자면 아래와 같은데 매번 블러드를 소환을 하는군요..

지금 8차로 업뎃하고 잘되시는 분 계신가요?

잘된다면 어딘가 설정이 잘못된거 같은데 도저히 못찾겠네요..

문제를 아시는분 답글좀 부탁드립니다.

 // 사냥터로 가기 전에 할 프리캐스트 설정하기
 //-------------------------------------------
 // MyConfig_Precast.push([무기 번호, 스킬 번호])
 // 주의: 설정한 순서대로 합니다.
 // 참고: 설정하지 않으면 기본 값으로 프리캐스트 합니다.
 //==========================================================================
 //MyConfig_Precast.push([2, 155]); // Battle Command
 //MyConfig_Precast.push([1, 75]); // Clay Golem
 //MyConfig_Precast.push([1, 94]); // Fire Golem
 //MyConfig_Precast.push([1, 85]); // Blood Golem
 //MyConfig_Precast.push([1, 68]); // Bone Armor
 //MyConfig_Precast.push([1, 70]); // Raise Skeleton
 //MyConfig_Precast.push([1, 80]); // Raise Skeletal Mage
 //MyConfig_Precast.push([1, 95]); // Revive
 //MyConfig_Precast.push([2, 149]); // Battle Orders

 // 이동이나 사냥 중에 할 프리캐스트 설정하기
 //-------------------------------------------
 // MyConfig_PrecastCheck.push([무기 번호, 스킬 번호])
 //==========================================================================
 MyConfig_PrecastCheck.push([2, 155]); // Battle Command
 //MyConfig_PrecastCheck.push([1, 75]); // Clay Golem
 //MyConfig_PrecastCheck.push([1, 94]); // Fire Golem
 //MyConfig_PrecastCheck.push([1, 85]); // Blood Golem
 MyConfig_PrecastCheck.push([1, 68]); // Bone Armor
 MyConfig_PrecastCheck.push([1, 70]); // Raise Skeleton
 MyConfig_PrecastCheck.push([1, 80]); // Raise Skeletal Mage
 MyConfig_PrecastCheck.push([1, 95]); // Revive
 MyConfig_PrecastCheck.push([2, 149]); // Battle Orders