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?
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?