Unable to connect to realm list server

Results 1 to 5 of 5
  1. #1
    Newbie Aelobin is offline
    MemberRank
    Aug 2007 Join Date
    2Posts

    Unable to connect to realm list server

    Hi, first post =)

    This is my first time setting up a WoW private server.

    Its all up and running but when i try to log in, it does the authenticating and all that, but stops saying "Unable to connect to realm list server".

    I have no idea what to do to go about fixing this.

    Any help?

    Thanks,
    Aelo

    EDIT: Im using MaNGOS and its a TBC server :)


  2. #2
    Sorcerer Supreme KingXCrosses is offline
    Member +Rank
    May 2007 Join Date
    Silvermoon, Quel'thalasLocation
    426Posts

    Re: Unable to connect to realm list server

    hmm... post ur mangos.conf and realmd.conf

  3. #3
    Newbie Aelobin is offline
    MemberRank
    Aug 2007 Join Date
    2Posts

    Re: Unable to connect to realm list server

    Mangosd.conf :
    [CODE]# MaNGOS Configuration file
    ConfVersion=2007071001

    # RealmID must match the realmlist
    RealmID = 1

    # 0 NORMAL 1 PVP 4 NORMAL 6 RP 8 RPPVP
    GameType = 1

    # Allow server use expansion content
    # 0 (not check expansion maps existence, not allow wisit its, not allow create new race characters, ignore account expansion setting)
    # Default: 1 (check expansion maps existence, and if client support expansion and account have expansion setting then allow visit expansion maps, allow create new races character)
    Expansion = 1

    # Data directory setting.
    # Important: DataDir needs to be quoted, as it is a string which may
    # contain space characters.
    DataDir = "C:/MaNGOS"

    # Logs directory setting.
    # Important: Logs dir must exists, or all logs be disable
    # Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be stored in current directory for run program.
    LogsDir = ""

    # Database connection settings for the world server.
    # Default: hostname;port;username;password;database
    # .;somenumber;username;password;database - use named pipes at Windows
    # Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    # .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    # Unix sockets: experimental, not tested
    LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;mangos"

    # Settings for maximum database-ping interval (minutes between pings)
    MaxPingTime = 30

    # DBC Language Settings
    # 0 = English
    # 1 = Korean
    # 2 = French
    # 3 = German
    # 4 = Chinese
    # 5 = Taiwanese
    # 6 = Spanish
    # 7 = Russian
    # 8 = Unknown
    # 9 = Unknown
    # 10 = Unknown
    # 11 = Unknown
    # 12 = Unknown
    # 13 = Unknown
    # 14 = Unknown
    # 15 = Unknown
    # 255 = Auto Detect (Default)
    DBC.Locale = 255

    # Enable logging of GM commands - all SQL code will be written to a log file
    # All commands are written to a file: YYYY-MM-DD_logSQL.sql
    # If a new day starts (00:00:00) then a new file is created - the old
    # file will not be deleted.
    # 0 - Do not log
    # 1 - Write SQL code to logfile
    LogSQL = 0

    # Server console level of logging
    # 0 = Minimum; 1 = Basic&Error; 2 = Detail; 3 = Full/Debug
    # Default: 0
    # recommend: 1
    LogLevel = 0

    # Logfile name
    # empty name disable creating log file: LogFile =
    # Default: ""
    LogFile = "Server.log"

    # Logfile with timestamp of server start in name
    # Default: 0 - no timestamp in name
    # 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
    LogTimestamp = 0

    # Server file level of logging
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 0
    LogFileLevel = 0

    # Log filters
    # 0 (default) - include in log if log level permit, 1 - not include with any log level
    LogFilter_TransportMoves = 0
    LogFilter_CreatureMoves = 0
    LogFilter_VisibilityChanges = 0

    # Color for messages (format "normal_color details_color debug_color error_color)
    # Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
    # 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
    # Default: "" - none colors
    # "13 7 11 9" - for example :)
    LogColors = ""

    # Packet logging file for the worldserver.
    # Default: ""
    WorldLogFile = "world.log"

    # Log file of DB errors detected at server run.
    # Default: ""
    DBErrorLogFile = "DBErrors.log"

    # Log file of gm commands
    # Default: "" (Disable)
    GmLogFile = ""

    # Log file of RA commands, "" for disable
    # Default: "Ra.log"
    RaLogFile = ""

    # Used processors mask for multi-processors system (Used only at Windows)
    # Default: 0 (selected by OS)
    # number (bitmask value of selected processors)
    UseProcessors = 0

    # Process proirity setting (Used only at Windows)
    # 0 (Normal)
    # Default: 1 (HIGH)
    ProcessPriority = 1

    # Compression level for update packages sended to client (1..9)
    # Default: 1 (speed)
    # 9 (best compression)
    Compression = 1

    # Maximum number of players in the world. Excluding GM's
    # Default: 100
    PlayerLimit = 10

    # Max level that can reached by player for expirience (in range from 1 to 255).
    # Change not recommended
    # Default: 60
    MaxPlayerLevel = 70

    # Activate weather system
    # Default: 1 (true)
    # 0 (false)
    ActivateWeather = 1

    # Ignore level requirement to enter instance
    # 1 (true)
    # Default: 0 (false)
    Instance.IgnoreLevel = 1

    # Ignore raid requirement to enter instance
    # 1 (true)
    # Default: 0 (false)
    Instance.IgnoreRaid = 1

    # quest level difference to hide for player low level quests: if player_level > quest_level + LowLevelQuestsHideDiff then quest ! mark not show for quest giver
    # -1 (show all available quests marks)
    # Default: 4
    Quests.LowLevelHideDiff = 4

    # quest level difference to hide for player high level quests: if player_level < quest_min_level - HighLevelQuestsHideDiff then quest ! mark not show for quest giver
    # -1 (show all available quests marks)
    # Default: 7
    Quests.HighLevelHideDiff = 7

    # Max count that player can learn the primary trade skill.
    # Default: 2
    # Max : 9
    MaxPrimaryTradeSkill = 2

    # Min signatures count to creating guild (0..9).
    # Default: 9
    MinPetitionSigns = 0

    # Max distance to creature for group memeber to get XP at creature death.
    # Default: 74
    MaxGroupXPDistance = 74

    # Max level different with creature for group member to get XP at creature death.
    # Default: 10
    MaxGroupXPLevelDiff = 10

    # Allow or not accounts to create characters in the 2 teams in any game type.
    # Default: 0 (Not allowed)
    # 1 (Allowed)
    AllowTwoSide.Accounts = 1

    # Allow or not common :chat(say,yell);channel(chat)group(join)guild(join);trade for players from different teams.
    # Default: 0 (Not allowed)
    # 1 (Allowed)
    AllowTwoSide.Interaction.Chat = 1
    AllowTwoSide.Interaction.Channel = 1
    AllowTwoSide.Interaction.Group = 1
    AllowTwoSide.Interaction.Guild = 1
    AllowTwoSide.Interaction.Trade = 1

    # Allow or not show player from both team in who list.
    # Default: 0 (Not allowed)
    # 1 (Allowed)
    AllowTwoSide.WhoList = 1

    # Chat anti-flood protection, haste message count to activate protection
    # 0 (disible anti-flood protection)
    # Default: 10
    ChatFlood.MessageCount = 10

    # Chat anti-flood protection, minimum message delay to count message
    # Default: 1 (in secs)
    ChatFlood.MessageDelay = 1

    # Chat anti-flood protection, mute time at activation flood protection (not saved)
    # Default: 10 (in secs)
    ChatFlood.MuteTime = 10

    # Is GM accept whispers from player by default.
    # Default: 0 (false)
    # 1 (true)
    GM.WhisperingTo = 0

    # Is GM showed in GM list (if visible) in non-GM state (.gmoff)
    # Default: 0 (false)
    # 1 (true)
    GM.InGMList = 0

    # Is GM showed in who list (if visible).
    # Default: 0 (false)
    # 1 (true)
    GM.InWhoList = 0

    # GM mode at login
    # 0 (disable)
    # 1 (enable)
    # Default: 2 (last save state)
    GM.LoginState = 2

    # Include GM trade and trade slot enchanting operations in GM log if it enable
    # 0 (not include)
    # Default: 1 (include)
    GM.LogTrade = 0

    # Group visibility modes
    # Default: 0 (standard setting: only members from same group can 100% auto detect invisible player)
    # 1 (raid members 100% auto detect invisible player from same raid)
    # 2 (players from same team can 100% auto detect invisible player)
    Visibility.GroupMode = 1

    # Visibility distance for different in game object
    # Max limited by active player zone: ~ 166
    # Min limit dependent from objects
    # Default: 66 (cell size)
    #
    # Min limit is max aggro radius (45) * Rate.Creature.Aggro
    Visibility.Distance.Creature = 66
    Visibility.Distance.Player = 66
    #
    # gameobject, dynobject, bodies, corpses, bones
    # Min limit is iteraction distance (5)
    Visibility.Distance.Object = 66
    #
    # visible distance for player in flight
    # Min limit is 0 (not show any objects)
    Visibility.Distance.InFlight = 66

    # Visibility grey distance for creatures/players (fast changing objects)
    # addition to appropriate object type Visibility.Distance.* use in case visibility removing to object (except corpse around distences)
    # If

  4. #4
    Newbie spikely is offline
    MemberRank
    Jun 2007 Join Date
    5Posts

    Re: Unable to connect to realm list server

    Looking for good private wow server

    UltimaWoW (0 players online)

    It's ace!

  5. #5
    Newbie Link777 is offline
    MemberRank
    Mar 2007 Join Date
    2Posts

    Re: Unable to connect to realm list server

    Go into your realmd database -- inside, there's a table called "realmlist".

    Inside the table, there should only be one row pre-set. There's a field called "address", correct?

    If the "address" field says 127.0.0.1 or localhost, this is why. When someone connects to your WoW server, and successfully connects, but doesn't successfully connect to the realm itself, this is the cause.

    Make sure the "address" field is your IP, or a URL. (ex. Yahoo!).

    Have fun. :play_ball



Advertisement