Log in

View Full Version : Using Mini login to connect to my personal server


Stormheart
03-02-2008, 11:40 AM
I think I am extremely close to getting this server up. I have two issues remaining.

When I run start.bat the world.exe runs fine once its up I check the last two lines and the last line I think should say something like:

[Debug] [WORLD__LS] Connected to Loginserver:192.168.1.101 <---my computers ip

mine says:

[Debug] [WORLD__LS] Connected to Loginserver:eqemulator.net:5998

That worries me

So I keep going and hit the enter key on my start.bat and this shows up in my login window:

[LoginConfig] block not found in LoginServer.ini
Server mode:Minilogin
Login server listening on port:5999

The block not found in LoginServer.ini worries me.


Then my world.exe window just keeps launching and stopping zones over and over again.

Somethings wrong with one of these puppies I am guessin


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

start minilogin.exe
Echo Please wait for Minilogin to fully boot up.
pause
---------------------

eqemu_config.xml
<?xml version="1.0">
<server>

<world>
<shortname>minilogin</shortname>
<longname>EchoesMiniLogin</longname>





<!-- Only specify these two if you really think you need to. -->
<address>192.168.1.101</address>
<localaddress>127.0.0.1</localaddress>




<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port> <account>
</account> <password></password>
</loginserver>



<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>


<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />


</world>
_____________________________


loginServer.ini
_______________________




[LoginServer]
loginserver=192.168.1.101
loginport=5999
worldname=MiniLogin
worldaddress=192.168.1.101
locked=false
account=
password=


[WorldServer]

Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=


[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

__________________________
Ok I did some searching on the forums for things like Block not found and I even found a small thread about the constantly starting stopping and disconnecting zone launchers but no useful info was found.

Thanks for taking a look any help would be greatly appreciated.

leslamarch
03-02-2008, 03:50 PM
first thing i noticed is in the eqemu_config.xml file this should be set to your pc address and port 5999

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port> <account>
</account> <password></password>
</loginserver>

should be like this

<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

for the starting and stopping check your launcher table and see if the name in there is zones or zone, it needs to match this in your start.bat file
start eqlaunch.exe zone