Thread: Simple question
View Single Post
  #2  
Old 11-18-2007, 10:50 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

This is set to connect to eqemulator server

Quote:
<!-- Loginserver information. -->
<loginserver>
<host>eqlogin1.eqemu.net</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
While your host here

Quote:
eqhost says

[Registration Servers]
{
"localhost:3306"
}
[Login Servers]
{
"localhost:3306"
}
Is trying to connect to your computer.

Try this in your eqhost.txt


Quote:
[Registration Servers]
{
"127.0.0.1:5998"
}
[Login Servers]
{
"127.0.0.1:5998"
}
And this in your set up

Quote:
<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote