Results 1 to 1 of 1

Thread: Guerilla fix to get chat messages working

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    4

    Talking Guerilla fix to get chat messages working

    Here's another guerilla fix! This will fix the chat messages that got broken in the last patch (they now show up as garbage, usually just "d").

    In everquest.h, go to line 1030, and change this:

    OLD: /*0136*/ int8_t unknown0136[4];
    NEW: /*0136*/ int8_t unknown0136[8];

    Yes, all you need to do is change the 4 to an 8.

    Now, you must "make clean" and recompile showeq from scratch. For some reason, just doing "make" will not work (the change will not take effect)!

    Tested it by just sitting in POK watching spam go by, and it seems to work....

    I have a more complete patch that changes the comments in nearby lines, to make the offsets line up, if interested (attached).
    Attached Files Attached Files

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 Off
vB code is On
Smilies are On
[IMG] code is On