Python item vid ?

01/22/2013 15:09 3t3r4n#1
How can i get the VID of dropped items to use in net.SendItemPickUpPacket python function? Is there any function for register visible dropped item? I want to make a pickup filter ...
TKS :D
01/22/2013 15:11 noahrmal#2
I donīt know it exactly but its not that easy with net.SendItemPickUpPacket ;)

-> [Only registered and activated users can see links. Click Here To Register...]

There is the pickup from DaRealFreak and I there is a pickup filter too.
01/22/2013 15:18 3t3r4n#3
what does this more exacly?
Code:
import api
api.SetHandlers(self.OnRegisterItemVid, self.DeleteItemTestFunc)
and first have this structure OnRegisterItemVid(self, x, y, vid, vnum)

EDIT: where can i get tim66613 (api module) ?