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.
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.