View Single Post
  #1  
Old 03-26-2010, 08:24 PM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default SOD client and MiniLogin "login" solution

For those of us still using MINILOGIN a modification is needed in order for the "Seeds Of Destruction" client and MiniLogin to "login" properly with the SOD client. Updated login opcodes are needed as follows:

- You must modify the contents of your 'opcodes.conf' file in your EQEmu server startup directory.

- Modify the contents of the file 'opcodes.conf'

1) Staring at around line 454 of the file 'opcodes.conf' (use the program NOTEPAD++ to get the line numbers)
http://notepad-plus.sourceforge.net/uk/site.htm

2) [b]Replace the following lines:
Code:
#Login opcodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0021
OP_ChatMessage=0x0016
OP_LoginAccepted=0x0017
OP_ServerListResponse=0x0018
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
3) With the following updated opcodes for the SOD client which will allow you to log in successfully:
Code:
#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0022
OP_ChatMessage=0x0017
OP_LoginAccepted=0x0018
OP_ServerListResponse=0x0019
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
and save the file.

These updated "Seeds of Destruction" client login opcodes can be found in your SVN directory in the file:
EQEmuLoginServer/login_util/login_opcodes_sod.conf

NOTES:
- Be sure to backup your original 'opcodes.conf' file in case you want to switch back to the "Titanium" or "Secrets of Faydwer" client as the login opcodes for those clients differ from those of the "Seeds of Destruction" client when using MiniLogin.
Reply With Quote