PDA

View Full Version : ShowEQ 5.13.10.60 for Live 12/19/17



BlueAdept
12-23-2017, 08:13 AM
Announcing the release of ShowEQ version 5.13.10.60. This version is compatible with the Dec 19th release. Special thanks to Newby for the patch, to llaffer for updating races.h, and to fransick for updating zones.h.



BlueAdept (12/23/17)
-------------------
- Updated version to 5.13.10.60
- Support EQ patch 12/19/17
- Updated Opcodes (Newby)
- Updated Structs (Newby)
- Updated races.h (llaffer)
- Updated zones.h (fransick)


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/showeq/tags/v5_13_10_60/

Installation (tarball):


$ tar xjvf showeq-5.13.10.60.tar.bz2
$ cd showeq-5.13.10.60
$ ./configure
$ make
$ make install

Installation (SVN):


$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.60
$ cd showeq-5.13.10.60
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install