PDA

View Full Version : 5.0.0.19-purple2 - small fabled fix



purple
04-14-2005, 07:01 PM
I fixed up the problem TK reported in the other patch thread. Here's a new patch. This is against latest CVS, so refetch if you need to or kill everything and untar the latest tar.

Changelog (5.0.0.19-purple2):
- Spawns that rename themselves will properly filter themselves now, so they show up if they match the map's runtime filter or your zone filters
- Made offline tcpdump reading set pcap filters to test session tracking better

Changelog (5.0.0.19-purple1):
- Added to charProfileStruct:
o Leadership AAs (thanks to FatherNitwit for a lot of this)
o Intoxication, Toxicity, Autosplit (from Glee)
o Spell refresh
o expAA
- Fixed hpNpcUpdateStruct for 4/12 by rearranging and making hp int32
- Properly name drop codes for new combine containers (from uRit2CBBA)
- Fixed a problem with drop codes higher than 0x90 in most of the drop code mappings
- Added tutorial zones to zone.h (from uRit2CBBA)

Sorry BA. Don't have a fix for you yet for your session problems, but I can reproduce it. Just need to find the time to work out a way to fix it.

Attached: 5.0.0.19-purple2.patch.gz.txt (gzipped patch, remove .txt)

BlueAdept
04-14-2005, 08:04 PM
NP. I really appreciate all the help you have been.

tanner
04-14-2005, 10:37 PM
Format: 1.7
Date: Thu, 14 Apr 2005 21:39:58 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.0.0.19-1.2
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.19-1.2) unstable; urgency=low
.
* 14-Apr-2005 -purple2 patch
* http://www.showeq.net/forums/showthread.php?t=5279
Files:
2db0a8ce01712215657b831181e958fa 711 net optional showeq_5.0.0.19-1.2.dsc
9ccd0fd080f535c8e381ef563eaf91b7 1057781 net optional showeq_5.0.0.19-1.2.tar.gz
6a05a9d81147bb2d0e5bce363761040e 75248 doc optional showeq-doc_5.0.0.19-1.2_all.deb
2fbe778645ae250f104eaa890dc5a732 6666622 net optional showeq_5.0.0.19-1.2_i386.deb
75328ab12e0bfd29137f02a45c81cb0b 81344 net optional showeq-dev_5.0.0.19-1.2_i386.deb

Tor K'tal
04-15-2005, 02:27 AM
Thanks Purple... awesome work.

I catch a lot of hunk failled's even if I grab a fresh CVS. I'll look into more when I get some more time (if I remember... probably sunday), and figure out what is actually failing.

~ TK

Tor K'tal
04-15-2005, 04:14 AM
Turned out to be me just being dumb. Applied the patch to a fetch of 5.0.0.14 with update instead of pre_5_0_beta (no faild hunks on this one)

~ TK

CeleSEQ
04-15-2005, 09:42 AM
Fedora Core 3 and RHEL 4 rpms are up in my usual location:

http://gibbled.com/seq

To install these on Fedora Core 3 for the first time, download both the maps and the application package, then go to the directory you saved them in and type the command


rpm -ivh showeq-5.0.0.19-1-2.fc.i386.rpm showeq-maps-1.0-4.noarch.rpm

and the packages will install. As always, you will need to be root to install the packages or run ShowEQ. (If you're downloading a future version, of course the version numbers won't be the same.)

When you need to update, you will usually only need to update the showeq package, the showeq-maps package will rarely change. If you had a previous RPM version installed, just update with


rpm -Fvh showeq-5.0.0.19-1.2.fc.i386.rpm

If you aren't using Fedora Core 3, but your system does use RPMs, feel free to try and see if these work. Due to differences in the libpcap and qt versions, I also have an RHEL4 version posted since I had a few requests for those, and the SRPM will build on RHEL3 and other white box rebuilds if you want to go that route.

Note that I've built it so that it places SEQ under /usr/bin, and the maps and other files in /usr/share/showeq, and documentation is in /usr/share/doc/showeq- but if you're a keener on keeping it in /usr/local it should be relocateable.