popit
05-07-2013, 08:42 AM
just noticed when my char went to deposit items into the depot the char deposited them, but then withdrew the items from depot backpack back into my loot backpack.. i have many stack backpacks in depot so some backpacks are full of loot if that has anything to do with it, also im using a minimize backpack in lua so i have more room for backpacks of loot..
this is the line for when it deposits items into depot:
elseif (labelName == "Deposit") then
Self.DepositItems({5913,0},{7457,1},{3052,2},{7379 ,1},{5911,0},{7449,3},{7463,1},{7464,1},{3344,1},{ 7290,4},{819,5},{7387,5},{3574,5},{823,5},{7459,5} ,{3067,5})
if anyone knows how to fix this so it wont withdraw items from depot thank you in advance :)
this is the line for when it deposits items into depot:
elseif (labelName == "Deposit") then
Self.DepositItems({5913,0},{7457,1},{3052,2},{7379 ,1},{5911,0},{7449,3},{7463,1},{7464,1},{3344,1},{ 7290,4},{819,5},{7387,5},{3574,5},{823,5},{7459,5} ,{3067,5})
if anyone knows how to fix this so it wont withdraw items from depot thank you in advance :)