Selling perfect gems?

tsurgai

New member
Is there a way to make the bot sell the resulting crafted perfect gems after I've hit the maximum amount I have in my pickit? for example I have:
[Name] == FlawlessDiamond # # [MaxQuantity] == 3
[Name] == PerfectDiamond # # [MaxQuantity] == 3
Right now it continues to grab flawless diamonds then crafts them into Perfect Diamonds but then just drops it.
 

NukePunch

Member
it drops your Pgems because you have MaxQuantity ==3
so if you have 3 P Diamond. it will continuously collect and craft but since you have 3 in your stash already so it drops
 

13entley

New member
Config.Recipes = {
{ Recipe.Gem, "Flawless Amethyst" }, -- Make Perfect Amethyst
{ Recipe.Gem, "Flawless Topaz" }, -- Make Perfect Topaz
{ Recipe.Gem, "Flawless Sapphire" }, -- Make Perfect Sapphire
{ Recipe.Gem, "Flawless Emerald" }, -- Make Perfect Emerald
{ Recipe.Gem, "Flawless Ruby" }, -- Make Perfect Ruby
{ Recipe.Gem, "Flawless Diamond" }, -- Make Perfect Diamond
{ Recipe.Gem, "Flawless Skull" } -- Make Perfect Skull
}
 
Top