Announcing a bugfix release of ShowEQ. This release is compatible with live servers as of 3/14. This fixes 3 minor issues with the 5.9 release. If you're running 5.9 and are content, you don't really need to upgrade unless you want to fix the items noted in the changelog.
Changelog:
Fetch the new release from the files section of sourceforge. Alternately, ShowEQ source is available in the Sourceforge subversion repository. The URL to access this release is http://seq.svn.sf.net/svnroot/seq/showeq/tags/v5_9_1_0.purple (3/24/07)
----------------
+ Updated version to 5.9.1
+ Fixed OP_DeleteSpawn. Things should come off the map now.
+ Moved gm flag to a less common place for less false positive *gm* marks. It
still isn't correct.
+ Updated all world opcodes. Guild List should build again.
To install:
If you have problems with ./configure, try:$ tar xjvf showeq-5.9.1.0.tar.bz2
$ cd showeq-5.9.1.0
$ ./configure
$ make
$ make install
Packaged will be a long shortly I'd imagine for those who use package. Please be patient.$ LIBC=gnu ./configure