I've been trying to figure out if my fishing bobber is moving or not for a little while now and I just can't find it.
I've been trying
GAMEOBJECT_BYTES_1 = 0x11
ReadByte(baseAddr + WoWGameObjectFields.GAMEOBJECT_BYTES_1*4);
ReadByte(Descriptors + WoWGameObjectFields.GAMEOBJECT_BYTES_1);
and some readbyte with baseAddr + 224/244 because that was the offset a long time ago..
none of them return if the bobber has caught something. any help would be appreciated