Results 1 to 10 of 10

Thread: Working version or instructions

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

    Working version or instructions

    Hello, I am returning to EQ after 12 years. I have been reading up and downloaded the current version of myseq. I add my IP address and then hit save and it crashes. I have tried to troubleshoot and cannot seem to figure out the issue. Is there any current instructions I can follow?

    Thank you

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

    Re: Working version or instructions

    It sounds like you are trying to use the Windows version (MySEQ). This was originally posted under the Linux version's (ShowEQ) section though.

    I think this is the most recently done help post for the program http://www.showeq.net/forums/showthr...ction-to-MySEQ

    If you are running on Windows Vista or newer, I would recommend installing to some folder other than \Program Files

    Don't forget to update the offsets in the Server program too. The current ones are currently listed in the next to last post in this thread http://www.showeq.net/forums/showthr...2-8-19-Offsets

    Maybe update or reinstall .NET as well. I don't remember what version is currently required.
    Last edited by Hidron; 09-17-2015 at 05:45 PM.

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

    Re: Working version or instructions

    yeah, those only mention information, how do you add offsets? There is no place in the software to add that information.

  4. #4
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Working version or instructions

    Did you look in the myseqserver.ini? I havent used MySEQ in about 10 years or so but I believe they go in there.

    I moved this thread to the appropriate forum.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

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

    Re: Working version or instructions

    There should be 2 programs. server.exe & MySEQ.exe (referred to on the forums as the client)--It is possible the installer did not create a shortcut to both. The other shortcut may have to be made manually.

    server.exe must be on the computer you are running Everquest on. MySEQ.exe can be on the same computer or another. This just depends on your setup.

    When you start the server, there should be a button marked 'Edit Offsets'. This will allow you to change/paste the current offsets in. You can also edit this file manually outside of the program (myseqserver.ini). You will then need to click the 'Reload' button in the server window to load the updated offsets any time you change them while the server is running.

    Generally, you get Everquest running, then start the server, and then the client.
    Last edited by Hidron; 09-17-2015 at 06:39 PM.

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

    Re: Working version or instructions

    Thank you, I got it working with the thread with the current offsets, but mine only shows ground spawns, spawn list is empty.

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

    Re: Working version or instructions

    Make sure you used the last offsets posted toward the end of that thread. Everything above that was just a work in progress by those of us that don't normally have to find the new offsets ourselves.

    Also, make sure there is only 1 set of offsets listed in the myseqserver.ini file. When you paste new offsets in, they should be replacing the old ones. If it helps, the 'Offset Finder' built into the Server should currently be finding a match to all of the Primary offsets except for the CharInfo. You will need to choose the location where it will find the eqgame.exe file though.

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

    Re: Working version or instructions

    Those are the ones I am using. I even deleted and tried again, only getting ground spawns.

  9. #9
    Registered User
    Join Date
    Mar 2014
    Posts
    8

    Lightbulb Re: Working version or instructions

    Quote Originally Posted by inmysights View Post
    Those are the ones I am using. I even deleted and tried again, only getting ground spawns.
    Here's what i'm using, it works fine, I didn't copy in the comments (lines that start with #), but you might want to keep them as they have good notes for fixing offsets yourself.

    Code:
    [File Info]PatchDate=8/15/2015
    
    
    [Port]
    port=5555
    
    
    [Memory Offsets]
    ZoneAddr=        0xfa8bec    # ???????
    SpawnHeaderAddr=    0x102e180    # pinstSpawnManager_x
    CharInfo=        0xF9b618    # pinstLocalPlayer_x
    TargetAddr=        0xf9b630    # pinstTarget_x
    ItemsAddr=        0xf97d60    # pinstEQItemList_x
    WorldAddr=        0xf9b5e8    # pinstWorldData_x
    
    
    [SpawnInfo Offsets]
    NextOffset=        0x0004    #/*0x0004*/ struct _SPAWNINFO*   pPrev;
    PrevOffset=        0x0008    #/*0x0008*/ struct _SPAWNINFO*   pNext;
    LastnameOffset=        0x0038    #/*0x0038*/ CHAR         Lastname[0x20];
    XOffset=        0x0064    #/*0x0064*/ FLOAT        Y;
    YOffset=        0x0068    #/*0x0068*/ FLOAT        X;
    ZOffset=        0x006c    #/*0x006c*/ FLOAT        Z;
    SpeedOffset=        0x007c    #/*0x007c*/ FLOAT        SpeedRun;
    HeadingOffset=        0x0080    #/*0x0080*/ FLOAT        Heading;
    NameOffset=        0x00a4    #/*0x00a4*/ CHAR         Name[0x40];
    TypeOffset=        0x0125    #/*0x0125*/ BYTE         Type;
    SpawnIDOffset=        0x0148    #/*0x0148*/ DWORD        SpawnID;
    LevelOffset=        0x0344    #/*0x0344*/ BYTE         Level;
    OwnerIDOffset=        0x0400    #/*0x0400*/ DWORD        MasterID;
    HideOffset=        0x042c    #/*0x042c*/ BYTE         HideMode;
    RaceOffset=        0x0f68    #/*0x0f68*/ DWORD        Race;
    ClassOffset=        0x0f70    #/*0x0f70*/ BYTE         Class;
    # /*0x0fec*/ struct _EQUIPMENT    Equipment;   // size 0xb4 = 0x14 x 0x09 
    PrimaryOffset=        0x1078    # + 8C
    OffhandOffset=        0x108c    # Primary + 14
    
    
    [WorldInfo Offsets]
    WorldHourOffset=    0x004    #/*0x004*/ BYTE Hour;
    WorldMinuteOffset=    0x005    #/*0x005*/ BYTE Minute;
    WorldDayOffset=        0x006    #/*0x006*/ BYTE Day;
    WorldMonthOffset=    0x007    #/*0x007*/ BYTE Month;
    WorldYearOffset=    0x008    #/*0x008*/ DWORD Year;
    
    
    [GroundItem Offsets]
    PrevOffset=        0x00    #/*0x00*/ struct _GROUNDITEM *pPrev;
    NextOffset=        0x04    #/*0x04*/ struct _GROUNDITEM *pNext;
    IdOffset=        0x08    #/*0x08*/ DWORD  ID;
    DropIdOffset=        0x0c    #/*0x0c*/ DWORD  DropID;
    NameOffset=        0x1c    #/*0x1c*/ CHAR   Name[0x20];
    XOffset=        0x70    #/*0x70*/ FLOAT  Y;
    YOffset=        0x74    #/*0x74*/ FLOAT  X;
    ZOffset=        0x78    #/*0x78*/ FLOAT  Z;
    Keep in mind that the servers are down for an update. If there were any updates to eqgame.exe then these offsets will probably need to be changed again.

    -A.

  10. #10
    Registered User
    Join Date
    Aug 2015
    Posts
    2

    Re: Working version or instructions

    i'm getting an .ini error when i run that

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