View Single Post
  #2  
Old 12-07-2008, 09:23 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

So Far, I have the following Opcodes correct for sure:

Code:
OP_SendLoginInfo=0x6c3c	#Trevius 12/07/08 - Verified Correct!
OP_PostEnterWorld=0x1AEE	#Trevius 12/07/08 - Verified Correct!
And, now I need the following to make further progress:

Code:
OP_GuildsList
OP_LogServer
OP_ApproveWorld
OP_EnterWorld
OP_ExpansionInfo
OP_SendCharInfo
I found OP_SendLoginInfo by watching the opcodes coming in by using a tail on the server logs. I am starting to get the hang of reading through the disassembled code and that is how I found the OP_PostEnterWorld opcode. I haven't been able to find any using Derision's method yet, but right now, I am just feeding through the ones that have text in the code that I can reference. I found "WorldAuthenticate. Access granted" in plain text of the disassembled code and by referencing the code from Titanium and the known opcodes, it wasn't hard to find the correct one for SoF. Hopefully, as I become more familiar with the disassembled code, I will get better at finding this stuff.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 12-24-2008 at 05:12 PM..
Reply With Quote