[Python] Modules after GameForge-Update (01.10.2013)

12/23/2013 08:58 fox834#16
How can I get all items from mall safebox and put in my inventory in 1 sec?
12/23/2013 11:21 noahrmal#17
Quote:
Originally Posted by fox834 View Post
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.
12/23/2013 18:09 Mi4uric3#18
Stay on topic please!
01/02/2014 09:21 xike20#19
Hey,but how to import the "ServerInfo" module, it's usefully to AutoLogin.
Thanks.
01/09/2014 21:58 akos123456#20
Good job keep on doing it:)
04/17/2015 17:31 Kexxon#21
Can i get source for the modules listed in the dump? Have been searching for a while and i can't seem to find anything...

Or atleast the parameters
05/23/2015 13:14 _asm#22
the metin2-source was published a long time ago and is available with a simple google search :).