Heya
who can help me
i have 2 cores, 2 World DB´s, 2 Charaters
now my problem
1 Realm ( mysql realmd, two realmlist ) with 2 world dbs and 2 charaters dbs works all good, !
Now i wanna get 2 Realms ( accounts on 2 realms different ) with 2 world dbs and 2 charaaters dbs
First config
mangosd.conf
RealmID = 1
DataDir = "/opt/emu/335/"
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;realmd1"
WorldDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;world1"
CharacterDatabaseInfo = "127.0.0.1;3306;mangos;xxxxx;chars1"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
------------------------------------
First config
realmd.config
LoginDatabaseInfo = "127.0.0.1;3306;mangos;xxxxx;realmd1"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
-------------------------------------
--------------------------------------
Second config
mangosd.conf
RealmID = 2
DataDir = "/opt/emu/335/"
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;realmd2"
WorldDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;world2"
CharacterDatabaseInfo = "127.0.0.1;3306;mangos;xxxxx;chars2"
MaxPingTime = 30
WorldServerPort = 8086
BindIP = "0.0.0.0"
--------------------------------------
Second config
realmd.config
LoginDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;realmd2"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3725
Now my problem second realm invisble, but running, nobody can connected on the second realm, only the first
if i change this on Second config
mangosd.conf
RealmID = 2
DataDir = "/opt/emu/335/"
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;realmd1"
WorldDatabaseInfo = "127.0.0.1;3306;mangos;xxxx;world2"
CharacterDatabaseInfo = "127.0.0.1;3306;mangos;xxxxx;chars2"
MaxPingTime = 30
WorldServerPort = 8086
BindIP = "0.0.0.0"
and kill the Second config realmd.config
and start all new without the second config realmd.config ( works all fine, but use ONLY one realmd1, all game account for 2 realms, i wanna get 2 games accounts realms )
i hope u understand me
regards
betaman