PDA

View Full Version : SEQ Problems with 8/3/08 patch



BlueAdept
09-03-2008, 06:56 PM
Looks like structs have changed. SEQ kind of works. Looks like NewZone and PlayerProfiles have changed.

Unfortunately I probably wont have time to work on it until Sunday. Hopefully someone else will have it corrected by then, if not, I will work on it Sunday night.

ieatacid
09-03-2008, 09:21 PM
/*0920*/ uint8_t unknown0920[4]; // *** Placeholder (01/17/2008)
+ /*0924*/ uint8_t unknown0924[4]; // *** Placeholder (09/03/2008)
/*0928*/
};

ieatacid
09-03-2008, 10:28 PM
This should fix playerProfile. Group stuff is gone but leave it for now so it'll compile. I'll fix it soon.


/*16584*/ uint8_t unknown16584[352];//was 792

uRit1u2CBBA=
09-04-2008, 08:52 AM
This should fix playerProfile. Group stuff is gone but leave it for now so it'll compile. I'll fix it soon.


/*16584*/ uint8_t unknown16584[352];//was 792
They made is smaller? I think that's a first.

BlueAdept
09-04-2008, 01:50 PM
Yea I was shocked.

Not sure how they are doing the group info now though or where it is.

I was curious too but as I said, I have no time until Sunday to look at it.

Tor K'tal
09-04-2008, 03:55 PM
Since they added more stuff to the group (voice chat, icon indicating as such, etc). I would guess they broke it into different peices in the stream thus each peice would be smaller than the original whole, but that is just a guess.

ieatacid
09-04-2008, 04:45 PM
playerInfo decreased in size because those group strings were removed.

Groupinfo is updated via its own packets.

0x1506
0x10c9
0x162d - You have joined the group.
0x16be
0x1842
0x4292
0x7545 - You have been removed from the group.

BlueAdept
09-04-2008, 06:56 PM
For those scratching their heads about the post. Those changes are in everquest.h FYI.

Thanks ieatacid.

Nstalkerga
09-28-2008, 06:15 AM
Sorry i havent had time to check this or the new patch of the .2
If these are are the same patches that went in .. then yah they have fixed all those random crashes i was getting previously .

So far so good.