Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: ShowEQ 5.1 for Live 9/13

  1. #1
    Developer
    Join Date
    Jul 2004
    Posts
    920

    ShowEQ 5.1 for Live 9/13

    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, 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.

  2. #2
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Re: ShowEQ 5.1 for Live 9/13

    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
    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.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

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Re: ShowEQ 5.1 for Live 9/13

    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
    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.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

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

    Re: ShowEQ 5.1 for Live 9/13

    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.

  5. #5
    Registered User
    Join Date
    Mar 2003
    Posts
    3

    Re: ShowEQ 5.1 for Live 9/13

    Very Nice!

    Keep up the good work!
    The answer is 42.
    What is the question?

  6. #6
    Registered User
    Join Date
    Feb 2003
    Posts
    40

    Re: ShowEQ 5.1 for Live 9/13

    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.

  7. #7
    Registered User
    Join Date
    Dec 2001
    Posts
    752

    Re: ShowEQ 5.1 for Live 9/13

    Thank you purple !!!

    /cheer

    -- LC
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  8. #8
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: ShowEQ 5.1 for Live 9/13

    Only thing missing is for someone to figure out how to submit new ebuilds for gentoo lol

  9. #9
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: ShowEQ 5.1 for Live 9/13

    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.

  10. #10
    Registered User
    Join Date
    Feb 2004
    Posts
    53

    Re: ShowEQ 5.1 for Live 9/13

    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.

  11. #11
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Debian unstable 5.1-2 released: Upstream patch to fix the missing races from DoN

    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
    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.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

  12. #12
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Debian stable 5.1-2 released: Upstream patch to fix the

    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
    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.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

  13. #13
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Ubuntu Hoary 5.1-2 released: Upstream patch to fix the DoD races

    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
    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.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

  14. #14
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Uploaded showeq 5.1-3 (source i386 all)

    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
    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.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

  15. #15
    Registered User
    Join Date
    Jul 2004
    Posts
    329

    Re: ShowEQ 5.1 for Live 9/13

    As promised, sarge and etch packages are online. Normal places, see .sig for details.

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