kolton / d2bot-with-kolbot

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

MainLoopException: obj.fullChars is undefined (d2botmule.dbj #541) #1685

Closed S2Flare closed 5 years ago

S2Flare commented 5 years ago

MainLoopException: obj.fullChars is undefined (d2botmule.dbj #541)

I am getting this when automule makes a game and is full and needs to make a new char, it did work before. I believe I know what I did to cause this, I organized mules' items onto another account to hold for trading... I then proceeded to delete the mule char's except for 1 then deleted the names out of logs/AutoMule.Mule1.json

Everything I have broken so far I have been able to fix and learn something from, this I cannot figure out how to fix...

S2Flare commented 5 years ago

Lines 541 - 544

obj.fullChars.push(me.name); MuleData.write(obj); nextChar(); D2Bot.printToConsole("Mule full, getting next character.", 7);