Help

08/26/2011 20:13 marcusan#1
Hi...i need help a bit on how to find adress for auto looter, do i need to shearch for items adress or how ? cuz i cant find a good tut for it and if any1 kno pls tell me ........pls and thx
08/27/2011 01:02 Mega Byte#2
If you had of read previous topics you would know there is no address for auto looting ;)
Its something you need to program your self.

As ive said before you need to find the game function for picking up an item. Work out how the item state struct stores information *that is items on ground*
Work out how to teleport a player or walk to a spot prehaps. Or check if you are in range. using maths?

Know how to look up the item id from the item state in the Item Info array and find the rareness of it and maybe sell price.

Call the game function to pick it up if it meets requirements set.