PDA

View Full Version : Request: Withdraw items from a certain depot box.



Frantic
03-08-2016, 03:44 AM
Ive been looking for this script for a while but i cant seem to find anything.
I need a script to open say depot box 3 and withdraw garlic necklaces and put them in a certain backpack.
If anybody could help me out with that i would love you long time.

Thanks.

markitos
03-19-2016, 07:27 PM
i need that tooo :3 help guys !!

saweh
05-22-2016, 06:10 PM
Also need this script ! please help us :/

martintokio
05-23-2016, 12:17 PM
elseif (labelName == "WithdrawDP") then
Container.GetByName("Locker"):OpenChildren({3499, 3497, true})
wait(500,600)
Container.GetByName("Locker"):Close()
wait(500,600)
while Self.ItemCount(3083) < 10 do
Self.WithdrawItems(2, {3083, 7, 10-Self.ItemCount(3083)})
wait(200,400)
end