본문 바로가기
728x90

디아블로222

디아블로2 D2BS 창고지기 설정 우선 d2bs\kolbot\libs\AutoMule.js 파일을 열어서 var AutoMule = {Mules: {"Mule1": {muleProfile: "mule1", // The name of mule profile in d2bot#. It will be started and stopped when needed.accountPrefix: "창고지기 계정", // Account prefix. Numbers added automatically when making accounts.accountPassword: "계정 비밀번호", // Account password.charPrefix: "케릭터이름", // Character prefix. Suffix added automatically when maki.. 2019. 12. 15.
디아블로2 D2BS 파볼오브 소서 스킬설정 케릭 설정파일에 들어가보면 하단쪽에 Config.AttackSkill[0] = -1; // Preattack skill.Config.AttackSkill[1] = 0; // Primary skill to bosses.Config.AttackSkill[2] = 0; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.Config.AttackSkill[3] = 0; // Primary skill to others.Config.AttackSkill[4] = 0; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untim.. 2019. 12. 12.
디아블로2 D2BS no response from mule profile 오류 디아블로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 profileif (failCount >= 60) {D2Bot.stop(muleObj.muleProfile, true);delay(1000);} 2019. 12. 10.
디아블로2 D2BS starting mule profile : mule 오류 D2BS starting mule profile : mule 오류 해결법 오류가 나면서 봇이 정지가 되어 있다면 창고지기를 설정안해서 그렇다 아래 영상을 보고 창고지기를 설정하면 된다. 쉽게 설명 하면 d2bs\kolbot\libs\AutoMule.js 파일을 열어서 수정을하면된다 참고로 창고계정명이 abc 라고하면 abc1을 자동으로 만들고케릭까지 자동으로 생성후 아이템을 받아먹는다생성은 abc1, abc2 순서대로 자동이다. 케릭명은 끝에 a,b,c 순서대로 자동생성으로 DDD 로 설정했다면 DDDa, DDDb 순서대로 만들어진다. 이해서 안가면 아래 동영상 보면된다. Mules: {"Mule1": {muleProfile: "프로파일명", // The name of mule profile in d2b.. 2019. 12. 10.
728x90