kolton / d2bot-with-kolbot

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

Charms Unid #2992

Open calibor1 opened 3 years ago

calibor1 commented 3 years ago

Charms unid tryed to ask for help but getting ignored spending over 50+ hours in 3 days configuring most issues and personal perameters again problem " charms unid in stash " note also Oculus unid aswell kb issue

chairrival commented 3 years ago

Hi there,

Is the problem that the charms are unidentified and you want them to be identified?

If so, does your pickit for charms look like this?

[name] == smallcharm

with nothing after the name? If so, it won't ID. You have to tell it what stats are acceptable for it to ID.

for example:

[name] == smallcharm # [maxhp] == 20

the above line would identify all small charms it finds and keep those with +20 life, selling the rest. Whatever goes after the first # symbol is what tells the bot to stash or sell.

for example:

[name] == smallcharm # [maxhp] == 99

the above line would cause the bot to identify the charm at vendor and sell it, because no small charm grants +99 life

As for the identification process in general, I prefer to disable CainID, like this:

Config.CainID.Enable = false; // Identify items at Cain

AND

Config.FieldID = false; // Identify items in the field instead of going to town.