karol33k
01-26-2016, 01:23 PM
Hi, i got problem with script for withdraw potions/ring from depo.
elseif (labelName == "WithdrawHP") then
Self.ItemCount(Item.GetID(HPID) < WantedHP)
HPToWithdraw = (WantedHP - Self.ItemCount(HPID))
Self.WithdrawItems(3, {Item.GetID(HPID), SupplyBP, HPToWithdraw})
14:16 XenoBot: The container on the specified slot does not contain any items to withdraw or the next container is not located at the last slot.
14:16 XenoBot: Failed to open withdraw container.
anyone know why this not working, label normal open depot and see potions
elseif (labelName == "WithdrawHP") then
Self.ItemCount(Item.GetID(HPID) < WantedHP)
HPToWithdraw = (WantedHP - Self.ItemCount(HPID))
Self.WithdrawItems(3, {Item.GetID(HPID), SupplyBP, HPToWithdraw})
14:16 XenoBot: The container on the specified slot does not contain any items to withdraw or the next container is not located at the last slot.
14:16 XenoBot: Failed to open withdraw container.
anyone know why this not working, label normal open depot and see potions