kolton / d2bot-with-kolbot

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

BUG: RushBot + Rushee 8 players game #2588

Open Rakkah opened 4 years ago

Rakkah commented 4 years ago

There's a bug/glitch or a problem with code while using RushBot + 7 Rushee leechers (Atleast it's for me with 7, the problem might be even with 2 or 3, but not with 1.)

The problem occurs after killing Duriel in A2. After traveling to Palace Cellar and placing there TP by RushBot, only Rushee character that uses Config.Rushee.Quester = true; is able to enter TP and talk to Jehryn. All other Rushee leechers can't enter this TP and they'll get stuck in a loop of "move retry" trying to enter TP or walking towards Warriv and then going back. The solution I found is that after killing Duriel, all leechers should talk to Atma and they're easily able to enter the portal.

I hope I explained it properly, if there's any missunderstanding in my formulation, please let me know. Otherwise I'll attach a video explaining this issue.

Cheers!

DarkHorseDre commented 4 years ago

That sounds familiar - I've defo read other issues like this (and made changes) - infact I just checked and made these changes

mark your post as a bug - but ensure you are now sourcing from kolbots new home: https://github.com/blizzhackers/kolbot

gtoilet commented 4 years ago

made my own quest script and i have this after summoner so that can enter dury tp may need to put it for the other leechers that cant enter tp

    Town.move(NPC.Atma);
    target = getUnit(1, 176); // Atma
    if (target && target.openMenu())
    me.cancel();