View Full Version : About DepositItems()
enricoluigi
10-25-2012, 12:45 AM
I need a little help over here
Does the Self.DepositItems function goes to the next backpack if the first one is full?
there is a way to deposit only rares inside, lets say, Dragon Backpack and non stackable items inside Expedition?
i downloaded lots of .lua scripts but none of them appears to have this kind of deposit function.
Thanks and sorry for my bad english ^^
desche188
10-25-2012, 01:48 AM
Q1: Does the Self.DepositItems function goes to the next backpack if the first one is full?
A: yes it does go to the next backpack. when i hunt drags i have 1 bp full and it goes and opens the one inside it.
Q2: is there a way to deposit only rares inside, lets say, Dragon Backpack and non stackable items inside Expedition?
A: yes there is it, you put your 2 bps on the depo and have stackable backpack and non stackable backpack next to it.
Self.DepositItems({11457,0}) ----this one is the first slot in the dp
Self.DepositItems({3322,1}) ----this one is the seccond slot in the dp.
parrode
02-08-2013, 05:59 AM
Q1: [COLOR=#333333]Does the Self.DepositItems function goes to the next backpack if the first one is full?
A: yes it does go to the next backpack. when i hunt drags i have 1 bp full and it goes and opens the one inside it.[/php]
I think its not the expected answer. DepositItems() is used to deposit into Depot. Looter go to the next backpack, but when you use DepositItems() to take item from bp into Depot, I think it dont use multiple backpacks...
Right?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.