ChangeLog:

Code:
ShortBuss (3/15/13)
-----------------
- Updated version to 5.13.10.11
- Support EQ patch 03/13/13 including updates to op-codes by fransick, structs, and some other needed changes by showeq42.  Details follow.
- Increased size and corrected locations within position structs including spawn struct.
- Increased size of door struct, 4 bytes were added to the end.
- Updated location of gender flag in spawn struct
- Increased maxSpawnLevel to 255
- Disabled fillSpawnStruct section looking for chest/untargetable.  &1 bit changed to offline trade and couldn't find chest/untargetable new location.
- Handle body type 0 in fillSpawnStruct
- 4 bytes added to position data in fillSpawnStruct
The new release is available in the files section of SourceForge, or from the SVN repository at http://seq.svn.sf.net/svnroot/seq/sh...gs/v5_13_10_11

Installation:
Code:
$ tar xjvf showeq-5.13.10.11.tar.bz2
$ cd showeq-5.13.10.11
$ ./configure
$ make
$ make install