PDA

View Full Version : ShowEQ 5.1 for Live 9/13



purple
09-17-2005, 10:08 PM
Ok, finished the struct mappings post DoD expansion so I think everything should be back to normal. I also added in a couple new things to charProfileStruct that mostly aren't used for anything. The only outstanding thing is the format of leadership experience has changed. But this was only dumped to console when zoning, so I just commented it out and got on my life, and so should you.

I also implemented a PvP map option which should hopefully reflect the current rules on the combined Zek server:

PvP range of +/- 4 levels
If a player is out of that range, they show normally (magenta box with con color inside it)
If a player is inside that range, they will show as a magenta triangle with standard con color inside it and a flashing circle to represent PvP level: blue = -4 to -1, white = 0, yellow = 1 to 4.
If a PvP player owns a pet, the pet will show the flashing circle of its owner


To turn this on and off, right click on your map and go to Show->PvP. Note that you can only have one of the PvP styles on at one time.

If you're on 5.1.0.0-pre1, the main things you'll notice are people won't be randomly flagged with *GM* and the new PvP thing. Most everything else was ok I think.

Changelog:


purple (09/17/05)
-------------------
+ Updated version to 5.1.0.0
+ Found GM flag in spawnStruct
+ Implemented PvP map option for current Zek rules (+/-4 are triangles, flashing circle is blue for lower level, white for same level, yellow for higher level. All spawns outside +/-4 are normal. Pets are circled according to their owners)
+ Finished mapping charProfileStruct for post 9/13
+ Removed output of leadership exp on zoning since the exp format changed and wasn't immediately obvious
+ Added opcode for leadership exp update and simple struct. No handler.
+ Added some new stuff to charProfileStruct (timers, leadAAActive)


Fetch the new release from the files section of sourceforge (http://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256&release_id=357263), or if you prefer, anoncvs will probably be up to date by tomorrow morning, pending the whim of sourceforge.

To install:


$ tar xjvf showeq-5.1.0.0.tar.bz2
$ cd showeq-5.1.0.0
$ ./configure
$ make
$ make install


If you have problems with ./configure, try:


$ LIBC=gnu ./configure


If you use the packages done by others, please be patient. I imagine they will be along shortly.

tanner
09-17-2005, 11:51 PM
Debian sid packages. NOTE the new url.

Format: 1.7
Date: Sat, 17 Sep 2005 23:48:49 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-0
Distribution: unstable
Urgency: low
Maintainer: Robert J. 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.1-0) unstable; urgency=low
.
* New upstream release
* http://www.showeq.net/forums/showthread.php?t=5407
Files:
702e1352d736210c5854c2808cc8910f 800 custom optional showeq_5.1-0.dsc
18efd584336c7a40187e4dd099b9f453 992628 custom optional showeq_5.1.orig.tar.gz
bb5b8a3ac9b92868df229f216b66e3eb 14804 custom optional showeq_5.1-0.diff.gz
969712c7ebfea9754aae70c67fc3f980 9799970 custom optional showeq-doc_5.1-0_all.deb
7ac10640a2616be02fdb9fa552d6e2a5 4142358 custom optional showeq_5.1-0_i386.deb
8e9a92cc33f20ac75d8061e1f714f67a 84240 custom optional showeq-dev_5.1-0_i386.deb

tanner
09-18-2005, 12:19 AM
Debian sarge (stable) packages. Note the new url.

Format: 1.7
Date: Sat, 17 Sep 2005 23:48:49 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-0.sarge.0
Distribution: stable
Urgency: low
Maintainer: Robert J. 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.1-0.sarge.0) stable; urgency=low
.
* New upstream release
* http://www.showeq.net/forums/showthread.php?t=5407
Files:
d7f70b9573af6a7b00654e80b2e12b4c 816 custom optional showeq_5.1-0.sarge.0.dsc
8ffdbd20cd0f700edf5f6ad22919403e 25548 custom optional showeq_5.1-0.sarge.0.diff.gz
f829c0a927ef73c82f23b480ec6ad296 2118388 custom optional showeq-doc_5.1-0.sarge.0_all.deb
5715c4a34a0b1ca880030ce0041bd377 6711864 custom optional showeq_5.1-0.sarge.0_i386.deb
aa49c9f0d736ed037d9d15579959d298 84260 custom optional showeq-dev_5.1-0.sarge.0_i386.deb

CeleSEQ
09-18-2005, 12:50 AM
Redhat packages are up at

http://fedora.showeq.org

I have FC3, FC4, and RHEL builds available as well as the source RPM.

Note: If you installed the pre1 release RPM, the full 5.1.0.0 release will NOT upgrade because RPM considers 5.1.0.0pre1 to be a greater version than 5.1.0.0. Oops, my bad. To fix, run "rpm -e --nodeps showeq" then run "RPM -Uvh showeq-5.1.0.0-1.whatever.i386.rpm"

Search for my other releases for instructions on how to install.

Paradigm
09-18-2005, 01:00 AM
Very Nice!

Keep up the good work!

trustno1
09-18-2005, 04:05 AM
Awsome, thanks a lot!! I've been away from EQ for a bit, but I look forward to playing again, and without SEQ, I probably wouldn't even come back.

LordCrush
09-18-2005, 06:36 AM
Thank you purple :) !!!

/cheer

-- LC

uRit1u2CBBA=
09-18-2005, 08:51 PM
Only thing missing is for someone to figure out how to submit new ebuilds for gentoo :) lol

purple
09-18-2005, 09:26 PM
You can just do an overlay and replace the tarball if you want to do it on your own. That's the only reason I never really cared about it. Having it in real portage seems silly to me I guess since it needs updating so much.

