Hey there. I got my own server up here local at the moment. But I have this problem with my realms. I recently managed to get up 2 realms working with different values using 2x 711 noobpack MaNG0S repack...
The thing is, it worked, but after a day or two it stopped working somehow.
And now I don't know how to fix it. I've followed the earlier comments to help me. But now I'm here again asking for help.
Would be wonderful if someone could help me solve the problem.
I'm running 2x Mangosd.exe and 1x Realmd.exe.
When I connect to the server it only uses one of the Mangosd.exe even when I "switch" realm but actually it doesnt switch.
It's the same realm but just that the name above the characters changes and you can meet eachother ingame from "both" realms. So it uses just one realm at the moment...
+2 rep for the person who fixes this problem and +1 rep for those who tries (only serious help)
First mangosd.conf
Code:
RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "randomip;3306;randomuser;randompassword;realmd"
WorldDatabaseInfo = "randomip;3306;randomuser;randompassword;mangos"
CharacterDatabaseInfo = "randomip;3306;randomuser;randompassword;characters"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
Seconf Mangosd.conf
Code:
RealmID = 2
DataDir = "D:\Harddrive Copy\Hoax\otherhaxxserver\MANGOS"
LogsDir = ""
LoginDatabaseInfo = "randomip;3306;randomuser;randompassword;realmd"
WorldDatabaseInfo = "randomip;3306;randomuser;randompassword;mangos2"
CharacterDatabaseInfo = "randomip;3306;randomuser;randompassword;characters2"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
Realmd.conf
Code:
LoginDatabaseInfo = "randomip;3306;randomuser;randompassword;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 0
LogTime = 0
LogFile = "Realmd.log"
LogTimestamp = 0
LogFileLevel = 0
LogColors = ""
UseProcessors = 0
ProcessPriority = 1
RealmsStateUpdateDelay = 20

