View Single Post
  #2  
Old 07-28-2003, 09:35 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Error 1002 means you are connecting to the wrong login server for the client that you have.

IF YOU HAVE THE EQLIVE CLIENT:
Replace the contents of eqhost.txt (file located in your EQ directory) with the following:

Code:
[Registration Servers]
{
"eqlogin1.eqemulator.net:5997"
}
[Login Servers]
{
"eqlogin1.eqemulator.net:5997"
}

IF YOU HAVE THE DEC 2002 CLIENT:
Replace the contents of eqhost.txt (file located in your EQ directory) with the following:

Code:
[Registration Servers]
{
"eqlogin1.eqemulator.net:5999"
}
[Login Servers]
{
"eqlogin1.eqemulator.net:5999"
}



I have also heard that changing DataRate.txt (same directory as eqhost.txt) can be helpful: Try using 8.0 as your datarate.

Use Windows Notepad if you don't know how to edit files.
Reply With Quote