Ok. First of All.. I know there alot of guides on how to create 2 realms. BUT Alot of people dont include on how to fix the character problem (Where you create a character on 1 realm.. It creates the same character on the other realm).
Ok lets get started.
Go into Navicat (Or any heidi or whatever you use) and click Dump the SQL file of both Arcemu (world) and Logon (characters). Save it to anywhere you want.
Create 2 new databases. Arcemu2 and Logon2. For Arcemu2 database.. Execute the sql that you got from dumping the arcemu database. Do the same for logon to.. except execute the Logon sql into the logon2 database.
Once you've done that.. Copy your server folder and paste it in a new folder. Name it.. Server2 or something.
Now go into your Server2 folder and delete Arcemue-Logonserver.exe and
the Arcemu-Logonserver.Conf.
Next, Open Arcemu-World.conf and edit this below.
Change
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "Arcemu" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "Logon" Port = "3306" Type = "1">
to
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "Arcemu2" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "Logon2" Port = "3306" Type = "1">
Scroll down until you see...
Code:
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
Change it to...
Code:
<Listen Host = "0.0.0.0"
WorldServerPort = "8130">
Save and Close.
________________________________________________
Open Arcemu-Realms.Conf
Change
Code:
<Realm1 Name = "SERVER NAME"
Address = "IP ADDRESS:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
Change it to
Code:
<Realm1 Name = "SERVER NAME"
Address = "IP ADDRESS:8130"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
Save and Close.
________________________________________
Ok now go into your normal server folder and start Arcemu-Logonserver and Arcemu-World. Then go into your Server2 folder and Start Arcemu-World.
Login and you should have 2 realms!
Have Fun!!!