View Single Post
  #3  
Old 03-02-2007, 12:30 AM
Wizzel
Sarnak
 
Join Date: Dec 2005
Posts: 80
Default

I upgraded recently to vista. Surprisingly, Vista hasn't been the hog it was colored to be. I am running a laptop with over a gig of RAM so I am fine in that respect.

<?xml version="1.0">
<server>
<world>
<shortname>whatever</shortname>
<longname>Wizzel</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>3306</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>marble</password>
<db>peq</db>
</database>
</server>

That is my current setup and it just seemslike minilogin and World.exe aren't talking expecially after world.exe just crashes. Minilogin runs fine though. I have compatability enabled for all of the exe's and the ports open. Any ideas guys?
Reply With Quote