PDA

View Full Version : cant get world to connect to minilogin


vRandom
04-16-2006, 09:02 AM
Hey all,
It's been awhile since i last messed with this and with all the changes i can seem to get the world.exe to connect to minilogin.

I'm using the raw pack from this link http://eqemulator.net/forums/showthread.php?t=20314

I've got the following settings

eqemu_config.xml: (snip)
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=somereallylongname
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

DB:
I set the LoginType in the variables to Minilogin.

The eqhosts.txt is:
[LoginServer]
Host=127.0.0.1:5999

What am i forgeting?

Thanks for any help
vRandom

Branks
04-16-2006, 09:21 AM
i had this problem as well, my solution was to add the <address> and <localaddress> fields to the world section of the config.xml file.

kouhei
04-16-2006, 11:32 AM
Hey all,
It's been awhile since i last messed with this and with all the changes i can seem to get the world.exe to connect to minilogin.

[~RD~ remainder of long quote removed]



Do not forget. I am not sure if you forgot or not but just incase:<account>need an account typed here!!!</account>
<password>Need a passwrod typed here!!!</password>

vRandom
04-17-2006, 01:33 AM
i had this problem as well, my solution was to add the <address> and <localaddress> fields to the world section of the config.xml file.

Thanks

Thats what i was missing, now the world connects to the minilogin.

vRandom

vRandom
04-17-2006, 01:35 AM
Do not forget. I am not sure if you forgot or not but just incase:<account>need an account typed here!!!</account>
<password>Need a passwrod typed here!!!</password>

I don't think I have it set up to use this.

I'm guessing this would be the same user/pass listed in the loginserver.ini, right?

Thanks for the reply
vRandom