[Python]Functions for Bot

07/09/2018 22:39 radek01105#1
Hello. I need to find some functions for Python Loader in M2BOB.
Fuctions i need:
  • Open trade with other player
  • adding items to trade
  • Accept trade
And have one problem . When i want to invoke Drop item with code :
PHP Code:
import net
net
.SendItemDropPacket(20
do nothing. Is function change ?

Sorry for English,
07/15/2018 08:31 h649462#2
net.SendExchangeStartPacket(vid)
net.SendExchangeItemAddPacket(SlotIndex, DestinationSlotIndex)
net.SendExchangeAcceptPacket()
and you can try
SendItemDropPacketNew(ItemValue, Count)