Ok so does this look right? I got the 0xc from the latest dump but im not getting a change from 0 to 1.
Thanks in advance.Code:uint CastState = wow.ReadByte(wow.ReadUInt(wow.ReadUInt(CurrentObjectPtr)+0x8) + (uint)0xc);
Ok so does this look right? I got the 0xc from the latest dump but im not getting a change from 0 to 1.
Thanks in advance.Code:uint CastState = wow.ReadByte(wow.ReadUInt(wow.ReadUInt(CurrentObjectPtr)+0x8) + (uint)0xc);
:gtfo2:
0xC0, not 0xC.
result = process.ReadShort(ObjectBase + 0xC0)
Last edited by Mr.Sergey; 09-06-2012 at 05:29 AM.
Jeez thanks, stupid mistake on my part. Ty
:gtfo2: