Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mangos ~Amber~ Realm Loop

Initiate Mage
Joined
Apr 20, 2011
Messages
2
Reaction score
0
Hi friends, Ive been searching for treads or posts, but I just could find solutions for ~AscentEmu~, my probleme is with the AmberGui one, Im still a noob so If I could get some help it would be great...and srry for my bad english

So Im using Amber v10316, dont have done the upgrade to v10771 because of a error, (can´t start World1) but nvm thats not my problem...

So in my World of Warcraft 3.3.5a enGB version in the realmlist file I have:
set realmlist "Iternal IP"

In my Host file:
"Iternal IP"

And I wanted to play with another PC gonna call it "PC2" at home joining it via Hamachi 2 via Internet

The PC2 have in the host file: 127.0.0.1 localhost

And realmlist one: set realmlist (Iternal IP of PC)

So Ive startedAmberGui [Start] Buttom, Realm [Start], World 1 [Start] and run client.
Start Hamachi 2: Create Network. 0.00.00.00 Pass. 00000 (a example)
Observation: No problem can play with 1; 2; 3; clients doesnt really matter.

PC2:
Start Hamachi 2, Join Network, Connected to 0.00.00.00
Start WoW, Log In Sucesfull, and then I want to chosse the realm, but every time I chosse it, it always come back ---> Realm Loop

So I don´t really know what to do....
Dont have done anything with SQLyog, and didn´t touched RealmConf.
Looking it so:

############################################
# MaNGOS realmd configuration file #
############################################

[RealmdConf]
ConfVersion=2010062001

################################################################################ ###################################
# REALMD SETTINGS
#
# LoginDatabaseInfo
# Database connection settings for the realm 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
#
# LogsDir
# 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.
#
# MaxPingTime
# Settings for maximum database-ping interval (minutes between pings)
#
# RealmServerPort
# Default RealmServerPort
#
# BindIP
# Bind Realm Server to IP/hostname
#
# PidFile
# Realmd daemon PID file
# Default: "" - do not create PID file
# "./realmd.pid" - create PID file (recommended name)
#
# LogLevel
# Server console level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
#
# LogTime
# Include time in server console output [hh:mm:ss]
# Default: 0 (no time)
# 1 (print time)
#
# LogFile
# Logfile name
# Default: "Realmd.log"
# "" - empty name disable creating log file
#
# LogTimestamp
# 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
#
# LogFileLevel
# Server file level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
#
# LogColors
# 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
#
# UseProcessors
# Used processors mask for multi-processors system (Used only at Windows)
# Default: 0 (selected by OS)
# number (bitmask value of selected processors)
#
# ProcessPriority
# Process proirity setting (Used only at Windows)
# Default: 1 (HIGH)
# 0 (Normal)
#
# WaitAtStartupError
# After startup error report wait <Enter> or some time before continue (and possible close console window)
# -1 (wait until <Enter> press)
# Default: 0 (not wait)
# N (>0, wait N secs)
#
# RealmsStateUpdateDelay
# Realm list Update up delay (updated at realm list request if delay expired).
# Default: 20
# 0 (Disabled)
#
# WrongPass.MaxCount
# Number of login attemps with wrong password before the account or IP is banned
# Default: 0 (Never ban)
#
# WrongPass.BanTime
# Duration of the ban in seconds (0 means permanent ban)
# Default: 600
#
# WrongPass.BanType
# Ban the IP or account on which login is attempted
# Default: 0 (Ban IP)
# 1 (Ban Account)
#
################################################################################ ###################################

LoginDatabaseInfo = "127.0.0.1;3308;root;amber;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 3
LogTime = 0
LogFile = "Realmd.log"
LogTimestamp = 0
LogFileLevel = 0
LogColors = "13 10 11 9"
UseProcessors = 0
ProcessPriority = 1
WaitAtStartupError = 0
RealmsStateUpdateDelay = 20
WrongPass.MaxCount = 0
WrongPass.BanTime = 600
WrongPass.BanType = 0


Thx for future answers and solution...and dont know the solution just thougt it could be from this :):
 
Lord of the Legion
Joined
Jul 28, 2005
Messages
426
Reaction score
35
Post your realmd.log file. Realmlist loops usually have something to do with a problem with realmd. You'll find the log in some folder wherever Amber installs to. Unfortunately, the default settings for Amber pretty well hide the log files unless you know where to look.

You really should be running your own compiled server since you can guarantee it's up-to-date always, even the individual things like SD2, ACID and the databases. I find that pre-compiled servers are more trouble than they're worth.

Also, this should be in the WoW Mangos Help section.
 
Last edited:
Back
Top