Announcing the release of ShowEQ version 5.13.10.6. This version is compatible with the August 17th patch.
Code:
Fransick (08/17/12)
-----------------
- Updated version to 5.13.10.6
- Updated opcodes/structs
- Added support for Hero's Forge armor changes to spawnshell.cpp
- Edited MAINTAINERCLEANFILES to work more relaibly with make -f Makefile.dist clean
This new release is available in the files section of SourceForge, or from the SVN repository at http://seq.svn.sf.net/svnroot/seq/showeq/tags/v5_13_10_6
Installation (tarball):
Code:
$ tar xjvf showeq-5.13.10.6.tar.bz2
$ cd showeq-5.13.10.6
$ ./configure
$ make
$ make install
Installation (SVN):
Code:
$ tar xjvf showeq-5.13.10.6.tar.bz2
$ cd showeq-5.13.10.6
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install