댓글 #5253105 만듀 21.08.16 08:11 추천 1 #5253105 콜봇 폴더에 kolbot ->libs -> bots 에서 Diablo 클릭하셔서 디아블로 이니 여신다음 this.initLayout(); if (Config.Diablo.Entrance) { Attack.clear(30, 0, false, this.sort); Pather.moveTo(7790, 5544); 요렇게 적혀있는걸 찾아서 (대략 440번줄 정도 일겁니다) this.initLayout(); if (Config.Diablo.Entrance) { Pather.makePortal(); Attack.clear(30, 0, false, this.sort); Pather.moveTo(7790, 5544); 이렇게 바꾸시면 됩니다. Pather.makePortal(); <- 이걸 넣으셔야 합니다.
kolbot ->libs -> bots 에서 Diablo 클릭하셔서 디아블로 이니 여신다음
this.initLayout();
if (Config.Diablo.Entrance) {
Attack.clear(30, 0, false, this.sort);
Pather.moveTo(7790, 5544);
요렇게 적혀있는걸 찾아서 (대략 440번줄 정도 일겁니다)
this.initLayout();
if (Config.Diablo.Entrance) {
Pather.makePortal();
Attack.clear(30, 0, false, this.sort);
Pather.moveTo(7790, 5544);
이렇게 바꾸시면 됩니다.
Pather.makePortal(); <- 이걸 넣으셔야 합니다.