kolton / d2bot-with-kolbot

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

Bot isn't smart enough to buy #500

Open franva opened 6 years ago

franva commented 6 years ago

Set back to town to true when no mana, but the bot doesn't buy Tome of Town Portal automatically.

Can we fix it?

tgats commented 6 years ago

it should because mine does, and i did not change a thing.

noah- commented 6 years ago

do you have a tomb in your stash?

franva commented 6 years ago

Yes, I do have.

What's the code for this in the pickup file?

ghost commented 6 years ago

add the scrolls of tp in the pickit, but your bot needs a Tome in inv.

[name] == scrolloftownportal # # [maxquantity] == 20

winston-fan-webjet commented 6 years ago

@mf2212 I added [name] == scrolloftownportal into kolton.nip. If the bot has a book of portal, then quantity of portal scroll on the bot will be X X= 0 when the portal book hasn't stored full capacity X=1,2,3....Many after the portal book is full.

So [maxquantity] == 20 would work.

ghost commented 6 years ago

[name] == scrolloftownportal # # [maxquantity] == 20 it was working with d2nt and it's working with d2bs either