EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   Can only boot up one zone..(Win2k/lan/public loginsrv) (https://www.eqemulator.org/forums/showthread.php?t=2146)

floflo 06-02-2002 03:55 AM

Can only boot up one zone..(Win2k/lan/public loginsrv)
 
Hi there!

i got a lan setup:

192.168.0.1 server(hostin eqemu,mysql,publiclogon)
182.168.0.2 client1
192.168.0.3 client2

My config files:
(i dont post the db.ini, cause i am 100% sure that they are right.)
loginserver.ini(from Loginserver)


### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.org Loginserver ALWAYS.

# READ README.TXT

[LoginServer]
loginserver=192.168.0.1
loginserver2=192.168.0.1
loginport=5999
loginport2=5999
worldname=TestServer
locked=false
account=
password=
worldaddress=192.168.0.1

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


-----------------------------------------------------------------------------------


loginserver.ini(from eqemu directory)




### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.org Loginserver ALWAYS.

# READ README.TXT

[LoginServer]
loginserver=192.168.0.1
loginserver2=192.168.0.1
loginport=5999
loginport2=5999
worldname=TestServer
locked=false
account=account
password=pass
worldaddress=192.168.0.1

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
------------------------------------------------------------------------------------

Server OS:
Win2k
newest version PublicLoginSrv and Eqemu

I can run the loginserver and the world.exe fine with no errors.
i tried to start one zoneserver which works fine(i can also login run around etc...)

boot1zone.bat:

REM:--------------Start-----------------------


@echo off
start zoneNT . 192.168.0.1 7995 192.168.0.1
exit
cls


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

But when i try to run run boot5zones.bat i get 5 empty dos windows with no error message that are closing after ~5 seconds.


my boot5zones.bat:

REM:--------------Start-----------------------


@echo off
start zoneNT . 192.168.0.1 7995 192.168.0.1
start zoneNT . 192.168.0.1 7996 192.168.0.1
start zoneNT . 192.168.0.1 7997 192.168.0.1
start zoneNT . 192.168.0.1 7998 192.168.0.1
start zoneNT . 192.168.0.1 7999 192.168.0.1
exit
cls


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

------------------------------------------------------------------------------------


Can anyone help me???

Thanks!!!

Btw: VeryGood work on the emu!!
(and forgive me my bad english....=)

Lurker_005 06-02-2002 04:44 AM

The second IP on each line in boot5zones should stay 127.0.0.1

REM:--------------Start-----------------------


@echo off
start zoneNT . 192.168.0.1 7995 127.0.0.1
start zoneNT . 192.168.0.1 7996 127.0.0.1
start zoneNT . 192.168.0.1 7997 127.0.0.1
start zoneNT . 192.168.0.1 7998 127.0.0.1
start zoneNT . 192.168.0.1 7999 127.0.0.1
exit
cls


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


Set your single zone one the same

Shawn319 06-02-2002 05:33 AM

read the top of loginserver.ini :)

then give yourself 20 hail marys.


Quote:

account=account
password=pass
wrong, you never put an account and password in loginserver.ini.

readme says so.

Lurker_005 06-02-2002 05:40 AM

Why do you have 2 loginserver.ini files?

Shawn319 06-02-2002 05:41 AM

sounds like he has two folders (one for eqemu and one for public login). last time i checked, you needed to have it in the same dir and same ini files)


All times are GMT -4. The time now is 06:25 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.