Results 1 to 4 of 4

Thread: 12/08/2009 Offsets - Partial

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    26

    12/08/2009 Offsets - Partial

    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

  2. #2
    Registered User
    Join Date
    Jun 2009
    Posts
    136

    Re: 12/08/2009 Offsets - Partial

    Code:
    [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

  3. #3
    Registered User
    Join Date
    Mar 2009
    Posts
    6

    Re: 12/08/2009 Offsets - Partial

    Quote Originally Posted by scottie View Post
    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.

    Code:
    [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

  4. #4
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: 12/08/2009 Offsets - Partial

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On