Results 1 to 13 of 13

Thread: Need Live offsets 4/5 Patch

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    36

    Need Live offsets 4/5 Patch

    Can we get new offsets for the 4/5 Live Patch?

    Thank you in advance

  2. #2
    Registered User
    Join Date
    Jan 2023
    Posts
    10

    Re: Need Live offsets 4/5 Patch

    This will get you started no ground spawns yet.

    [Memory Offsets]
    ZoneAddr=0x140b95d04
    SpawnHeaderAddr=0x140b8e408
    CharInfo=0x140b8e408
    TargetAddr=0x140b8e400
    ItemsAddr=0x140b8cfb0
    WorldAddr=0x140b90488

  3. #3
    Registered User
    Join Date
    Jan 2006
    Posts
    358

    Re: Need Live offsets 4/5 Patch

    The game was not patched (probably next week). Last months settings still work fine.

  4. #4
    Registered User
    Join Date
    Oct 2013
    Posts
    7

    Re: Need Live offsets 4/5 Patch

    Quote Originally Posted by ViperScale View Post
    This will get you started no ground spawns yet.

    [Memory Offsets]
    ZoneAddr=0x140b95d04
    SpawnHeaderAddr=0x140b8e408
    CharInfo=0x140b8e408
    TargetAddr=0x140b8e400
    ItemsAddr=0x140b8cfb0
    WorldAddr=0x140b90488

    N00B/returning player question here:

    Do i just replace those lines above inside the offset file? Do others copy paste one line at a time? Or is there an easier way. Theres lots of other stuff inside my file, so not sure how I can speed up offset adding.

  5. #5
    Registered User
    Join Date
    Jan 2023
    Posts
    10

    Re: Need Live offsets 4/5 Patch

    Normally people will post the entire text for the offsets file myseqserver.ini, if you see something like me post I normally am too lazy to lookup anything but the primary key mob location offsets so in this case you would just replace the single section and not all the text in the file.

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

    Re: Need Live offsets 4/5 Patch

    Quote Originally Posted by ViperScale View Post
    Normally people will post the entire text for the offsets file myseqserver.ini, if you see something like me post I normally am too lazy to lookup anything but the primary key mob location offsets so in this case you would just replace the single section and not all the text in the file.
    Thanks, I think everything is connecting and working. I did the steps another mentioned (downloaded myseq latest, then 3.0 server, then 3.0.1 client. But I still get blank lists.

    https://imgur.com/a/cUd3nJz

    Maybe i'm doing something wrong, and forgot how to use this. But shouldnt i see spawns in the zone in spawn list window?

    Here is my offset file:

    https://pastebin.com/ZVU7UYsW

    Should i be running myseq.exe or myseq_2.5.0.exe? Also is there an order i need to do? ie. server > client > boot up EQ

    I'm Windows 10 64bit

    Trying to get this working, thanks for any tips/help.

  7. #7
    Registered User
    Join Date
    Jan 2023
    Posts
    10

    Re: Need Live offsets 4/5 Patch

    I use 3.0 for client and server. You can look at the server app and make sure it is showing a name for your character, zone they are in, and shows a count for the NPCs. You can change the selected character if you go to file character selection. Your spawn offset look different so maybe try doing a full update to what I am using and it may fix the issues. The patchdate value on yours is really old so that is likely the problem not the primary main offsets that change every patch but some of the other values below it.

    [File Info]
    PatchDate=03/15/2023 Live




    [Port]
    port=5555




    [Memory Offsets]
    ZoneAddr=0x140b95d04
    SpawnHeaderAddr=0x140b8e408
    CharInfo=0x140b8e408
    TargetAddr=0x140b8e400
    ItemsAddr=0x140b8cfb0
    WorldAddr=0x140b90488




    [WorldInfo Offsets]
    WorldHourOffset=8
    WorldMinuteOffset=9
    WorldDayOffset=10
    WorldMonthOffset=11
    WorldYearOffset=12




    [SpawnInfo Offsets]
    NextOffset=0x8
    PrevOffset=0x10
    LastnameOffset=0x48
    XOffset=0x74
    YOffset=0x78
    ZOffset=0x7c
    SpeedOffset=0x8c
    HeadingOffset=0x90
    NameOffset=0xb4
    TypeOffset=0x135
    SpawnIDOffset=0x168
    OwnerIDOffset=0x470
    HideOffset=0x5ec
    LevelOffset=0x468
    ClassOffset=0xfdc
    RaceOffset=0xfd4
    PrimaryOffset=0x10e4
    OffhandOffset=0x10f8




    [GroundItem Offsets]
    PrevOffset=0x0
    NextOffset=0x8
    IdOffset=0x10
    DropIdOffset=0x18
    XOffset=0x8c
    YOffset=0x90
    ZOffset=0x94
    NameOffset=0x38
    Last edited by ViperScale; 04-06-2023 at 02:56 PM.

  8. #8
    Registered User
    Join Date
    Oct 2013
    Posts
    7

    Re: Need Live offsets 4/5 Patch

    Thanks, i tried copy pasting yours over my file completely. The patch date updates server says "listening" but has no other info indicating its connecting.

    How do i know port 5555 is the correct port, could that be it?

    https://imgur.com/a/4turrNr

  9. #9
    Registered User
    Join Date
    Jan 2023
    Posts
    10

    Re: Need Live offsets 4/5 Patch

    Quote Originally Posted by nocturnix View Post
    Thanks, i tried copy pasting yours over my file completely. The patch date updates server says "listening" but has no other info indicating its connecting.

    How do i know port 5555 is the correct port, could that be it?

    https://imgur.com/a/4turrNr
    You must have the client running along with the server to see anything other than listening on the server app. What you are seeing on the server app is the same as I see when I don't have the client open. The port can be set to anything you want it is just what the client and the server are both setup to listen for. On the client you can go to file options and you will see the port is set for what it is listening for.
    Last edited by ViperScale; 04-07-2023 at 07:49 AM.

  10. #10
    Registered User
    Join Date
    Oct 2013
    Posts
    7

    Re: Need Live offsets 4/5 Patch

    Quote Originally Posted by ViperScale View Post
    You must have the client running along with the server to see anything other than listening on the server app. What you are seeing on the server app is the same as I see when I don't have the client open. The port can be set to anything you want it is just what the client and the server are both setup to listen for. On the client you can go to file options and you will see the port is set for what it is listening for.
    OMG youre right. It's working now with your offset file.

    Final question: any tricks to loading rare/named spawn lists into mySEQ? Do you just look up zone on alla and manually mark them? Or is there some flag you can search by to find nameds in each zone you are in?

  11. #11
    Registered User
    Join Date
    Jan 2023
    Posts
    10

    Re: Need Live offsets 4/5 Patch

    Right click on the npc list and go to edit zone alerts. It will open in the txt file and you can manually copy a list of mobs you want at different alert styles. This can be buggy sometimes and I find it is best anytime you go to a new zone to right click on npc list and go to refresh or it may still be using data from the previous zone you were in. It also sometimes causes issues with copying wrong data into the file from either globals or other zones. This can be fixed by just deleting the data before you add more. You also need to be aware that alot of named start with # so adding say Random Name won't work to show it and you need to add #Random Name. You can manually add mobs from the npc list but right clicking and just adding it to see how different text is sometimes ignored in the name.

  12. #12
    Registered User
    Join Date
    Oct 2013
    Posts
    7

    Re: Need Live offsets 4/5 Patch

    Quote Originally Posted by ViperScale View Post
    Right click on the npc list and go to edit zone alerts. It will open in the txt file and you can manually copy a list of mobs you want at different alert styles. This can be buggy sometimes and I find it is best anytime you go to a new zone to right click on npc list and go to refresh or it may still be using data from the previous zone you were in. It also sometimes causes issues with copying wrong data into the file from either globals or other zones. This can be fixed by just deleting the data before you add more. You also need to be aware that alot of named start with # so adding say Random Name won't work to show it and you need to add #Random Name. You can manually add mobs from the npc list but right clicking and just adding it to see how different text is sometimes ignored in the name.
    OK i remember this now. But whats the best way to get that list of rare/nameds? Do you use allakhazam or another site? And if so how/where do you do it? Or do you just look for #mobnames in myseq and mark them accordingly?

  13. #13
    Registered User
    Join Date
    Jan 2023
    Posts
    10

    Re: Need Live offsets 4/5 Patch

    Normally I just copy the list from hunter on allak and depending on if I know names in the zone start with # or not I will either just put the full list with or without the # at the start or a combination of both. There may be someone somewhere that has file list you can download but I have never looked.

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