I've started to track them myself (after the tip that it's really better to just try to get them yourself and learn from it) and I've managed to find most of them, enough for my own relogger at least.
Here is my list:
Code:
enum UIFrame
{
CurrentFramePtr = 0x8C5F7C, // 4.03
CurrentFrameOffset = 0x88, // 4.03
UIBase = 0x8C5f7C, // 4.03
Name = 0x1C, // 4.03
ParentPtr = 0x98, // 4.03
EffectiveScale = 0x80, // 4.03
LabelText = 0xEC, // 4.03
Visible = 0x64, // 4.03
FirstFrame = 0xCE4, // 4.03
NextFrame = 0xCDC, // 4.03
FrameLeft = 0x6C, // 4.03
FrameRight = 0x74, // 4.03
FrameTop = 0x70, // 4.03
FrameBottom = 0x68, // 4.03
UnkDivWidth = 0x805300, // 4.03
UnkDivHeight = 0x805304, // 4.03
}
Feel free to add anything that I don't have yet and don't slack on looking for them! You should indeed look at 3.3.5a and see if you can find these offsets yourself (you now have the right ones for 4.03 so you can verify them yourselves) so you don't have to lurk and wait for others next time again
.