elf
09-20-2005, 04:51 PM
Although it would make install.newbie alot easier. The new graphics installer for Gentoo, mixed with a simple emerge showeq. Makes for a long install process, but easier then the old Gentoo method.

tanner
09-21-2005, 10:45 PM
Format: 1.7
Date: Wed, 21 Sep 2005 20:01:15 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-2
Distribution: unstable
Urgency: low
Maintainer: Robert J. 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.1-2) unstable; urgency=low
.
* Upstream patch to fix the missing races from DoN
Files:
37d102b401023df620b78724d0d68858 801 custom optional showeq_5.1-2.dsc
ea73f5deb04277057caa604882f75b3d 196021 custom optional showeq_5.1-2.diff.gz
a8d655ade9ac5984c9b646043880c5f1 9799832 custom optional showeq-doc_5.1-2_all.deb
1e5e7f0126d87251024621cbc667d8fb 4142740 custom optional showeq_5.1-2_i386.deb
28d7c5f197e5e727d4b5cfc9088bb678 84282 custom optional showeq-dev_5.1-2_i386.deb

tanner
09-21-2005, 10:46 PM
Format: 1.7
Date: Wed, 21 Sep 2005 20:01:15 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-2.0.sarge.1
Distribution: unstable
Urgency: low
Maintainer: Robert J. 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.1-2.0.sarge.1) unstable; urgency=low
.
* Upstream patch to fix the missing races from DoN
Files:
6db48da567f6d48f85086021a66a736f 821 custom optional showeq_5.1-2.0.sarge.1.dsc
141e49ad87c5457f7f52ea3e6a1343db 206602 custom optional showeq_5.1-2.0.sarge.1.diff.gz
4880f79f110aff42ece8019aafd445d2 2165780 custom optional showeq-doc_5.1-2.0.sarge.1_all.deb
5c4a0feabd9e9d04f591926e7cc4ac27 6712242 custom optional showeq_5.1-2.0.sarge.1_i386.deb
c562581334ca0f2e21257c3de5d39093 84326 custom optional showeq-dev_5.1-2.0.sarge.1_i386.deb

tanner
09-21-2005, 10:55 PM
Format: 1.7
Date: Wed, 21 Sep 2005 20:01:15 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-2.0.ubuntu.1
Distribution: unstable
Urgency: low
Maintainer: Robert J. 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.1-2.0.ubuntu.1) unstable; urgency=low
.
* Upstream patch to fix the missing races from DoN
Files:
8ad50279bd2d028289b3988290a5223d 823 custom optional showeq_5.1-2.0.ubuntu.1.dsc
e6cc9b49ec4cf8a213af6f3a62234e4f 196031 custom optional showeq_5.1-2.0.ubuntu.1.diff.gz
500159dc501424e2a81b2bdcb5f81315 2440206 custom optional showeq-doc_5.1-2.0.ubuntu.1_all.deb
84ec54cd6aacb56e78712640b103c151 6712174 custom optional showeq_5.1-2.0.ubuntu.1_i386.deb
b146b8de6ab906c052d9427090f2754b 84338 custom optional showeq-dev_5.1-2.0.ubuntu.1_i386.deb

tanner
10-02-2005, 09:22 PM
Purple's one-liner patch for Werewolf races. This is a sarge and etch packages to follow shortly.

Format: 1.7
Date: Sun, 2 Oct 2005 21:41:57 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-3
Distribution: unstable
Urgency: low
Maintainer: Robert J. 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.1-3) unstable; urgency=low
.
* Upstream missed werewolf race
Files:
ba18846a629119b1126a23edfb47d0e2 801 custom optional showeq_5.1-3.dsc
fbeead37ce34430b3a9b08bfee2b4283 217488 custom optional showeq_5.1-3.diff.gz
8fedc4d134237b863195e17271fab4cd 9799844 custom optional showeq-doc_5.1-3_all.deb
841f451628786b18772e8f3d55437a64 4140944 custom optional showeq_5.1-3_i386.deb
7477d05d2c01e6142a57616afb44e934 84312 custom optional showeq-dev_5.1-3_i386.deb

tanner
10-03-2005, 01:21 PM
As promised, sarge and etch packages are online. Normal places, see .sig for details.

tanner
10-05-2005, 10:28 AM
Sid (unstable) packages. Other on the way.

Format: 1.7
Date: Wed, 5 Oct 2005 10:59:02 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.1-4
Distribution: unstable
Urgency: low
Maintainer: Robert J. 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.1-4) unstable; urgency=low
.
* Upstream patch to Allow World logging from the commandline.
Files:
2596e02d3d5599246ae7a4781b684fee 801 custom optional showeq_5.1-4.dsc
410bedce554f6cdbb644967275bccf18 218184 custom optional showeq_5.1-4.diff.gz
f9ba09652019f137f7bb0540402d6263 9799822 custom optional showeq-doc_5.1-4_all.deb
00251da07ae9488d10a6382da5094cda 4136400 custom optional showeq_5.1-4_i386.deb
ec1a4dc3ef7528fef205daf55802afa3 84352 custom optional showeq-dev_5.1-4_i386.deb

tanner
10-05-2005, 10:53 AM
As promised, sarge and etch packages are now online too.

datadog
10-29-2005, 11:05 PM
Hi Tanner,

Are these still the correct sources for the Sarge packages?

deb ftp://ftp.real-time.com/linux/real-time-debpool sarge custom deb-src ftp://ftp.real-time.com/linux/real-time-debpool sarge custom

These are the sources I got from the link in your website, but I'm not able to update for some reason.

I am running apt-get update, then apt-get install showeq. Is this the correct procedures? (sorry for the newb questions, new to debian here).

Thanks in advance...