realmlist?

Newbie Spellweaver
Joined
Apr 24, 2007
Messages
12
Reaction score
0
im pretty sure i have my conf files all right for internet use, but a few things still boggle me.

should i be using

set realmlist: 127.0.0.1
set patchlist: 127.0.0.1

if my server is online? and if so, what do other people need to put as their realmlist? and should patchlist be changed? here's my realms.conf


Code:
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          = "MGLAGOON"
Realm1.Address       = "68.250.189.38:8129"
Realm1.Icon          = "PVP"
Realm1.Colour        = 1
Realm1.Population    = 1.0
Realm1.TimeZone      = 1

thanks!
 
I finaly got server up but my friend has tried just putting me external provider. (set realmlist 000.000.000.000). Keeping my ip blanked hehe.

Or do they have to have the port number in as well?
 
Last edited:
Back