View Single Post
  #3  
Old 02-22-2002, 12:11 PM
dablasta
Fire Beetle
 
Join Date: Feb 2002
Posts: 19
Default

ok in eqhost.exe where it says:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:15900"
"localhost:15901"
"localhost:15902"
"localhost:15903"
}
instead of localhost, put 127.0.0.1
delete 3 of those login server lines
now everything should now say:
127.0.0.1:5999

instead of localhost:15900 etc.

this will work if it's just for yourself, should work, this is what mine says:

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

try cutting and pasting that in there
Reply With Quote