kolton / d2bot-with-kolbot

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

Mule will not create new char when full #2894

Open Genuine33 opened 3 years ago

Genuine33 commented 3 years ago

Hello.

I am new to using the D2BotMule.dbj / AutoMule. For some reason a new mule is not created and brought into the existing mule game once the stash + inventory completely fill up.

Below is what occurs (console view + explanation): Starting mule profile: Mule1 In mule game. AutoMule: Transfering items. Mule full, getting next character. Mule didn't rejoin. Picking up items.

Questions:

  1. Should the muleing system automatically exit the game when full and create a new mule character and rejoin the same open mule game to pickup the remaining items that could not be picked up on the previous mule char? Does it need to wait till the next muleing cycle to create a new mule character and have the MFer pickup and hold on to the remaining item until then? It seems like the MFer triggers the mule again a couple games later and does create a new mule...

  2. Do I need to update any files or run any kind of mule logging after I transfer items off of a mule or does the bot automatically scan the mule and know when it will be full?

  3. Please help me understand this file "kolbot-master\d2bs\kolbot\logs\AutoMule.Mule1.json":

    • this file shows the line "{"account":"myacc","accNum":1,"character":"charbc","charNum":3,"fullChars":["charba","charbb"],"torchChars":[]}"
    • if I replace "accNum":1,"character":"myaccbc" with "accNum":1,"character":"(name of character chosen to mule on)" will it choose the "(name of character chosen to mule on)"?

Any help/explanation would be appreciated!

Fa-b commented 3 years ago

I guess it is this message you are seeing from your mule profile and I guess you are seeing this message from your farm profile after the mule quits. Seems to me like a coincidence the farm profile quits right after the mule profile, but I suspect you have to look at the timeouts in your files, especially when loading up the mule profile takes a while to process. Tbh I'm a bit confused because I thought it would check for an empty game before picking back up items and leaving, but that may have just been my misconception. Are you sure you are using this repositories files?