Results 1 to 3 of 3

Thread: ShowEQ 5.13.10.2 for Live 7/14/10

  1. #1
    Developer
    Join Date
    Jun 2003
    Posts
    446

    ShowEQ 5.13.10.2 for Live 7/14/10

    Sorry for the months-long delay -- I've been pretty busy with work and summer activities

    Please post any bugs you may find


    ChangeLog:
    Code:
    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 of SourceForge, or from the SVN repository at http://seq.svn.sf.net/svnroot/seq/sh...ags/v5_13_10_2


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

  2. #2
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: ShowEQ 5.13.10.2 for Live 7/14/10

    Thanks ieatacid

    Much appreciated

  3. #3
    Developer
    Join Date
    Jun 2003
    Posts
    446

    Re: ShowEQ 5.13.10.2 for Live 7/14/10

    Not sure if this was introduced in today's patch or I missed it in the last few:

    Code:
    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*/
     };
     
     /**

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is On
vB code is On
Smilies are On
[IMG] code is On