PDA

View Full Version : 12/08/2009 Offsets - Partial



scottie
12-08-2009, 11:50 AM
These will get you up and running although they're probably not complete:

[File Info]
Patchdate=12/08/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa92b00
ZoneInfoAddr=0xa8e410
SpawnHeaderAddr=0xa8e3f8
CharInfo=0xa8e3f8
ItemsAddr=0xb659d0
TargetAddr=0xa8e410

Fireblade
12-08-2009, 12:01 PM
[File Info]
Patchdate=12/08/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xb0b5f0
ZoneInfoAddr=0xa92840
SpawnHeaderAddr=0xb09908
CharInfo=0xa8e3f8
ItemsAddr=0xa8e3c8
TargetAddr=0xa8e410
WorldAddr= 0xa8e3c4

[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
HideOffset=0x3b4
LevelOffset=0x325
RaceOffset=0xe78
ClassOffset=0xe7c
PrimaryOffset=0xf48
OffhandOffset=0xf54

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

Jastur
12-08-2009, 12:03 PM
These will get you up and running although they're probably not complete:

[File Info]
Patchdate=12/08/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa92b00
ZoneInfoAddr=0xa8e410
SpawnHeaderAddr=0xa8e3f8
CharInfo=0xa8e3f8
ItemsAddr=0xb659d0
TargetAddr=0xa8e410

The zoneinfoaddr and the targetaddr cannot possibly be the same.
Here are the correct offsets.


[File Info]
Patchdate=12/08/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xb0b5f0
ZoneInfoAddr=0xb0a2a4
SpawnHeaderAddr=0xa8e3f8
CharInfo=0xa8e3f8
ItemsAddr=0xa8e3c8
TargetAddr=0xa8e410
WorldAddr=0xa8d3c4

[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
HideOffset=0x3b4
LevelOffset=0x325
RaceOffset=0xe78
ClassOffset=0xe7c

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

Razzle
12-08-2009, 05:33 PM
There is no " zoneinfoaddr" offset required by myseq. I am not sure where this one came from, but it is not needed or used by the myseqserver.exe.

Razzle