728x90
디아블로2 D2BS no response from mule profile 오류 해결법
창고 대기열 방생성 문제로 오류가 나면
d2bs\kolbot\libs폴더에 automule.js 파일에 들어가서
60을 되어 있는것을 180으로 바꾼다.
if (failCount >= 60) {
D2Bot.printToConsole("No response from mule profile.", 9);
break;
}
}
.
.
.
// No response - stop mule profile
if (failCount >= 60) {
D2Bot.stop(muleObj.muleProfile, true);
delay(1000);
}
728x90
'디아블로2' 카테고리의 다른 글
디아블로2 D2BS 창고지기 설정 (0) | 2019.12.15 |
---|---|
디아블로2 D2BS 파볼오브 소서 스킬설정 (0) | 2019.12.12 |
디아블로2 D2BS starting mule profile : mule 오류 (0) | 2019.12.10 |
디아블로2 d2multi.dll 에러 날때 (0) | 2019.10.25 |
디아블로2 다시 시작 (0) | 2019.10.25 |
댓글