kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

Not hiding in the corner for wave 3 baal #1220

Closed wills219 closed 5 years ago

wills219 commented 5 years ago

Could anyone help me figure out how to stop my hdin from teleporting to the corner on the hydra wave for baal. If anyone has a solution please help!

DarkHorseDre commented 5 years ago

At a quick glance the baal.js file seems to be where it checkshydra, and within that function it moves to a location:

Attack.clear(40);
this.checkHydra();

tick = getTickCount();

break;

So test commenting out the this.checkHydra(); line and I'm guessing it will stand there and get toasted by the hydras :D

wills219 commented 5 years ago

Has anyone found a solution to this that caused the bot to not load script

mf022 commented 5 years ago

the solution is in https://github.com/kolton/d2bot-with-kolbot/issues/1444#issuecomment-481813692