View Single Post
  #31  
Old 01-23-2002, 08:49 PM
Vipermmx
Sarnak
 
Join Date: Jan 2002
Posts: 89
Default

Ipak I just fixed mine and I had your problem. Okay I will paste my stuff so you can look at it.

[Database]
host=localhost
user=xxxxxx
password=xxxxxx
database=eq

[LoginServer]
loginserver=localhost
worldname=Nexius
locked=false
worldaddress=127.0.0.1
account=eqemu
password=eqemu

Your whole issue is linked to the error you get in world.exe when I added eqemu to the username and password field I no longer got the error. It now says loginserver.ini read.

Also make sure your host looks like this.

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}


When I added 127.0.0.1 in all the local host fields in all of the .ini and eqhost I couldnt see world but I still didnt get the cant read block error. That error was fixed by adding the eqemu password and username in login.ini. When I changed all my 127.0.0.1 back to local host I could see my server.

Good Luck!
Reply With Quote