kolton / d2bot-with-kolbot

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

Cubing #1299

Open Sniezka1927 opened 5 years ago

Sniezka1927 commented 5 years ago

Yo I've added lines to the character config: Config.Cubing = true; // Set to true to enable cubing.

// Ingredients for the following recipes will be auto-picked, for classids check libs/NTItemAlias.dbl

    Config.Recipes.push([Recipe.Rune, "Gul Rune"]); // Upgrade Gul to Vex
    Config.Recipes.push([Recipe.Rune, "Vex Rune"]); // Ohm
    Config.Recipes.push([Recipe.Rune, "Ohm Rune"]); // Lo
    Config.Recipes.push([Recipe.Rune, "Lo Rune"]); // Sur
    Config.Recipes.push([Recipe.Rune, "Sur Rune"]); // Ber

Could somebody tell me why the bot isnt starting cubing and upgrading runes when he got all Ingredients in inventory?

DarkHorseDre commented 5 years ago

ensure you have the runes in pickit else it will cube then drop the resultant rune.

if he isnt doing anything at all then dunno - paste your config to pastebin.com and then post the link to it here