View Single Post
  #3  
Old 08-06-2008, 07:21 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If you aren't sure if your version is correct, then I am guessing you aren't using a Legal copy of EQ Titanium. If it is a legal copy and you have NOT patched to live on it (at all), then there is no need to worry about the version number as there is only 1 version for a fresh install of Titanium. Illegal copies of EQ are not supported on these forums.

Though, someone else may have a suggestion to help you. I don't run Mini-Login, so my knowledge of how to set it up is very limited.

I did notice that you have configured this section of your config:

Code:
	<!-- Only specify these two if you really think you need to. -->
	    <!--<address>192.168.9.10</address>-->
	    <!--<localaddress>127.0.0.1</localaddress>-->
But, that section will be completely ignored unless you remove the parts commenting it out to look like this:

Code:
	<!-- Only specify these two if you really think you need to. -->
	    <address>192.168.9.10</address>
	    <localaddress>127.0.0.1</localaddress>
Though, I never actually use that part of the config as it is not required (or recommended) for use with public servers. So, you might have that section set incorrectly anyway.

You might find this post helpful:
http://www.eqemulator.net/forums/sho...897#post153897
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 08-07-2008 at 03:23 AM..
Reply With Quote