I have never done this but theoretically this should work:
- Create 3 new databases. For example,
characterstwo,
mangostwo and
scriptdevtwo, you can fill newmangos and newscriptdev with a clean install of use a backup from your existing mangos and scriptdev database
your mysql structure will look like this now
- realmd
- characters
- characterstwo
- mangos
- mangostwo
- scriptdev
- scriptdevtwo
- Go to your mangos folder, where your corefules and dbc files are, and copy all files. Create a new folder, mangostwo for example, and paste all data in there
- open this folder and go into mangos.conf in the new folder
RealmID =
2
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;
realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;
mangostwo"
CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;
mangostwo"
MaxPingTime = 30
WorldServerPort =
8086
BindIP = "0.0.0.0"
- If you are behind a router you might have to rourte an extra port
- Open a sql editor, go to the realmd database and then to the table realmlist
Add a new line and give it the information as in the config above
- Now you should be able to startup Mangos and Mangosnew and have two realms to log in to
If I missed anything please add