View Single Post
  #1  
Old 12-06-2008, 06:29 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I am starting work on getting EQEmu to work with Secrets of Faydwer, since it appears that it will be the last retail pack that includes all previous expansions that SoE is going to offer. Currently, I am just trying to be able to log in with it, but no luck just yet. I pulled a bunch of opcodes from SEQs nearest release to when SoF came out, and put them into the anniversary opcodes file (since I can't seem to get it to compile when I create SoF patch files). I think I can still pull more opcodes and see if that helps, but at the point it is failing, I think I will need to start trying to find the structures from SEQ and edit them into the EQEmu code.

Just wanted to mention that I am starting on this, in case anyone else is interested I figure that if I can get it to at least log into the world, I can start working out the rest of the opcodes and structs from that point on. Once we have enough for basic play, I think it will be ready to update the SVN with it and all can work on it together. I figure that the way Derision used to pull opcodes from 6.2 and find the opcodes in Titanium should work for finding SoF opcodes as well.

Not getting very far yet, but I am determined lol. I figured that with a bit of research and learning a few things, I can make at least some progress. ATM, I think I still need the proper Opcodes to use for SoF. Once I have those, I think I will have to start on Packet Structures. I have found some decent info from the source in SEQ, but it is hard to tell which to trust, EQEmu source, or SEQ source lol.

From my EQ Debug Logs:
Code:
[Sat Dec 06 06:17:26 2008]00035:WorldAuthenticate: Initiating Login.
[Sat Dec 06 06:17:33 2008]00036:WorldAuthenticate.  I got a message of type 0x51bc (20924).
[Sat Dec 06 06:17:33 2008]00037:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE 

[Sat Dec 06 06:17:33 2008]00038:WorldAuthenticate.  I got a message of type 0x4762 (18274).
[Sat Dec 06 06:17:33 2008]00039:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE 

[Sat Dec 06 06:17:33 2008]00040:WorldAuthenticate.  I got a message of type 0x701f (28703).
[Sat Dec 06 06:17:33 2008]00041:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE 

[Sat Dec 06 06:17:33 2008]00042:WorldAuthenticate.  I got a message of type 0x399f (14751).
[Sat Dec 06 06:17:33 2008]00043:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE 

[Sat Dec 06 06:17:33 2008]00044:WorldAuthenticate.  I got a message of type 0x52a4 (21156).
[Sat Dec 06 06:17:33 2008]00045:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE 

[Sat Dec 06 06:17:33 2008]00046:WorldAuthenticate.  I got a message of type 0x7519 (29977).
[Sat Dec 06 06:17:33 2008]00047:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE 

[Sat Dec 06 06:17:33 2008]00048:WorldAuthenticate.  I got a message of type 0xf14 (3860).
[Sat Dec 06 06:17:33 2008]00049:*** ERROR: WorldAuthenticate.  ??? UNKNOWN MESSAGE
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 12-06-2008 at 04:29 PM..
Reply With Quote