PDA

View Full Version : Im having problems logging in to my server plz help


Rekar
04-15-2004, 06:34 AM
I have got everything to run fine, i can log in to my server, then when i get to the server screen, no server shows up. i plan for this server to be a lan server. here is my Minilogin:

Login Server.ini Read.
Miniloginaccounts.ini read.
Servermode: Standalone
Login Server Listening on Port:9000

I cant Get my World, It Goes too fast to get info then closes...
Here is my Boot5Zones.bat

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 127.0.0.1 9000 localhost
start zone . 127.0.0.1 9000 localhost
start zone . 127.0.0.1 9000 localhost
start zone . 127.0.0.1 9000 localhost
start zone . 127.0.0.1 9000 localhost
exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

And Here is My LoginServer.ini

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=127.0.0.1:9000
loginserver2=127.0.0.1:9000
loginserver3=127.0.0.1:9000
loginport=9000
loginport2=9000
loginport3=9000
worldname=Yeklezek Free
worldaddress=127.0.0.1:9000
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=9000
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


Here is My Eqhost.txt

[Registration Servers]
{
"127.0.0.1:9000"
}
[Login Servers]
{
"127.0.0.1:9000"

Here is my Db.ini

# READ README.TXT!

[Database]
host=localhost
user=Rekar
password=mypass
database=eq
compression=off


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

I dont know if it has to do with my port, but if does, how do i enable more port, those seem to be only ones open, tried others but didnt work, it came up eq error 1001. 9000 seems to be only port working. ive looked through other posts, The Big lan book for one. but right now i dont have a router or a hub. i plan to get one in a couple of days. i plan to make a lan server. everything works perfect except the server selection. there is no server when i get there...... Please Help. Ive tried everything i could think of.

cofruben
04-15-2004, 06:52 AM
[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginserver3=127.0.0.1
loginport=9000
loginport2=9000
loginport3=9000
worldname=Yeklezek Free
worldaddress=127.0.0.1:9000
locked=false

:9000 not needed.also make sure that you not patched

Rekar
04-15-2004, 07:03 AM
I fixed the :9000, but i do know im not patched, i play on the eqemu servers too

VooodooKiller28
04-15-2004, 03:46 PM
U didnt copy the Spell_us and spell_en into ur eqemu file.
do this and it should work hopefully 8)

Rekar
04-17-2004, 01:10 PM
already have those files in the folder, doesnt show my server on the selection screen...

RangerDown
04-17-2004, 02:10 PM
I had the invisible server problem for a little while, where the world.exe wouldn't connect to my loginserver so it didn't show up on the server select.

It was fixed after I checked my loginserver.ini file for trailing spaces after each line. Check it line by line, and if there are any trailing spaces after any of the lines, take em out. See if that fixes it.

Rekar
04-18-2004, 02:30 AM
nope, no spaces, downloaded new version today(5.6) so maybe. but doubt it.