Hello guys, I'm trying to iterate over all items on the ground and to do that i tried something like this:
But that did not work. Someone can help? I'm almost 100% sure that the adress is right...
Code:
typedef std::map<DWORD, DWORD*> _GroundItem; _GroundItem GroundItem = *(_GroundItem*)(Start of the map); _GroundItem::iterator it = GroundItem.begin() DWORD itemVid = it->first;