kolton / d2bot-with-kolbot

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

Failed to kill Baal / diablo #1738

Open Holyhammers opened 5 years ago

Holyhammers commented 5 years ago

18:11:30 (necro) Error in BaalHelper (attack.js #298) Failed to kill Baal (Area: 132, Ping:156 18:08:42 (sorc) Error in DiabloHelper (attack.js #298) Failed to kill Diablo

Getting these errors on only 2 out of 8 bots.

Heres my current attack.js line 298 Any idea whats going on? if (target.hp > 0 && target.mode !== 0 && target.mode !== 12) { throw new Error("Failed to kill " + target.name + errorInfo); }

jaenster commented 5 years ago

They arrived at diablo, or baal, after it got killed.

My guess is that they went to town to shop, sell, whatever. It happens, its oke They just missed some xp. It helps allot to put fieldID on in the configuration

ghost commented 5 years ago

My character is doing the same thing, but my bot is getting the error even though it is only one in game. arrives at boss and then gives error, even though boss is alive.