Sorry if this is the wrong place to post this, but Im trying to get ahold of the memory addresses of certain variables in WoW:
With some frustrating searching with CE, Ive only seemed to be able to find the addresses for self HP/MaxHP
Im looking to find a way to draw out the: Current Target Name, Position, Target HP/MaxHP, Target Mana/MaxMana, Self HP/MaxHP, Self Mana/MaxMana, and Cooldown Times.
My only idea is a LUA addon which updates variables constantly.
Im trying to design a program which will read this information, might there be anyone who knows perhaps an easier way to get ahold of these variables while the game is running?