Underfoot req client Build Mar 11 2010, Apr 14 2010
able to connect to other servers (Akka's Funhouse, Stormhaven)
check your opcode patch_SoD.conf
# Login 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
make sure your using port 5999
eqemulogin.ini
OPCodePathAndFileName=login_opcodes_Sod.conf
|