PDA

View Full Version : 01/15/2013 Offsets



Fireblade
01-16-2013, 02:25 PM
Besides OwnerID these should work:
Edit: OwnerID updated.



[File Info]
Patchdate=15.01.2013

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xd655f0
SpawnHeaderAddr=0xde9a28
CharInfo=0xd58078
TargetAddr=0xd58090
ItemsAddr=0xd54be0
WorldAddr=0xd58048


[WorldInfo Offsets]
WorldHourOffset=4
WorldMinuteOffset=5
WorldDayOffset=6
WorldMonthOffset=7
WorldYearOffset=8

[SpawnInfo Offsets]
NextOffset=0x4
PrevOffset=0x8
LastnameOffset=0x38
XOffset=0x64
YOffset=0x68
ZOffset=0x6c
SpeedOffset=0x7c
HeadingOffset=0x80
NameOffset=0xa4
TypeOffset=0x125
SpawnIDOffset=0x148
OwnerIDOffset=0x1cc
HideOffset=0x3f8
LevelOffset=0x510
RaceOffset=0xe9c
ClassOffset=0xea0
PrimaryOffset=0xfa4
OffhandOffset=0xfb8

[GroundItem Offsets]
PrevOffset=0x00
NextOffset=0x04
IdOffset=0x08
DropIdOffset=0x0c
XOffset=0x70
YOffset=0x74
ZOffset=0x78
NameOffset=0x1c

Oggre
01-16-2013, 03:53 PM
Thanks Fireblade. I figured the secondary offsets changed which is why I made the other post earlier.

I don't know what the OwnerIDoffset does, but at first glance anyway the client seems to work with the secondary offsets you posted and the primary that the server returns.

Thanks again as always

O

Razzle
01-16-2013, 04:15 PM
Ownerid is used to help identify pets. Client works pretty good without it too.

Razzle

Fireblade
01-16-2013, 04:30 PM
It's updated anyways, however HideID is still wrong it seems. That's a bit harder to figure out. :)

Razzle
01-23-2013, 10:34 PM
Updated the hide offset.

Razzle