View Single Post
  #17  
Old 04-16-2007, 02:20 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Josh, the

Code:
<address>192.168.0.3</address>
            <localaddress>127.0.0.1</localaddress>
located your eqemu_config.xml file was giving me issues also. I dont know if this is really needed so just change it to

Code:
<!-- <address>192.168.0.3</address> -->
            <!-- <localaddress>127.0.0.1</localaddress> -->
Doing this cancels them out. I had this issue with timing out so I just removed those two lines by doing that, (they're orginally like that I belive).
Once I did that, all my connection issues went away and I could log in perfect everytime.

Just my 2cps though.
Reply With Quote