View Single Post
  #3  
Old 04-19-2007, 06:23 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

The edit button is only available for a little bit after you post. I dont know the specific time, but its gone after awhile.

As to your game timeing out, I would assume since you changed your connection time out setting. This I have found to be due to the following lines in your eqemu_config.xml file

Code:
<!-- Only specify these two if you really think you need to. -->
        <address>Serving Machines IP</address>
        <localaddress>127.0.0.1</localaddress>
When these are active, I have noticed it takse a longer time to connect, sometimes not connecting at all, so I changed mine to this, as I have been told these are not needed anyhow.

Code:
<!-- Only specify these two if you really think you need to. -->
        <!--<address>Serving Machines IP</address>-->
        <!--<localaddress>127.0.0.1</localaddress>-->
adding the <!-- and --> to the ends of the lines to null them out. Hopefully that helps you with the connection issues.
Reply With Quote