PDA

View Full Version : [Guide]Make Mangos and Trinity Running with same accounts



jovee
03-12-10, 02:10 PM
Hello MMOpro!!
In this easy guide I will teach you how to make your Mangos and Trinity server running in same time with same account but with different characters.
WARNING: To import ".SQL" file use HeidiSQL (http://heidisql.googlecode.com/files/HeidiSQL_6.0_Setup.exe) or SQLyog (http://www.webyog.com/en/downloads.php), Navicat (http://www.navicat.com/)may not work very well.

1. Realm List database include:
- Create Mangos and Trinity Database.

* MangosWorld
* MangosCharacters
* TrinityWorld
* TrinityCharacters
- Then download Mangos and Trinity Realmlist (http://www.mediafire.com/?o9kwgti3omdszws) and include it into your database.



http://www.youtube.com/watch?v=73ZWqeGbg9o

2. Setting up Mangos and Trinity:
- Now create new folder call it as you want and place it where you want. After that move Mangos and Trinity Cores into that folder and create one more folder into 1st. created folder and name it "Data".



http://www.youtube.com/watch?v=_vBfMFm6alk

3. Place Maps, VMaps, DBC and Buildings:
- Now Place Maps, VMaps, DBC and Buildings (http://www.megaupload.com/?d=6B7P5GIC) into folder called "Data"



http://www.youtube.com/watch?v=ozhqeyWDx5g

4. Setting up Mangos And Trinity Config Files:
- Go to Mangos Core folder and open "realmd.conf" with NotePad++ (http://download.tuxfamily.org/notepadplus/5.8.5/npp.5.8.5.Installer.exe) (or notepad) and change:

LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd"
LogsDir = "."
to

LoginDatabaseInfo = "127.0.0.1;3306;ROOT;PASSWORD;realmlist"
LogsDir = ".\logs"
Then open "mangosd.conf" and change:

RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;mangos;mangos;mangos"
CharacterDatabaseInfo = "127.0.0.1;3306;mangos;mangos;characters"
WorldServerPort = 8085
to

RealmID = 1
DataDir = "%Dir%\YourFolder\Data"
LogsDir = ".\Logs"
LoginDatabaseInfo = "127.0.0.1;3306;ROOT;YOURPASSWORD;realmlist"
WorldDatabaseInfo = "127.0.0.1;3306;ROOT;YOURPASSWORD;mangosworld"
CharacterDatabaseInfo = "127.0.0.1;3306;ROOT;YOURPASSWORD;mangoscharacters"
WorldServerPort = 8085
Then goto Trinity Core folder and open "worldserver.conf" and change:

RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world"
CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"
to

RealmID = 2
DataDir = "%Dir%\YourFolder\Data"
LogsDir = ".\Logs"
LoginDatabaseInfo = "127.0.0.1;3306;ROOT;YOURPASSWORD;realmlist"
WorldDatabaseInfo = "127.0.0.1;3306;ROOT;YOURPASSWORD;trinityworld"
CharacterDatabaseInfo = "127.0.0.1;3306;ROOT;YOURPASSWORD;trinitycharacters"

5. Starting your server:
Now start:

- Mangos\realmd.exe
- Mangos\mangosd.exe
- Trinity\worldserver.exe

6. Have Fun :cool:

teentitanbg
03-12-10, 07:06 PM
Nice, make step guide video more soon?