Character

From wowdev
Revision as of 16:06, 12 September 2007 by Schlumpf (talk | contribs) (New page: In this block several data about the player's and its target's infomation is hold. *'''by vsloathe on 12th Sep. 07, 15:40''' +0x00 player ID - 8 bytes integer +0x10 - x - float +0x14 -...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In this block several data about the player's and its target's infomation is hold.

  • by vsloathe on 12th Sep. 07, 15:40

+0x00 player ID - 8 bytes integer +0x10 - x - float +0x14 - y - float +0x18 - z - float +0x1C - horizontal direction - float (0 ... 2*PI) +0x20 - vertical direction - float (-PI/2 ... PI/2) +0x30 ->(4 bytes address, pointer to another structure) +0x58 health - 4 bytes integer +0x30 -> +0x5C mana - 4 bytes integer +0x40 target ID - 8 bytes integer +0x58 health - 4 bytes integer +0x5C mana - 4 bytes integer