-
Help With ManGoS
Hi I Wonder If There Is Any Way I Can Start Mangos And Then Make More Realms.
I Tryed Making A New Realm But Then When I Created A Character At "Realm 1" It Also Made The Same Char At "Realm 2" Plz Help.
I Also Wonder If Someone Has A Guide For Put It Online For Internet Usage And Not Just Local Network.
Plz Help / Davve
-
The second realm needs to point to a different database.
-
project needs
1. need 1 realm server
2. need 2 mangos server running pointing to same realmd but different db
3. edit realm config to load both realms
4. make 2 database name 1 mangos and other mango
5. make sure both database are starting properly
follow these steps and should be no problems.
-
I think you need to get another IP address...because even though you are pointing to another DB, it's still one IP address from your ISP .... I might be wrong....any word on Advocate's method? anyone tried it?
let us know
-
minadude: no, you don't need to IP addresses, you can easily run 1 server on 1 Ip as you can 10 servers on 1 ip, the only factor being hardware. All you'd need to do is change what port mangos binds to. The DB's can successfully coincide with eachother on the same port, as MySQL simply takes care of that.
Advocate: Your project needs have a fatal flaw, The characters on one server are linked between the realm database and the mangos database via the guid field in the account table on the realm DB. All characters are created with that guid linked. So, if you were to have only one realm DB, I think you'd come across some discrepencies in the DB's when a player logged on, because then it would show that the player was logged on at both servers, causing the total user count for that server to falsely be diminished. See?