Greetings,
i started tinkering around with the World of Warcraft 2.4.3 object manager. Right now I'm able to get the position(x,y,z), rotation, guid and type. I also want to get the name of each GameObject. I searched on Ownedcore & google for a name offset, but I can't find it anywhere. I'm not that good in reverse engineering that i can find out the offset by myself:(. I just tried this:
- Scan for name in CE and lookup the closest address to the currentObjectBaseAddress. No Success.:mad:
- Loop through every object (currentObject + 4000 addresses) if they contains for example: my character name or a name of an NPC. No Success:mad:
Slowly I'm thinking that there is no single address that contains the whole name of an object. I would appreciate if anybody can give me the right offset for version 2.4.3(Yes i looked up the dump threads) or help me to understand how i can get the names of each object correctly.:rolleyes:
Best regards,
dasnod
i started tinkering around with the World of Warcraft 2.4.3 object manager. Right now I'm able to get the position(x,y,z), rotation, guid and type. I also want to get the name of each GameObject. I searched on Ownedcore & google for a name offset, but I can't find it anywhere. I'm not that good in reverse engineering that i can find out the offset by myself:(. I just tried this:
- Scan for name in CE and lookup the closest address to the currentObjectBaseAddress. No Success.:mad:
- Loop through every object (currentObject + 4000 addresses) if they contains for example: my character name or a name of an NPC. No Success:mad:
Slowly I'm thinking that there is no single address that contains the whole name of an object. I would appreciate if anybody can give me the right offset for version 2.4.3(Yes i looked up the dump threads) or help me to understand how i can get the names of each object correctly.:rolleyes:
Best regards,
dasnod