PDA

View Full Version : 6-18-09 Offsets



Iforgot
06-18-2009, 12:29 PM
OK now that we have it all worked out, I have edited below to provide the complete correct offsets.



[File Info]
Patchdate=6/18/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa5d174
ZoneInfoAddr=0xa5ceb4
SpawnHeaderAddr=0xa58b38
CharInfo=0xa58b38
TargetAddr=0xa58b50
ItemsAddr=0xa58b08
WorldAddr=0xa58b04

[SpawnInfo Offsets]
NextOffset=0x4
PrevOffset=0x8
LastnameOffset=0x38
XOffset=0x64
YOffset=0x68
ZOffset=0x6c
SpeedOffset=0x7c
HeadingOffset=0x80
NameOffset=0xA4
TypeOffset=0x125
SpawnIDOffset=0x148
HideOffset=0x3c4
LevelOffset=0x3c8
RaceOffset=0xe78
ClassOffset=0xe7c

[GroundItem Offsets]
PrevOffset=0x00
NextOffset=0x04
IdOffset=0x08
DropIdOffset=0x0c
XOffset=0x34
YOffset=0x30
ZOffset=0x2c
NameOffset=0x38

Hidron
06-18-2009, 02:14 PM
Looks like 4 of the secondary offsets are different (HideOffset, LevelOffset, RaceOffset, ClassOffset). Can try these for SpawnInfo Offsets:


[SpawnInfo Offsets]
NextOffset=0x4
PrevOffset=0x8
LastnameOffset=0x38
XOffset=0x64
YOffset=0x68
ZOffset=0x6c
SpeedOffset=0x7c
HeadingOffset=0x80
NameOffset=0xa4
TypeOffset=0x125
SpawnIDOffset=0x148
HideOffset=0x3c4
LevelOffset=0x3c8
RaceOffset=0xe78
ClassOffset=0xe7c

Iforgot
06-18-2009, 02:34 PM
Actually your Race offset is also wrong. Here is the correct Race offset:

RaceOffset=0xe78

I updated the complete offset list back in the first post of the thread.

brianp
06-18-2009, 06:16 PM
Thanks!