Log in

View Full Version : How to update old depositor and mana withdrawer?



zameq
12-09-2015, 09:59 AM
How to update old depositor and mana withdrawer to new version of depos?


I want to use only 1 deposit box.

elseif (labelName == "DepositItems") then
Walker.Stop()
wait(1900,2400)
Self.ReachDepot()
Self.DepositItems({3428, 0}, {8072, 0}, {3269, 3}, {3049, 3}, {3054, 0}, {3410, 0},{9054, 1}, {9053, 1}, {3114, 0}, {8894, 0}, {285, 2}, {9668, 1}, {10308, 1}, {266, 1}, {3732, 1}, {3735, 1}, {3492, 1}, {3737, 1}, {3607, 1}, {841, 1}, {3357, 3}, {8031, 1}, {10281, 1}, {5879, 1}, {3371, 0}, {3370, 0}, {3055, 4}, {828, 4}, {3265, 4}, {3351, 4}, {3313, 4})
wait(2000)


function withdrawToHand(takemana)
Self.WithdrawItems(2, {268, 0, (300-Self.ItemCount("Mana Potion"))})
wait(500, 800)
end

shadowart
12-09-2015, 10:13 AM
I don't think you should have to do anything. If you previously deposited something into the first backpack it will now instead go into the first depot.

m4kk1
12-09-2015, 09:57 PM
Nope, does not deposit in the new depot..

Marshall011
12-10-2015, 11:45 AM
Could anyone help him? I have the same problem. Bot puts loot to first dp chest but not to backpack stack which leads to full depo after few refils. I want to put my loot to first dp chest AND to first bp in it.

shadowart
12-10-2015, 12:04 PM
The intended behaviour is to use the depot chests as you previously used backpacks. The new depots can hold 2000 items each so they're not going to get full any faster than the old backpack system. If you don't want to deposit directly into the depots you'll have to write your own lua.

Also, I've verified that Self.DepositItems does indeed work.

DarkstaR
12-10-2015, 09:17 PM
Honestly, if you need to ask this question, you shouldn't be calling Self.ReachDepot and Self.DepositItems yourself. You should completely remove your deposit label and replace with the a Reach Depot waypoint and a Deposit Items waypoints.