PDA

View Full Version : ShowEQ 5.13.10.2 for Live 7/14/10



ieatacid
07-22-2010, 05:13 PM
Sorry for the months-long delay -- I've been pretty busy with work and summer activities :o

Please post any bugs you may find :)


ChangeLog:

ieatacid (7/22/10)
-----------------
- Updated version to 5.13.10.2
- Updated opcodes/structs
- Changed m_curHP and m_maxHP in spawn.h to int32 types (instead of int16) -- spawns with 32K+ HPs should now display correctly in the status bar


The new release is available in the files section (http://sourceforge.net/projects/seq/files/ShowEQ/Showeq-5.13.10.2/showeq-5.13.10.2.tar.bz2/download) of SourceForge, or from the SVN repository at http://seq.svn.sf.net/svnroot/seq/showeq/tags/v5_13_10_2


Installation:

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

Razzle
07-28-2010, 07:19 AM
Thanks ieatacid

Much appreciated

ieatacid
07-28-2010, 05:06 PM
Not sure if this was introduced in today's patch or I missed it in the last few:


Index: src/everquest.h
================================================== =================
--- src/everquest.h (revision 756)
+++ src/everquest.h (working copy)
@@ -1440,7 +1440,7 @@

/*
** Illusion a spawn
-** Length: 256 Octets
+** Length: 264 Octets
** OpCode: Illusion
*/
struct spawnIllusionStruct
@@ -1454,8 +1454,8 @@
/*0075*/ uint8_t unknown0075; // ***Placeholder
/*0076*/ uint32_t unknown0076; // ***Placeholder
/*0080*/ uint32_t face; // New face
-/*0084*/ uint8_t unknown0084[176]; // ***Placeholder
-/*0260*/
+/*0084*/ uint8_t unknown0084[180]; // ***Placeholder
+/*0264*/
};

/**