kolton / d2bot-with-kolbot

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

Bot not saving Perfect Gems #1925

Open d2produce opened 5 years ago

d2produce commented 5 years ago

I got this enabled

[name] == perfectamethyst || [name] == perfecttopaz || [name] == perfectdiamond || [name] == perfectsapphire || [name] == perfectruby

I got Logging of HighGems set to true.

Cubing is True

I got: Config.Recipes.push([Recipe.Gem, "Flawless Amethyst"]); // Make Perfect Amethyst Config.Recipes.push([Recipe.Gem, "Flawless Ruby"]); // Make Perfect Ruby

And those are my only Cubing recipes uncommented.

Why isn't my bot making and saving perfect gems?

As a test I put 4x flawless amythest and 4x flawless ruby in his inventory than ran it.....it dropped 1 each of the p amy and p ruby and then cubed the remaining 3 into perfects. Shouldn't it have kept the flawless to make future perfects? Do I need to add flawless ruby and flawless amethyst to my pickit?

hdikiglb commented 5 years ago

i've never used the cubing feature, but i'd try adding flawless into pickit first.

segux commented 4 years ago

I have the same issue