kolton / d2bot-with-kolbot

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

Cubing Config Recipes #1866

Closed Kephren999 closed 5 years ago

Kephren999 commented 5 years ago

I just want the bot to cube a phase blade and try for 5 sockates. Nothing seems to work, he isn't even picking up any ingredients for it.

Config.Recipes.push([Recipe.Socket.Weapon, "Phase Blade", Roll.NonEth]); Config.Recipes.push([Recipe.Socket.Weapon, "phaseblade", Roll.NonEth]);

I have also tried Config.Recipes.push([Recipe.Socket.Weapon, "225", Roll.NonEth]);

Ingredients for the following recipes will be auto-picked, for classids check libs/NTItemAlias.dbl /* Cubing config. All recipe names are available in Templates/Cubing.txt. For item names/classids check NTItemAlias.dbl

what could i be doing wrong?

thx

mf022 commented 5 years ago

do you have a pickit line with non-eth phase blade (*/ Base item for the following recipes must be in pickit.)**?

[name] == phaseblade && [flag] != ethereal # [sockets] == 0 || [sockets] == 5 

be sure that you activated cubing

    Config.Cubing = true; // Set to true to enable cubing.
Kephren999 commented 5 years ago

yup got that. gone over my char config soo many times, its easy to miss things. i was looking at cubing.js and noticed this case Recipe.Socket.Weapon: this.recipes.push({Ingredients: [Config.Recipes[i][1], 617, 620, 561], Index: Recipe.Socket.Weapon, Ethereal: Config.Recipes[i][2]});

Is the cubing recipe set to only roll Ethereal?

I should mention the bot in question already has a white sup phase blade in the stash waiting, that i manually placed there. And there is lots of room for him to collect the ingredients needed.

mf022 commented 5 years ago

I should mention the bot in question already has a white sup phase blade

superior items cannot be socketed with runes, but only with Larzuk's quest a5q1, and that item will get the max number of sockets depending on its item level (https://diablo2.diablowiki.net/Sockets#Sockets_by_Number) => phase blade can get 3 / 4(ilvl 26-40) / 6 sockets on a5q1.

Kephren999 commented 5 years ago

Ohhh god , I forgot about that No wonder nothing I did worked, tried so hard lol Thx man

On Fri, Aug 9, 2019 at 2:41 PM mf022 notifications@github.com wrote:

I should mention the bot in question already has a white sup phase blade

superior items cannot be socketed with runes, but only with Larzuk's quest a5q1, and that item will get the max number of sockets depending on it's item level (https://diablo2.diablowiki.net/Sockets#Sockets_by_Number).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kolton/d2bot-with-kolbot/issues/1866?email_source=notifications&email_token=AM3LBAJRKCY36VCWHWZW2L3QDXQCHA5CNFSM4IKNP272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3727RA#issuecomment-520073156, or mute the thread https://github.com/notifications/unsubscribe-auth/AM3LBALOWWMV36O2Q4Z2BT3QDXQCHANCNFSM4IKNP27Q .