Ok I am setting up a Alterwow blizzlike 1.12.1 repack server (which uses Mangos-zero). This is my first attempt at a wow server, but after spending hours reading guides I have the server up and running. I can connect/play on the computer the server is on just fine. I have set a static IP for myself, and opened my firewall ports and port-forwarded my router. I have changed the ip address in my realmlist database using HeidiSql to my server computers IP address. Realmdb config and mangos.config are are set to use 127.0.0.1. The other computer im trying to connect with logs in, but gets stuck in a realmlist loop.
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 1
LogTime = 0
LogFile = "Realmd.log"
LogTimestamp = 0
LogFileLevel = 1LogColors = ""
UseProcessors = 0
ProcessPriority = 1
WaitAtStartupError = 0
RealmsStateUpdateDelay = 20
WrongPass.MaxCount = 0
WrongPass.BanTime = 600
WrongPass.BanType = 0any idea why im getting a realmlist loop?RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;mangos"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
LoginDatabaseConnections = 1
WorldDatabaseConnections = 1
CharacterDatabaseConnections = 1
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
And also, two computers I have the wow client (downloaded from feenix wow) ignore any changes i make to realmlist.wtf and continue to connect to the feenix "warsong" server. any ideas?![]()