Quote:
Originally Posted by fox834
How can I get all items from mall safebox and put in my inventory in 1 sec?
|
try something with:
Code:
net.SendSafeboxItemMovePacket(AttachedSlotPos, SlotIndex, 0)
net.SendSafeboxCheckoutPacket(AttachedSlotPos, SlotIndex)
net.SendSafeboxCheckinPacket(AttachedSlotPos, SlotIndex)
net.SendSafeboxWithdrawMoneyPacket(MoneyCount)
net.SendSafeboxSaveMoneyPacket(MoneyCount)
safebox.GetMallSize()
safebox.GetMallItemAttribute(SlotIndex, value)
safebox.GetMallItemMetinSocket(SlotIndex, value)
safebox.GetMallItemCount
safebox.GetMallItemID
safebox.GetItemID
safebox.GetCurrentSafeboxSize()
but if you don´t know python, its useless.