EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   problem with world.exe (https://www.eqemulator.org/forums/showthread.php?t=26834)

krytonic 11-23-2008 08:57 PM

Ok, here are the files:

@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit




[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=eq
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

leslamarch 11-23-2008 09:08 PM

your start bat is should kinda look like this, not sure how you are starting minilogin.exe. But try this and see if it helps.
Code:

@echo off
start MiniLogin.exe
sleep 5
start world.exe
echo Waiting for World to finish before starting Zone...
sleep 20
start eqlaunch.exe zone
sleep 40

and try to put this # in front of these lines and see

Code:

#loginserver2=newlogin1.eqemulator.net
#loginport2=5999


krytonic 11-23-2008 09:20 PM

everything seems to go thru on the world.exe eventho it still keeps saying that it cannot connect to the login server over and over, so it still shows no server when login into eq

leslamarch 11-23-2008 09:24 PM

Quote:

Originally Posted by krytonic (Post 160452)
everything seems to go thru on the world.exe eventho it still keeps saying that it cannot connect to the login server over and over, so it still shows no server when login into eq

can you post what you are seeing? also I would highly recommend you READ THIS there is a lot of good info about minilogin.

krytonic 11-23-2008 09:38 PM

http://i38.tinypic.com/xfp8d2.jpg


All times are GMT -4. The time now is 12:38 AM.

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