does anyone know if the Scripts.ShopBot works
it should work.
it was fixed in May 2018 - https://github.com/blizzhackers/kolbot/commits/master/d2bs/kolbot/libs/bots/ShopBot.js
where does the Scripts.ShopBot picki go, I mean the objects you want me to buy
did you see this comment in char config ?
… Automatically uses shopbot.nip and ignores other pickits.
So I have everything right, the problem is that he stays an hour and does not buy anything?
That’s depending of what items you are looking for. Rare items could take days of shopping.
what do you mean by “he stays a hour and does not buy anything” ?
Did you edit the shopbot.nip, uncommenting/adding items are you looking for?
Did you set the right NPC for wanted items?
@mf22 I have a doubt there is another pickit for shopbot, I’m looking for a scepter for foh, 2 + foh 3+ convincion and 5 sox
Do you know what npc sells this scepter?
[Name] == Warscepter && [Quality] <= Superior # [sockets] == 5 && [skillfistoftheheavens] >= 3 && [skillconviction] >= 2
[Name] == Divinescepter && [Quality] <= Superior # [sockets] == 5 && [skillfistoftheheavens] >= 3 && [skillconviction] >= 2
[Name] == Caduceus && [Quality] <= Superior # [sockets] == 5 && [skillfistoftheheavens] >= 3 && [skillconviction] >= 2
[Name] == Warscepter && [Quality] <= Superior # [sockets] == 0 && [skillfistoftheheavens] >= 3 && [skillconviction] >= 2
[Name] == Divinescepter && [Quality] <= Superior # [sockets] == 0 && [skillfistoftheheavens] >= 3 && [skillconviction] >= 2
[Name] == Caduceus && [Quality] <= Superior # [sockets] == 0 && [skillfistoftheheavens] >= 3 && [skillconviction] >= 2
in shopbot.nip you could find such comments
//[type] == scepter # ([paladinskills] == 2 || [palicombatskilltab] == 3) && [skillfistoftheheavens]+[skillconviction] == 6 // [H]Akara, [H]Drognan, [H]Ormus etc.
so, hell difficulty Akara, Drognan, Ormus, …
None, nm and hell npc only sell magic items and norm npc cannot give you these stats.
fuck I put malah in hell to see if he gave it to me
I think I missed the
&& [Quality] <= Superior
from your lines. those should be magic or you shouldn’t add the [quality].
Would it be yes?
[type] == scepter && [Quality] <= Superior # ([paladinskills] == 2 || [palicombatskilltab] == 3) && [skillfistoftheheavens]+[skillconviction] == 6
I guess that your translator is working bad.
magic or no quality at all
[type] == scepter # ([paladinskills] == 2 || [palicombatskilltab] == 3) && [skillfistoftheheavens]+[skillconviction] == 6
mf can you give it to me as it should go thanks
Someone would know the settings for this scepter in the pickit
[type] == scepter && [Quality] <= Superior # ([skillconviction] == 2 || [skillfistoftheheavens] == 3) ¿¿
[type] == scepter && [Quality] <= Superior # [skillconviction] == 2 && [skillfistoftheheavens] == 3)
this is ok for finding it, but you cannot buy it from NPC like 5noop already said to you in #post9.
your image is showing a level 79 scepter.