kolton / d2bot-with-kolbot

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

Cubing Question #1258

Open ghost opened 5 years ago

ghost commented 5 years ago

How do I make the Bot keep Small gems for Cubing, because he always mules them and only keep the runes in the Chest. For example: Shael -> Dol (Chipped Ruby) Dol -> Hel (Chipped Emerald) Io -> Lum (Flawed Topaz) Lum -> Ko (Flawed Amethyst)

Cubing section: Config.Recipes.push([Recipe.Rune, "r13"]); // Shael -> Dol Config.Recipes.push([Recipe.Rune, "r14"]); // Dol -> Hel Config.Recipes.push([Recipe.Rune, "r16"]); // Io -> Lum Config.Recipes.push([Recipe.Rune, "r17"]); // Lum -> Ko

I have all the runes/gems in my Pickit file.

How do I make this work

Let me know

5noop commented 5 years ago

Don't put the small gems in your pickit, they will be automatically picked when needed.

ghost commented 5 years ago

Don't put the small gems in your pickit, they will be automatically picked when needed.

But how do I make the Bot keep 2 of each if I disable them in the Pickit file ? I don't want a full chest of small gems

5noop commented 5 years ago

You won't have a full chest, just try it. It will only pick the gems when it already has the runes.