Results 1 to 7 of 7

Thread: Offsets 2/21/2018

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    29

    Offsets 2/21/2018

    So...I've got most of the offsets for the 2/21/2018 patch, but I can't seem to get a good value for SpawnHeaderAddr. I also didn't dig into OwnerIDOffset.

    Unfortunately, it looks like something pretty fundamental has happened with the game internally, because now, the WT command in the debugger doesn't come up with any suggestions after it finishes its spawn table walk, and the "find offsets" window in the non-debug version of the server returns "not found" for everything.

    Code:
    [File Info]
    Patchdate=02/21/2018
    
    [Port]
    port=5555
    
    [Memory Offsets]
    ZoneAddr=0x0f318c8
    #This value for SpawnHeaderAddr doesn't work
    SpawnHeaderAddr=0x0fb90b0  
    CharInfo=0x0f21f2c
    TargetAddr=0x0f23f80
    ItemsAddr=0x0f20430
    WorldAddr=0x0f218d8
    
    [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=0x46c
    HideOffset=0x4b0
    LevelOffset=0x3d8
    ClassOffset=0xf94
    RaceOffset=0xf8c
    PrimaryOffset=0x109c
    OffhandOffset=0x10b0
    
    [GroundItem Offsets]
    PrevOffset=0x00
    NextOffset=0x04
    IdOffset=0x08
    DropIdOffset=0x0c
    XOffset=0x70
    YOffset=0x74
    ZOffset=0x78
    NameOffset=0x1c
    Last edited by wxh; 02-21-2018 at 07:23 PM.

  2. #2
    Registered User
    Join Date
    Jan 2018
    Posts
    3

    Re: Offsets 2/21/2018

    Code:
    SpawnHeaderAddr=0x0f23f88

  3. #3
    Registered User
    Join Date
    Aug 2002
    Posts
    29

    Re: Offsets 2/21/2018

    Bam!

  4. #4
    Registered User
    Join Date
    Oct 2017
    Posts
    6

    Re: Offsets 2/21/2018

    hmm all i see when putting in the new offsets is a 'ground item: Generic' spawn, only thing on the map

  5. #5
    Registered User
    Join Date
    Dec 2017
    Posts
    5

    Re: Offsets 2/21/2018

    Can these be applied (and if so, how so?) to SEQ as well?

  6. #6
    Registered User
    Join Date
    Aug 2002
    Posts
    29

    Re: Offsets 2/21/2018

    Corgan: I'm currently using the offsets below, and they're working great with the new client that DBG pushed this morning. Now including OwnerIDOffset!

    Madoc: Sorry, not sure how the config for SEQ works - in MySEQ, there's just a .ini file that looks like what I'm posting below.

    Code:
    [File Info]
    Patchdate=02/21/2018
    
    [Port]
    port=5555
    
    [Memory Offsets]
    ZoneAddr=0x0f318c8
    SpawnHeaderAddr=0x0f23f88
    CharInfo=0x0f21f2c
    TargetAddr=0x0f23f80
    ItemsAddr=0x0f20430
    WorldAddr=0x0f218d8
    
    [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=0x544
    HideOffset=0x4b0
    LevelOffset=0x3d8
    ClassOffset=0xf94
    RaceOffset=0xf8c
    PrimaryOffset=0x109c
    OffhandOffset=0x10b0
    
    [GroundItem Offsets]
    PrevOffset=0x00
    NextOffset=0x04
    IdOffset=0x08
    DropIdOffset=0x0c
    XOffset=0x70
    YOffset=0x74
    ZOffset=0x78
    NameOffset=0x1c

  7. #7
    Registered User
    Join Date
    Oct 2017
    Posts
    6

    Re: Offsets 2/21/2018

    Thanks wxh, dont know if you changed anything, or if its just 3'rd times the charm but last bunch here works great for me

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