Results 1 to 2 of 2

Thread: 04/07/2020 Test Server Offsets

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    19

    04/07/2020 Test Server Offsets

    For my very first actual contribution to providing offsets. I finally had a successful attempt at finding my own. It doesn't have everything, but it does have spawn list, levels, names, and ground spawns. Missing are things like class, equipped primary/secondary items, etc.

    For those curious as to how I did it, I followed this guide I found posted at the bottom of this thread by wxh http://www.showeq.net/forums/showthr...o-find-offsets which worked like a charm up to the point of finding the SpawnHeaderAddr. To find that I looked at the official guide at http://www.showeq.net/forums/showthr...r-Version-1-20 stating, "SpawnHeaderAddr (4 bytes) Address of the pointer to the first spawn structure in the list. This is usually set to the same value as CharInfo because the currently active character is usually the first one in the list. The server can handle cases where SpawnHeaderAddr does not point to the first spawn structure."

    I hope this helps others in finding their own offsets in the future.

    [File Info]
    PatchDate=04/07/2020


    [Port]
    port=5555


    [Memory Offsets]
    # pinstZoneAddr_x
    ZoneAddr=0xecd380
    # pinstSpawnManager_x
    SpawnHeaderAddr=0xec5840
    # pinstLocalPlayer_x
    CharInfo=0xec5840
    # pinstTarget_x
    TargetAddr=0xec58d4
    # pinstEQItemList_x
    ItemsAddr=0xec4328
    # pinstWorldData_x
    WorldAddr=0xec5d00


    [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=0x150
    # DWORD pets has this merc dont MasterID
    OwnerIDOffset=0x1a8
    # dword HideMode
    HideOffset=0x394
    # BYTE Level
    LevelOffset=0x350
    # BYTE Class
    ClassOffset=0xfa4
    # dword Race = Class-8
    RaceOffset=0xf9c
    # ActorEquipment + 8c
    PrimaryOffset=0x10ac
    # Offhand Offset DWORD
    OffhandOffset=0x10c0


    [GroundItem Offsets]
    PrevOffset=0x00
    NextOffset=0x04
    IdOffset=0x08
    DropIdOffset=0x0c
    XOffset=0x70
    YOffset=0x74
    ZOffset=0x78
    NameOffset=0x1c

  2. #2
    Registered User
    Join Date
    Jul 2002
    Posts
    65

    Re: 04/07/2020 Test Server Offsets

    thanks, i need to learn to find my own

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