Hey, i saw your topic about setting up 2 realms, but it is really giving me a hard time, could you assist me?
Situation one: I start my logon server & connect my main realm to it, i can logg in fine, i have all my characters and everything works fine!
Situation two: I start my logon server & connect my secondary realm to it, i can see the server, but i get stuck at 'logging into game server' - no matter how many times i try
Situation three: I start my logon server & connec both my main and secondary server to it, all of a sudden i can now logg into both realms, but they are the same, just with different realm names?! When i create a character it appears on BOTH realms and so on, same settings on both realms... WHY? Here is my config (or some of it):
Main server: arcemu-realms.conf
Code:
<LogonServer Address = "5.87.170.98"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "SDW TEST SERVER"
Address = "5.87.170.98:8129"
Icon = "PVE"
Population = "1.0"
TimeZone = "3">
Secondary Realm: arcemu-realms.conf
Code:
<LogonServer Address = "5.87.170.98"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "SDW Instance Realm"
Address = "5.87.170.98:8129"
Icon = "PVP"
Population = "2.0"
TimeZone = "3">
Main Server: arcemu-world.conf
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "arcemu" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "characters" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
<VoiceChat Enabled="1"
ServerIP="5.87.170.98"
ServerPort="3727">
<RemoteConsole Enabled="0"
Host="0.0.0.0"
Port="8092">
Secondary realm: arcemu-world.conf
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "arcemu2" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "characters2" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8130">
<VoiceChat Enabled="1"
ServerIP="5.87.170.98"
ServerPort="3727">
<RemoteConsole Enabled="0"
Host="0.0.0.0"
Port="8092">

Any ideas ?
Thanks
-Seb