Originally Posted by
Ben
I'm not sure how the built in depositer Stusse mentioned works. You could try it.
I can at least explain why only your last backpack is deposited on the first deposit attempt. The way the lua depositer works is it starts from open backpacks, and deposits everything in them plus what is in their cascaded backpacks. But it will not deposit loot in the parent backpacks (unless they are already opened). Since A-D are all parent backpacks of E, only E is deposited. Thus before depositing you need to reset your backpacks so that A is open, not E. Then A and its children B-E should all be deposited. Which is why I am puzzled because you say after resetting your backpacks only A is deposited. So there must be a further problem, but I couldn't say what. It'd help if you posted your label code.
Also the lua depositer decascades your bps after depositing, not before, and only if you opened cascaded backpacks, so that your backpack set-up is the same as it was before you started depositing.