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
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