PDA

View Full Version : XenoBot Bug - Open [Windows 7 x64] Depositer closing backpacks



maroxy
01-19-2015, 07:36 PM
Bug ReportOperating System:
Windows 7 x64 Short Description:
Depositer closing backpacks Behaviors: Feature error

Indepth Description:
Hi DarkstaR!

I have experienced since three or four patches before a little bug with the Depositer.

Doesn't matter amount of backpacks. Randomly while depositing the bot closes one of the bacpacks that are open.

Thanks in advice!

Nakuu
01-19-2015, 07:43 PM
Been reported, sadly it's very hard to find the reason why it happens. If you can try to record it with Looter open (to see backpacks indexes), might help finding the issue.

maroxy
01-19-2015, 07:50 PM
Been reported, sadly it's very hard to find the reason why it happens. If you can try to record it with Looter open (to see backpacks indexes), might help finding the issue.

Okay. Thanks for fast answer, I'll try to record it.

Thanks.

DarkstaR
01-19-2015, 08:34 PM
It happens because you are depositing from a backpack that has another backpack in the last slot, that is another deposit backpack. Something like:


BP 1: {deposititem, deposit item, shovel, rope, bp2, bp3}
BP 2: {deposititem, deposit item, ..., cascaded backpack}
BP 3: {deposititem, deposit item, ..., cascaded backpack}

When it's done depositing from BP 1, it tries to open BP 3 as a "cascaded backpack" so it can deposit from it, as well. This is because the depositor is coded with the assumption that it is only depositing from cascaded loot backpacks, and not your main backpack.

maroxy
01-19-2015, 09:05 PM
It happens because you are depositing from a backpack that has another backpack in the last slot, that is another deposit backpack. Something like:


BP 1: {deposititem, deposit item, shovel, rope, bp2, bp3}
BP 2: {deposititem, deposit item, ..., cascaded backpack}
BP 3: {deposititem, deposit item, ..., cascaded backpack}

When it's done depositing from BP 1, it tries to open BP 3 as a "cascaded backpack" so it can deposit from it, as well. This is because the depositor is coded with the assumption that it is only depositing from cascaded loot backpacks, and not your main backpack.

So a way to use it in a right way should be the next:

DP > OPEN > LOOT BACKPACKS > DEPOSIT > OPEN ALL BACKPACKS.

Or just:

Put a shovel in.the last slot.of the main backpack.

Tomorrow Tibia will be updated so you could think something to recognize main backpack so the function will not try to open the last backpack from the main backpack.

Really Thanks.