Login Server Not Recognizing World Server?
Hey,
So I'm having an issue. My mini login server recognizes my client, but when I log using the client no servers are listed? (Using SoF client, pretty much followed the wiki walkthrough for starting a server BUT I used a newer version of perl, still in the 8's though. Would this mean that the issue is that I incorrectly linked mini login and the worldtogether, and could someone link me to a few threads that explain how to fix this? Thanks! |
Make sure you left this part of your config commented out:
Code:
<!-- Only specify these two if you really think you need to. --> |
Hi,
Ensure that you also have set the Worldname and Worldaddress in your loginserver.ini file. I had the exact same problem as this and found that I had to do the below to get it working. Quote:
Akyra |
So now I've got it recognizing both server and client, but still a blank server list? What could be the possible causes of that?
|
Ensure that you have set the variable of LoginServer in your database to be minilogin, also check that your account's IP is set in the accounts table to your client's IP.
Oh, and in your ini file, ensure you have the server's IP address where I have 192.168.1.5 before, if you haven't done that already, though I am assuming you have :p Akyra |
I feel lame asking this, but how do I check that through command prompt?
|
Go into command prompt and type in ipconfig and look for IPv4 Address for your network adapter. I'm sure there are easier ways but this is what I do :p
Akyra |
No, I meant how do I check what's in the tables for the database?
|
I use HeidiSQL on my Win2k8 box just to browse, as it was recommended in one of the tutorials here. I then connect to the db and look through the variables table for LoginServer. But here is some code for you to run against your eq database that will update it for you:
Quote:
Quote:
Akyra |
Hmmm, now the world server isn't connecting anymore, or staying connected at least
Anyone have skype? |
Hey maybe it would help if I showed my LoginServer.ini and eqemu_config.xml files.
LoginServer.ini [LoginServer] loginserver=192.168.1.103 loginport=5999 worldname=Cedarwood worldaddress=192.168.1.103 locked=false account= password= [WorldServer] Defaultstatus= Unavailzone= [ChatChannelServer] worldshortname= chataddress= chatport= [LoginConfig] ServerMode=StandAlone ServerPort=5999 eqemu_config.xml <?xml version="1.0"?> <server> <world> <shortname>Cedarwood</shortname> <longname>Cedarwood</longname> <!-- address has to be specified for minilogin to work --> <address>192.168.1.103</address> <localaddress>192.168.1.103</localaddress> <!-- Loginserver information. --> <loginserver> <host>192.168.1.103</host> <port>5999</port> <account></account> <password></password> </loginserver> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>make up some random string of characters here</key> <!-- Enable and set the port for the HTTP service --> <http port="9080" enable="true" mimefile="mime.types"/> </world> <!-- Database configuration, replaces db.ini --> <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>letmein</password> <db>peq</db> </database> </server> My world keeps saying the login server is now responding with a fatal error, but earlier I had it set to public not minilogin... (Then it showed 1 server, now it shows zero, but I tweaked this files above and possible messed something else up> |
<!-- address has to be specified for minilogin to work -->
<address>192.168.1.103</address> <localaddress>127.0.0.1</localaddress> I'm really confused about these lines because some say to comment them off, others are saying to use my own IP for local address, others are saying to use 127.0.0.1 I'm using this guide. http://www.eqemulator.net/wiki/wikka...kka=ws1129r222 |
Like I only do the 127.0.0.1 if I want to do LOCAL no one else on only right?
|
Looked into it more, took my username and pass out of the account and password fields. haha Still not quite right.
Think I'll stop trying to trial and error this and just be patient, having those in obviously wouldn't have worked. |
Got It, thank You Soooooo Much!
|
All times are GMT -4. The time now is 09:06 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.