Announcing the release of ShowEQ version 5.13.10.20. This version is compatible with the February 21st patch.
Code:
Fransick (2/21/14)
--------------------------
- Updated version to 5.13.10.20
- Support EQ patch 2/21/14
- Updated position structs
- Updated Opcodes
This new release is available in the files section of SourceForge, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/sho...s/v5_13_10_20/
Installation (tarball):
Code:
$ tar xjvf showeq-5.13.10.20.tar.bz2
$ cd showeq-5.13.10.20
$ ./configure
$ make
$ make install
Installation (SVN):
Code:
$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.20
$ cd showeq-5.13.10.20
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install
I didn't get a lot of time to test this update and am headed out of town for the next week. If you run into any issues please post and I'll take a look when I am back next week. If you are seg faulting, try disabling OP_ExpUpdate opcode in zoneopcodes.xml. I've traced most of my seg faults to this opcode but haven't had time to look into the cause.