kolton / d2bot-with-kolbot

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

Shrines and Wells #1669

Closed ARkaine2 closed 4 years ago

ARkaine2 commented 5 years ago

Is it possible to make bot pick not only shrines but also and wells?

DarkHorseDre commented 5 years ago

Short answer yes - but the bot files do not list wells as a shrine (https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/Shrines.txt) So you'd need to get its id, or worse still, its reference and add to the list..

ARkaine2 commented 5 years ago

So you'd need to get its id, or worse still, its reference and add to the list..

To which list? Where is that listed?

I want allow bot to pick not only wells but and evil urns in 5 act. ;) By default bot doesn't open them.

DarkHorseDre commented 5 years ago

I gave you the list - its not on there - so you'd have to get it yourself

evil urns/objects are not handled by the shrine getter code as they are two different things.

short answer if you're not good with code is to set: Config.OpenChests = 2;

if youre happy to mod then review the mostly complete list in misc.js and customise as you please