Page 1 of 3 123 LastLast
Results 1 to 15 of 31

Thread: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

  1. #1
    Developer
    Join Date
    Jul 2004
    Posts
    920

    ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    ShowEQ 5.0.0.21 has been released. This is my first official release, so when it bombs out, it's probably my fault. I don't have access to the news forum, so this is the best you're gonna get!

    This works against live servers. Thanks to Doodman, FatherNitwit, and ieatacid for a lot of help with opcodes and struct changes.

    Changelog:
    purple (05/11/05)
    ----------------------
    + Updated version to 5.0.0.21
    + Added some session-related opcodes to worldopcodes.xml
    + Fixed opcodes for alt exp and hooked altExpUpdateStruct so alt exp updating
    maps properly
    + Made it so OP_ManaChange can be 0 size. Bards have this a lot.
    + Fix problems with guilds numbered higher than 512
    + Added unknown world data to the unknown log
    + Fixed the skills window to properly show skills > 252
    + Show strings in the spawnlist as utf8 properly
    + Valgrind cleanup for some uninitialized references and minor memory leaks
    + All opcodes remapped for 5/11 patch
    + Structs updated for 5/11 patch
    + Added some new pseudo-classes to classes.h
    + Rehooked up stamina changes after removing stamina (only food/drink now)
    KNOWN ISSUES

    1) Right now there are problems decoding packets that have opcodes which end in 00. This is a net layer issue and I didn't notice it until last night. I didn't want to make a big net layer fix and still release this morning, so this isn't fixed. The only known opcodes that this effects are bazaar search and /deny. Neither of these are a big deal for seq, so I'm releasing anyways.

    2) The spawn struct over the wire was completely redone. Not all fields that were previously mapped are known now. The missing fields weren't used in seq, so you should not see any loss of functionality.

    3) All positioning packets have been redone with this patch. If you see any weirdness in positioning on your map, please please let me know. This is important and I did my best to make it correct.


    Get the new release from the files section at sourceforge. If you prefer, anoncvs should be updated later today depending on how fickle sourceforge is feeling.

    To compile and install from the tarball:
    $ tar xjvf showeq-5.0.0.21.tar.bz2
    $ cd showeq-5.0.0.21
    $ ./configure
    $ make
    $ make install
    If you've been using packages from various asundry distrubtions, I'm sure you will be hooked up with your package soon. Please bring up any problems you find.

  2. #2
    Registered User
    Join Date
    May 2004
    Posts
    41

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Wow, wasn't expecting to see this for at least a few more days. Thanks purple!!!! Now to figure out a way to get off work and give it a try

  3. #3
    Registered User
    Join Date
    Feb 2005
    Posts
    14

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Purple,


    I wanted to say great job on getting this out as soon as you did..


    Halfoak

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    2

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Wow.. that was fast. Thanks a ton Purple!

    QInstant

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

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Thanks purple! Great work! I was really missing it.

    If you dont have one already, you should get a paypal account set up so we can offer you bribes...I mean donations.
    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

  6. #6
    Registered User
    Join Date
    Apr 2004
    Posts
    21

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Thanks purple!! works great, even on test =)

    BA I agree on purple getting a paypal account, I'd love to buy him at least a 6-pack!
    Last edited by Barshamm; 05-15-2005 at 11:54 AM.

  7. #7
    Registered User
    Join Date
    Jan 2005
    Posts
    9

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    you rock!

  8. #8
    Registered User
    Join Date
    Sep 2002
    Posts
    6

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    I'm sure its something silly on my part, but I get

    checking build system type... Invalid configuration 'i686-pc-linux-': machine 'i686-pc-linux' not recognized

    when I do a ./configure

    For grins, I tried a

    make -f Makefile.dist all

    but that didn't work either. (I removed the entire thing and re-untarred it for each attempt.

    ====================
    update: I found it odd that it showed the trailing '-' so I looked at config.guess. If I ran is ./config.guess i686-pc-linux (with no trailing '-', it returned "i686-pc-linux-gnu".

    Looking closer, it seemed it wanted to add a $LIBC to after the -, so I added:
    EXPORT LIBC=gnu
    to my showeq source profile and it all worked fine from there.

    No idea why this worked fine with 5.0.0.20 and broke for me with 5.0.0.21

    This worked for me though.
    Last edited by Gnomish One; 05-15-2005 at 03:46 PM.
    Gnomish One

  9. #9
    Registered User
    Join Date
    May 2002
    Posts
    60

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    I got the same error, but "make -f Makefile.dist all" worked for me

    [root@localhost showeq-5.0.0.21]# ./configure
    checking build system type... Invalid configuration `i686-pc-linux-': machine `i686-pc-linux' not recognized
    configure: error: /bin/sh ./config.sub i686-pc-linux- failed
    [root@localhost showeq-5.0.0.21]# make -f Makefile.dist all
    Removing old files.......................................... done!
    Adding libtool support...................................... done!
    Generating aclocal.m4 from configure.in..................... done!
    Generating configure headers (config.h.in).................. done!
    Generating Makefile.in from Makefile.am..................... done!
    Generating configure from configure.in...................... done!


    ******************************************
    Success! Please type the following:

    ./configure && make && make install


    This will configure, compile, and install
    showeq
    ******************************************

    [root@localhost showeq-5.0.0.21]# ./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes

  10. #10
    Registered User
    Join Date
    Aug 2002
    Posts
    16

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    my new favorite color is now..purple

    amazing job

  11. #11
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    The difference between 5.0.0.20 and 5.0.0.21 is that I made this one and I've never made a release before. I'll see what I can do to fix that for next time. autoconf is not something I have the slightest clue about *grin*

    And I appreciate the donation offers, but I don't want money. I want seq to work!

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

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Wow! Compiling it instead of using a premade compile runs a whole lot smoother. Impressive work. Thanks for a job well done.

  13. #13
    Registered User
    Join Date
    May 2003
    Posts
    21

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    skittles.....check
    mob names....check
    mob locations + movement.....check
    zone maps loading.......check
    purple kicking ass......check

    awesome job to all that helped, and continue to help. without you all the ShowEQ user community would be bored and lost.

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

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Format: 1.7
    Date: Sun, 15 May 2005 21:14:20 -0500
    Source: showeq
    Binary: showeq-dev showeq showeq-doc
    Architecture: source i386 all
    Version: 5.0.0.21-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.21-1) unstable; urgency=low
    .
    * New upstream release
    Files:
    c3910d9f2cf4db848b5b5183f7b165d2 789 net optional showeq_5.0.0.21-1.dsc
    7afb265db30bdc372d5fb7971334a4b8 967572 net optional showeq_5.0.0.21.orig.tar.gz
    9283ddbd4da7838d28a547306776aa05 154338 net optional showeq_5.0.0.21-1.diff.gz
    afd83f9a939eb43ee55fce88443df044 9211922 doc optional showeq-doc_5.0.0.21-1_all.deb
    39f791187038dccca643b2fee9bfdc07 6657198 net optional showeq_5.0.0.21-1_i386.deb
    412b440fba57cfe470660a53d774578c 82538 net optional showeq-dev_5.0.0.21-1_i386.deb

  15. #15
    Registered User
    Join Date
    Dec 2002
    Posts
    152

    Re: ShowEQ 5.0.0.21 (live compatibility for 5/11/05)

    Purple what news groups are you talking about?


    Thanks for the fix.

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