kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
345 stars 334 forks source link

Diablo Walk - Create portal before clearing entrance? #2342

Open PeterMeatBeater opened 4 years ago

PeterMeatBeater commented 4 years ago

I want to get my games running quicker and smoother. I was hoping to have my Hammerdin open the portal so that my other chars can get in and help clear.

Is this what I need to be looking for:

if (Config.Diablo.Entrance) { Attack.clear(30, 0, false, this.sort); Pather.moveTo(7790, 5544);

Not sure what I need to change.

gtoilet commented 4 years ago
if (Config.Diablo.Entrance) {
        Pather.makePortal();
DarkHorseDre commented 4 years ago

if you enable publicmode, the bot will open a tp at entrance by default (you can just enable for that script if you dont want to enable for all scripts)