Hey
Was just wondering how i could set up a second realm so that the realmlist would be like:
set realmlist 00.00.00.00:3453 etc
This is to make it private :P
Hey
Was just wondering how i could set up a second realm so that the realmlist would be like:
set realmlist 00.00.00.00:3453 etc
This is to make it private :P
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![]()
Last edited by Eleatha; 03-19-2009 at 01:56 AM.
please delete double posted