PDA

View Full Version : 4/7/2009 Offsets



MachineGun
04-07-2009, 08:42 AM
[File Info]
PatchDate=4/7/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa6e484
SpawnHeaderAddr=0xa4aa58
CharInfo=0xa4aa58
TargetAddr=0xa4aa70
ItemsAddr=0xa4aa28

bobster
04-07-2009, 09:32 AM
some secondary offsets have changed, most noticeably race and class

RaceOffset=0xe68
ClassOffset=0xe6c

MachineGun
04-07-2009, 08:57 PM
Thanks Bobster.

Razzle
04-07-2009, 09:53 PM
My EQLive account is not currently active. Can someone check these in the Spawn Info offsets? I got them from MQ2 (thanks mq2 devs). I was going through offsets real quick looking for others that don't match and only found these two. After I get the offsets all confirmed, I will try to get a new version of client and server out tomorrow.



HideOffset=0x2a8
LevelOffset=0x3a8


Razzle

DokuPuffs
04-07-2009, 10:21 PM
Those look good to me! However here is my full offsets in case you need them! These should work with this patch as far as I can tell.


[File Info]
PatchDate=4/7/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa6e484
SpawnHeaderAddr=0xa4aa58
CharInfo=0xa4aa58
TargetAddr=0xa4aa70
ItemsAddr=0xa4aa28

[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=0x2a8
LevelOffset=0x3a8
RaceOffset=0xe68
ClassOffset=0xe6c

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

lumplump
04-08-2009, 08:19 AM
on a side note the race/class offsets being screwy made for soem good amusement with a freind i was teaching the program to yesterday. he paniced for a minute when he saw 2 regular players identified as Shadowknight GM :)

lumplump
04-08-2009, 08:21 AM
how do you guys figure this out so quick? not that i dont apreciate the efforts, I jsut like to be self suffceint, when possible.

Razzle
04-08-2009, 05:51 PM
Its called practice. I know I am not very efficient at finding the secondary offsets myself, but I can do the primaries pretty quick. The best way to learn is start the server in debug mode and give it a shot. Doing is the best way to learn.

Razzle