PDA

View Full Version : ShowEQ 5.12.4 for Live 5/29/2008



ieatacid
06-08-2008, 07:15 PM
Announcing the release of ShowEQ version 5.12.4. This version is compatible with the May 29, 2008 patch.


ChangeLog:

ieatacid (6/8/08)
----------------
+ Updated version to 5.12.4
+ Updated OP_ZoneSpawns
+ Updated structs and code to handle variable-length spawn data


This new release is available in the files section (https://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256&release_id=605491) of SourceForge, or from the SVN repository at http://seq.svn.sf.net/svnroot/seq/showeq/tags/v5_12_4_0


Installation:

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


You'll see this warning when you zone:

Warning: OP_RemoveSpawn (0x3164) (dataLen: 4) doesn't match:

It's a client->server packet and it should only be caring about server->client. I haven't figured out what's up with that yet.

uRit1u2CBBA=
06-08-2008, 07:36 PM
Thanks. I've got it compiled and ready to go, will test it out the next time I zone. :) In the middle of a raid event now.

tinker
06-08-2008, 08:11 PM
Works great! Thank you!
:)

ieatacid
06-08-2008, 11:29 PM
You'll see this warning when you zone:

Warning: OP_RemoveSpawn (0x3164) (dataLen: 4) doesn't match:

It's a client->server packet and it should only be caring about server->client. I haven't figured out what's up with that yet.

Fixed in the next release. Thanks purple!

Spaz
06-09-2008, 06:47 PM
Bless