PDA

View Full Version : ShowEQ 5.0.0.24 for Live 6/29



purple
07-07-2005, 12:37 PM
Announcing the release of ShowEQ version 5.0.0.24 which is compatible with live servers as of 6/29/2005. This just fills in some of the hurried gaps left during updates for the last patch and solidifies the newfound (and at the time unintentional, but now fully intentional! Ha!) need for qt 3.2 or above.

Changelog:


purple (07/07/05)
--------------------
+ Updated version to 5.0.0.24
+ Fixed light member of spawnStruct (thanks BlueAdept)
+ Updated qt required version to 3.2 because I used a QString.replace signature that was added in 3.2
+ Rewrote the # stripping stuff from filters so you can still search on #
+ Filled in auto consents into charProfileStruct
+ Filled in a little more of spawnStruct
+ Filled in world opcodes (thanks Doodman)
+ Added a couple new weapons that show when worn (from uRit1u2CBBA=)


Fetch the new release from the files section of sourceforge (https://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256&release_id=340402), 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.24.tar.bz2
$ cd showeq-5.0.0.24
$ ./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.

BlueAdept
07-07-2005, 12:59 PM
+ Rewrote the # stripping stuff from filters so you can still search on #

Opps...didn't think about searches with #'s. Sorry.

purple
07-07-2005, 01:47 PM
It's no problem BA. I think hopefully the way it is now should work for both you and people using runtime searches. Pretty much I just made it so the # is optional in the regex match, so if you specify it in your search, then it will have to be there and if you don't specify it, then it will match if it is there or not. So from a filter writing standpoint, you might just want to remove all # from all your filters, because if you specify the # but the mob no longer has it, then your filter will not match. But the reverse works fine, so if you build a filter off Allakhazam's Beastiary directly, then your mobname taken from Allahs will properly match a #mobname in game still.

So I think the way it is now will make everyone happy I hope!

tanner
07-07-2005, 04:03 PM
Format: 1.7
Date: Thu, 7 Jul 2005 16:30:59 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.0.0.24-1
Distribution: unstable
Urgency: low
Maintainer: Bob Tanner <[email protected]>
Changed-By: Robert J. Tanner <[email protected]>
Description:
showeq - realtime packet analyzer for Everquest
showeq-dev - development tools for ShowEQ
showeq-doc - documentation for showeq
Changes:
showeq (5.0.0.24-1) unstable; urgency=low
.
* New upstream release
* http://www.showeq.net/forums/showpost.php?p=39307&postcount=1
Files:
e3d1a35ae51ba17ba91f2348b36eb066 799 net optional showeq_5.0.0.24-1.dsc
aca8e7115bcb01734d1aa50a11efbbaf 973752 net optional showeq_5.0.0.24.orig.tar.gz
32900f4b4248068b25f0ab155c6bfc86 14882 net optional showeq_5.0.0.24-1.diff.gz
ac9bb01a06a92b9b63d057dfbcd545b0 9737452 doc optional showeq-doc_5.0.0.24-1_all.deb
0f3874f476584e1a6e27e3e1307076b5 6681544 net optional showeq_5.0.0.24-1_i386.deb
70509f86bc314aa9721c064adf9bb62b 83256 net optional showeq-dev_5.0.0.24-1_i386.deb

BlueAdept
07-07-2005, 06:10 PM
Pretty much I just made it so the # is optional in the regex match, so if you specify it in your search, then it will have to be there and if you don't specify it, then it will match if it is there or not.

As long as a filter with a # will still match a mob with a # that is fine. As you said, most of the newer filters are not done from spawnlogs anymore so they wont have the # sign and that is why I needed to patch it. We would probably be stuck with PoP filters till the end of EQ otherwise.

CeleSEQ
07-08-2005, 01:48 PM
I put up RPMS last night, but my wife dragged me off to watch movies before I posted to let everyone know.

RPMs are available for Fedora Core 2/3/4 and RHEL4 at:

http://fedora.showeq.org

Cheers,
~CeleSEQ

2XS
07-08-2005, 04:32 PM
Awesome! The Show's back and in full effect. Thanks guys.