PDA

View Full Version : Problems with Rev2098 (Release with Bots)


throgh81
02-05-2012, 04:15 PM
Hello EQEmu-Community!

I'm sorry to get directly into the problem: I'd like to install a complete "Everquest"-Server on a Windows-Machine (exactly Windows Server 2000). No problem until now: Because of an issue with the Zone-Server I made an update to the binary-release 2098. Previously I used 2092. After installing ActivePerl 5.10 instead of 5.14 (seems to be the solution for the Zone-Server issues), I've tried to login. All this was functional, but now I just don't see a server or better said any server. The list is complete empty!

Perhabs somebody has got a clue so I could look after the problem?
I'm using a blank installation on a VM for now, because after the tests I have to prepare the REAL server-machine for installation. The database was made with the release 2092 and only the update-sql for 2098 had to be done for now.

Please ... would be nice to get a helping hand. :???:

Noport
02-05-2012, 05:24 PM
What Version Vb2010 or Vb2008?
What Version of Perl?
What CLient are you using? Sof,Underfoot,SoD,Hot,VoA?
Are you running Minilogin.exe or eqemuloginserver.exe?
Did you copy the plugin directory out of quest to the main server directory?

You said,"I just don't see a server or better said any server. The list is complete empty!"

make sure your login opcodes read
patch_sod.conf,patch_underfoot.conf,patch_hot.conf ,opcodes.conf,login_opcodes_sod.conf read
#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 Login opcodes read
for all others patch_Titanium.conf,patch_6.2.conf,patch_SoF.conf, login_opcodes.conf
#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
note: opcodes.conf depends on the client you want to run so it may very for your client setup use settings login ports listed above for Sod Client.

Noport
02-05-2012, 06:04 PM
Server Files release 2100 & peqdatabase rev59 Now if you want to use current files Feb 2012.
Port settings Sof and older client port 5998 for Sod and newer client port 5999

throgh81
02-05-2012, 07:16 PM
Hello Noport!

Thanks for your reply: I was using initially ActivePerl 5.14 in combination with the revision 2092. As client I'm using the "Titanium Edition". The problem occured then that the zone server crashed all the time, because of the compiled server with VC++ 2008.

Then the precompiled binaries used to be non functional for me, I was searching again the forums and found out that there is a problem with compilation VC++ 2008 and Perl 5.14. So I used 5.12 now and what should i say?

Yeah, it is functional! Ok I stumbled around only in the starting area for an hour but everything seems fine. Thank you for your tipps within here and ... thanks for this great software and the community here, helping with tipps.


Great to know, there are more "makers" around in the world. :D
And I hope to give something back when deeper within the software.

Noport
02-05-2012, 08:23 PM
change your opcodes.conf client
#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

and use port 5998

I'm working on Hot & Voa Client's