Im having trouble letting other people connect, here are the sections of my conf files
ascent.conf
Code:
<WorldDatabase Hostname = "localhost" Username = "****" Password = "****" Name = "ascent_world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "****" Password = "****" Name = "ascent_world" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
logonserver.conf
Code:
<LogonDatabase Hostname = "localhost"
Username = "****"
Password = "****"
Name = "ascent_world"
Port = "3306"
Type = "1">
<Listen Host = "24.233.188.251"
ISHost = "24.233.188.251"
RealmListPort = "3724"
ServerPort = "8093">
realms.conf
Code:
<LogonServer Address = "24.233.188.251"
Port = "8093"
Name = "ascent_world"
RealmCount = "2">
<Realm1 Name = "Frozen Steppes Pre-Live TEST"
Address = "24.233.188.251:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
<Realm2 Name = "Frozen Steppes Pre-Live TEST- Local"
Address = "127.0.0.1:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
can anyone help? thanks