kolton / d2bot-with-kolbot

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

D2BotMap / Manual and pickit not working #2289

Open FoXruN402 opened 4 years ago

FoXruN402 commented 4 years ago

For some odd reason it doesn't seem to pick anything.

I have tried to use D2BotMap, D2BotBlank/Manual script and nothing.

It's drinking potions but not picking them up or anything for that matter I still have to "alt" and grab the item.

I have it set to print game text and it loads up without any errors shown that I can see but doesn't pick... If I run botlead and scripts it works just fine and as normal. It's only when I flip scripts it seems to hate picking.

I am going to keep tinkering with it but was looking for ideas.

iihieiii commented 4 years ago

Please Check your "Char Name".js and check this status :


/* Inventory lock configuration. !!!READ CAREFULLY!!!

  • 0 = item is locked and won't be moved. If item occupies more than one slot, ALL of those slots must be set to 0 to lock it in place.
  • Put 0s where your torch, annihilus and everything else you want to KEEP is.
  • 1 = item is unlocked and will be dropped, stashed or sold. If you don't change the default values, the bot won't stash items. */ Config.Inventory[0] = [0,0,0,0,0,0,0,0,0,0]; Config.Inventory[1] = [0,0,0,0,0,0,0,0,0,0]; Config.Inventory[2] = [0,0,0,0,0,0,0,0,0,0]; Config.Inventory[3] = [0,0,0,0,0,0,0,0,0,0];

Note : If you don't change the default values, the bot won't stash items

You need to change this correctly so the bot can manipulate what he picks and stashs ;)

Also please Check your Kolton.nip and LLD.nip files. They are responsable for picking the right items up.

And most important, dont forget to watch Kolbot videos on Youtube ( https://www.youtube.com/watch?v=xTM5tpP1QIA ), he made a well explained video above all this simple details you are having trouble :( , please watch the video carefully and make the right configs before posting any problema because most things are all basic stuff to change...


Thank you. :)

FoXruN402 commented 4 years ago

I am talking about using the D2BotMap/D2BotBlank as the starter and getting it to pick items for you while you use it.... it's broken and I'm trying to work around it. I have created the Manual starter and added the line: Scripts.Manual = true; into the config and tried loading this many different ways Useraddon=true; / false; Tried loading with various starters BotMap, BotBlank, BotLead.... It will not pick items for me but does drink my potions... does not pick potions to replenish my belt as the bot would.

The interesting thing is that if I set Useraddon=true; then it seems to pick items but the auto-tele functions of BotMap/Manual script are not there at all and do not load.