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.