The only thing you need to do is:
* Copy you mangos folder
* Add a new realm in the realmlist table (in realmd DB)
* Create new mangos and characters DBs for your new realm, with names like mangos2 and characters2
* Edit RealmID for your new realm (in mangosd.conf)
* Edit databases for your new realm (in mangosd.conf), example:
Code:
LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;mangos2"
CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;characters2"
* Startup only ONE realmd.exe and both mangosd.exe