- Joined
- Jun 1, 2007
- Messages
- 51
- Reaction score
- 0


i get a crash on logonserver.exe and antrix.exe keeps looping on a failed connection.
*************logonserver.conf***************
LogonDatabase.Hostname = localhost
LogonDatabase.Username = root
LogonDatabase.Password = ********
LogonDatabase.Name = antrix
LogonDatabase.Port = 3306
LogonDatabase.Type = 1
# Host Directive
#
# This is the address that the realmlist will listen on.
# To listen on all addresses, set it to 0.0.0.0
# Default: 127.0.0.1 (localhost)
#
Host = localhost
**************Antrix.conf************
Database.Hostname = localhost
Database.Username = root
Database.Password = ************
Database.Name = antrix
Database.Port = 3306
Database.Type = 1
# Host Directive
#
# This is the address that the server will listen on.
# To listen on all addresses, set it to 0.0.0.0
# Default: 127.0.0.1 (localhost)
#
Host = localhost
********realms.conf*******
LogonServerCount = 1
LogonServer1.Address = "127.0.0.1"
LogonServer1.Port = 8093
LogonServer1.Name = "Default Logon"
# Realm Setup
#
# This is the realms that will be added to the list for this instance
# of the server. You can have multiple realms (e.g. one for LAN, WAN).
#
# RealmCount = The number of servers.
# Realm[x].Name = The name of the realm.
# Realm[x].Address = The address (and port) of that realm.
# Realm[x].Icon = The type of realm (PVP, Normal, RPPVP, RP)
# Realm[x].Colour = Realm colour in realm list display.
# Realm[x].TimeZone = Time zone the realm is in.
# Realm[x].Population = (0 = low, 1 = medium, 2 = high)
#
RealmCount = 1
Realm1.Name = "Test Realm"
Realm1.Address = "127.0.0.1:8129"
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 1.0
Realm1.TimeZone = 1
are these settings right?