View Single Post
  #1  
Old 05-11-2006, 04:21 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

ya I use minilogin option
here config.xml


<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

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

<!-- Loginserver information. -->
<loginserver>
<host>my IP</host>
<port>5999</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>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>





db.ini

###Your current database configuration is as follows:
##db.ini:

[Database]
host=MY IP
user=eq
password=eq
database=eq




config.ini


[Database]
host=localhost
user=eq
password=eq
database=eq
compression=off

[General]
quests=C:\EQEmu\Quests\

wordwrap=1


loginserver.ini


###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999



I think that is all

Last edited by XiNoID; 05-11-2006 at 12:24 PM..
Reply With Quote