View Full Version : Got server up running, now how do i log in?
wuvil
06-16-2010, 07:57 PM
Hey again,
I finally got the server up and running after a lot of experimenting, now it seems i am missing something very obvious as i can not for the life of me figure out how to actually play on it...
I've read everything i could find but I am simply not sure what I am overlooking.. I would greatly appreciate any pointers in the right direction! :)
I followed this guide: http://www.eqemulator.net/wiki/wikka.php?wakka=Windows (the svn guide didnt work for me, this one did however).
As far as i know everything is configured correctly, i can add them for view here if needed.
At the end it says:
That should be all that is needed to play, fire up your ServerStart batch file, wait a little bit, and then start the shortcut you made to the eq client to log in.
When i start the eq shortcut i get to the login screen, i type in user name and password but i only get ''A connection to the server could not be reached. etc''.
So what probable obvious thing that would make me want to 'facepalm' am i missing?
wuvil
06-17-2010, 08:52 AM
EQ login: http://img706.imageshack.us/f/eqlogin1.jpg/
CMD lines: http://img706.imageshack.us/f/cmdlines1.jpg/
EQhost file:
[LoginServer]
Host=192.168.1.1:5999
EQemu_config file:
<?xml version="1.0"?>
<server>
<world>
<shortname>Promised</shortname>
<longname>The Promised Land</longname>
<address>192.168.1.1</address>
<localaddress>192.168.1.1</localaddress>
<loginserver>
<host>localhost</host>
<port>5999</port>
<account>my username</account>
<password>my password</password>
</loginserver>
<key>my key</key>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>my password</password>
<db>peq</db>
</database>
</server>
Loginserver (minilogin) file:
[LoginServer]
loginserver=192.168.1.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=The Promised Land
worldaddress=192.168.1.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
Startup .bat file:
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.
cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 5 192.168.1.1 > nul
echo starting zone
start eqlaunch.exe zone
exit
Opcodes.conf file edited:
#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
What am i missing/doing wrong? Help is greatly appreciated! :)
wuvil
06-17-2010, 07:42 PM
Hmm... I can't for the life of me find an edit button for my posts here so third post then... :/
I got some progress, the client now connects to the server (apparently i used my modem's ip and not the computer's ip... :facepalm:) However it never goes past:
Logging into the server. Please wait...
Screenshot: http://img821.imageshack.us/f/eqserverlogin1.jpg/
I've looked all over the place but the only vague part i found was that it would happen if the client has been patched, it has not it's a fresh download from Steam (SOD) so it should not have patched as i never launched it (unless steam does that without my consent? if so, how do i sort that?)
Anyone know what's wrong?
Would greatly appreciate some assistance if anyone could spare a little time :)
wuvil
06-30-2010, 03:47 PM
Still not getting past the ''logging in, please wait'' part and i've tried every single combination of things i could possibly think of.... :/
Can someone please help me?
GeorgeS
06-30-2010, 10:28 PM
I have a working example of the config files and a complete database on my site. You're welcome to download the .rar and see how I got the minilogin server working
GeorgeS
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.