디아블로2
디아블로2 D2BS no response from mule profile 오류
젤리씨
2019. 12. 10. 20:29
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