Results 1 to 14 of 14

Thread: ShowEQ 5.0.0.23 for Live 6/29

  1. #1
    Developer
    Join Date
    Jul 2004
    Posts
    920

    ShowEQ 5.0.0.23 for Live 6/29

    Announcing the release of ShowEQ version 5.0.0.23 which is compatible with live servers as of 6/29/2005. Semi-tested, which means works for me!

    The ChangeLog:
    purple (07/02/05)
    ---------------------
    + Strip the # off names before matching to filters to aid in filter writing
    + Strip the # off the strong of filters as well just to make the # irrevelant to filters (thanks BlueAdept for both these)
    + Cleaned up the help spew for --help. There were some bogus things in there.
    + Cleaned up the status bar exp/aa exp display
    + Added struct for OP_Illusion and a spawnshell handler so that illusions are propagated to the spawn list and the map
    + Filled in some missing races with artificial names not taken from the.exe (thanks uRit1u2CBBA=)
    + Added two known bugs to BUGS with descriptions and workarounds
    + Fixed some long zone names in zones.h and added new zones from .exe
    + Updated all opcodes for 6/29 patch (thanks Doodman, ieatacid)
    + Updated structs for 6/29 patch (spawnStruct, positioning structs mostly)
    Fetch the new release from the files section of sourceforge, or if you prefer, anoncvs will probably be updated by tomorrow morning, depending on the whim of sourceforge's anoncvs mirroring.

    To install:
    $ tar xjvf showeq-5.0.0.23.tar.bz2
    $ cd showeq-5.0.0.23
    $ ./configure
    $ make
    $ make install
    If you have problems with ./configure, try:
    $ LIBC=gnu ./configure
    If you use packages from other people, they will more than likely be along shortly.

  2. #2
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: ShowEQ 5.0.0.23 for Live 6/29

    If you see a problem with filter.cpp compiling, you may need to update your QT! I think I inadvertantly used a QT 3.2 function. So if you're still on QT 3.1, you should upgrade! Personally, I'm on QT 3.3.4.

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

    Re: ShowEQ 5.0.0.23 for Live 6/29

    Your rock Purple and everyone else who helped. Thanks again we all would be lost without your contributions.
    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

  4. #4
    Registered User
    Join Date
    Sep 2003
    Posts
    105

    Re: ShowEQ 5.0.0.23 for Live 6/29

    You guys rock, as per usually.

    Thank you

    ~ TK

  5. #5
    Registered User
    Join Date
    Jun 2005
    Posts
    6

    Re: ShowEQ 5.0.0.23 for Live 6/29

    Much thanx for the update!
    Now to spend another week figuring out how to update qt...

    life never seems easy in linux land! wish me luck!

    ...but I suppose even brain surgury is easy to a brain surgeon..

  6. #6
    Registered User
    Join Date
    May 2005
    Posts
    7

    Re: ShowEQ 5.0.0.23 for Live 6/29

    Ty Purple and everyone else who played a part in this update, =)

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

    Re: ShowEQ 5.0.0.23 for Live 6/29

    By the way, the light source is broken in this version.

    If you want to restore light sources, you need to edit everquest.h. Search for spawnStruct and edit the lines to make it look like this.

    Code:
    /*0281*/ uint8_t unknown0281;
    /*0282*/ uint8_t  light;          // Spawn's lightsource
    /*0283*/ uint8_t  gender;         // Gender (0=male, 1=female)
    /*0284*/ char     name[64];       // Player's Name
    /*0348*/ uint8_t  eyecolor2;      // Left eye color
    /*0349*/ char     title[32];      // Title
    /*0381*/ uint8_t unknown0382[2];
    }; /*0383*/
    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

  8. #8
    Registered User
    Join Date
    Sep 2003
    Posts
    2

    Re: ShowEQ 5.0.0.23 for Live 6/29

    Purple you are awesome and thank you to all who helped get this program back online. You are all very much appreciated for your efforts.

  9. #9
    Registered User
    Join Date
    Jun 2005
    Posts
    6

    Re: ShowEQ 5.0.0.23 for Live 6/29

    yup. just like ya said.

    Tried Fedora Core 3 with "everything" checked for packages, and the above commands worked like a champ.

    Scholars and Gentlemen...all of you.

  10. #10
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: ShowEQ 5.0.0.23 for Live 6/29

    Thanks for finding light, BA.

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

    Re: ShowEQ 5.0.0.23 for Live 6/29

    NP. Glad I could help. If they ever remove Greater Lightstones, I'll be in trouble. If I find anything else, I'll let you know.
    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

  12. #12
    Registered User
    Join Date
    Jul 2004
    Posts
    329
    Sorry, was on vacation and just go back.

    Format: 1.7
    Date: Mon, 4 Jul 2005 23:06:49 -0500
    Source: showeq
    Binary: showeq-dev showeq showeq-doc
    Architecture: source i386 all
    Version: 5.0.0.23-1
    Distribution: unstable
    Urgency: low
    Maintainer: Bob Tanner
    Changed-By: Robert J. Tanner
    Description:
    showeq - realtime packet analyzer for Everquest
    showeq-dev - development tools for ShowEQ
    showeq-doc - documentation for showeq
    Changes:
    showeq (5.0.0.23-1) unstable; urgency=low
    .
    * New upstream release
    * http://www.showeq.net/forums/showpos...58&postcount=1
    Files:
    4e4de7cf850fda9216e4de9cf213684b 789 net optional showeq_5.0.0.23-1.dsc
    cb68fea7a8a6dbca0fabe57a34e51267 973304 net optional showeq_5.0.0.23.orig.tar.gz
    97950061b82199ecc7cd1c2a65524950 226810 net optional showeq_5.0.0.23-1.diff.gz
    795486fcc35af52bdacec448c1d9e861 9731282 doc optional showeq-doc_5.0.0.23-1_all.deb
    d6d2710db54e2d6fd502584e9b66d66d 6676404 net optional showeq_5.0.0.23-1_i386.deb
    2cad033c251ff27db8fa07101c3ffb03 83098 net optional showeq-dev_5.0.0.23-1_i386.deb

  13. #13
    Registered User
    Join Date
    Oct 2004
    Posts
    149

    Re: ShowEQ 5.0.0.23 for Live 6/29

    Okay, i've got rpms built and up for FC3 and RHEL4...

    They've changed location as my old hosting kicked the bucket.

    New location is:

    http://fedora.showeq.org

    On the up side, I've now got my machines all nicely up at my new place, and will upgrade a box to FC4 asap to get cracking on that.

    PS. I'm in a bit of a sticky situation with the signing since I can't remember my passphrase at the moment. I realized recently that the signing options I had set up originally had been overwritten by an RPM package upgrade and that for the past 5 releases or so, I had been cheerily signing packages with a non-existent key. I have a revocation cert for the key, but it's in storage atm with half my earthly belongings. If I don't remember the passphrase soon I'll create a new key and revoke the old one though. Since no one noticed when I broke my signing setup, I'm guessing not many people check the sigs, but people really should...

  14. #14
    Registered User
    Join Date
    Oct 2004
    Posts
    149

    Re: ShowEQ 5.0.0.23 for Live 6/29

    I've been informed that my rpm for Fedora Core 3 also cleanly installs and works on FC4, although the person who tested did already have some compat- packages installed, so you might need a couple of those.

    I'll have more details when I can.

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 On
vB code is On
Smilies are On
[IMG] code is On