View Single Post
  #2  
Old 04-23-2006, 04:17 PM
daemonreaver
Fire Beetle
 
Join Date: Apr 2006
Posts: 21
Default

Quote:
Originally Posted by armflailing
i chose that option, I can login and get to server select screen but there are no servers in the list to choose from.
That is due to a lack of the "variables" table, setting "servertype" to "1", as well as not specifying "localhost" in the XML for "Address" and "LocalAddress".

Meaning:

SQL, Table "Variables", set "ServerType" to "1"
SQL, Table "Variables", set "LoginType" to "minilogin"
XML, in <world>, set <address>localhost</address>
XML, in <world>, set <localaddress>localhost</localaddress>

World.exe has issues sending "127.0.0.1" to minilogin.

Also, make sure that you've set up the XML for using
<host>localhost</host>
<port>5999</port>
under <loginserver>
Reply With Quote