kolton / d2bot-with-kolbot

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

Bot not picking up Essences of Destruction #2993

Open CaptaonUltraFIst opened 3 years ago

CaptaonUltraFIst commented 3 years ago

Hey guys, so I'm having a strange issue where none of my bots are picking up the essences of destruction when killing baal anymore, and therefore not making tokens. They are picking up all of the other essences but specifically avoiding this one. About a month ago it was working fine, but something has changed and I can't figure it out.

Now I've tried setting things up in a couple of ways to fix it but to no avail:

  1. Cubing in each bot's profile is set to True, as is the recipe to make the Token of Absalution. (also I DO have the token itself on my pickit)
  2. When that didn't work, I manually set my pickit to pick up all the essences to MAKE them grab them, but still nothing.

I feel like there's some thing really obvious I'm probably missing, but I just can't find it. Any ideas?

chairrival commented 3 years ago

if

Config.Cubing = true; // Set to true to enable cubing.

AND

Config.Recipes.push([Recipe.Token]); // Make Token of Absolution

Then you do not need to enable essences in your pickit.

Since the problem spans across all your bots, have you changed anything with Cubing.js?

CaptaonUltraFIst commented 3 years ago

Hey there! Thanks for your reply! I eventually figured it out actually. I had forgotten that I had set the maximum game time to a much lower time, so they weren't actually even making it to Baal before simply exiting the game.

Never do anything resembling coding when recovering from a Brian injury XD. The two don't mix well.

On Mon, Apr 5, 2021, 7:10 PM chairrival @.***> wrote:

if

Config.Cubing = true; // Set to true to enable cubing.

AND

Config.Recipes.push([Recipe.Token]); // Make Token of Absolution

Then you do not need to enable essences in your pickit.

Since the problem spans across all your bots, have you changed anything with Cubing.js?

— 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/2993#issuecomment-813771030, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR3YOUVDWG54XLUE3GOM5M3THJUSFANCNFSM42FUS2NA .