WoW private server development
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Keywords

fusion  

Latest topics
» Darknezx and Rhodey
[Tutorial] How to add more realms to your TrinityCore  EmptySat Nov 23, 2013 12:24 pm by Achidru

» _Ikester_ git_repo_list
[Tutorial] How to add more realms to your TrinityCore  EmptyWed Jul 31, 2013 8:20 pm by _Ikester_

» [RELEASE]Eternion WoW Repack 4.0.6
[Tutorial] How to add more realms to your TrinityCore  EmptyWed Jun 12, 2013 6:47 pm by trooper87

» [Trinity] Funserver Levelcap 255 + tutorial how to set it up! Thread Tools Display
[Tutorial] How to add more realms to your TrinityCore  EmptySat Jun 01, 2013 11:25 am by medaion

» VPS server set up service..
[Tutorial] How to add more realms to your TrinityCore  EmptyTue May 21, 2013 10:44 pm by _Ikester_

» Wow How To: Downgrade to 4.0.6 from 5.0.5/5.1.0
[Tutorial] How to add more realms to your TrinityCore  EmptyTue May 21, 2013 12:09 pm by _Ikester_

» BGT's Tutorials - How to make a world of warcraft private server for patch 5.2.0
[Tutorial] How to add more realms to your TrinityCore  EmptyTue May 21, 2013 11:57 am by _Ikester_

» Darktower public server...
[Tutorial] How to add more realms to your TrinityCore  EmptyMon May 20, 2013 7:41 pm by _Ikester_

» December. WoW Source 4.3.4 Repack
[Tutorial] How to add more realms to your TrinityCore  EmptySat May 18, 2013 10:05 pm by _Ikester_

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar


[Tutorial] How to add more realms to your TrinityCore

Go down

[Tutorial] How to add more realms to your TrinityCore  Empty [Tutorial] How to add more realms to your TrinityCore

Post by treetrees Sun May 05, 2013 10:17 pm



Hello AC-Web

This is my first thread so don't be to evil with me

First open your server folder, there you will see 2 folders ( core and server or _server)
Add a new folder and name core2 for ex, you can name it how you want
Go in core folder and copy all files in core2 (your new created folder)
Open your worldserver.config file from second core
inside look for:

RealmID = 1 and change 1 with 2 (RealmID = 2)

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth" leave it like this
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world" change world with world2 ( "127.0.0.1;3306;root;ascent;world2" )
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters" change characters with characters2 ( "127.0.0.1;3306;root;ascent;characters2")

WorldServerPort = 8085 Change 8085 with 8086 (WorldServerPort = 8086)
After you are done close and save it

Time for Database (mysql)

First lets open your mysql server (inside _server or server you have mysql_start.bat, open it and minimize it.
Open Your Database editor (i use navicat)
Enter your server info.
Host : localhost or 127.0.0.1
Port : 3306 (your mysql port)
User : root
password : ascent
Hit ok

There in your right part of your screen are your databases:
auth - characters - world

Duble click on auth and look for realmlist table, open it:
Inside are the info of your first ream,lets insert a new record
hit the key Insert from your kayboard and enter the next info:
Id - 2
Name - the name of your second realm.Insert what you want.
address -127.0.0.1 for localhost
port - 8086
the rest of info set them like your first realm.
Close the table and hit save if ask

Now duble click on characters database to open, right click and select Dump SQL File...
Enter the name characters2 and set the address where you want to save it (lets say on desktop)
When its done do the same thing with the world database and name it world2

Now lets create new databases for them:
Press right click in the right part of your screen (duh ) and select New Database
Enter the name characters2 , duble click on it, right click and select Execute SQL File... go to your desktop and select characters2
Do the same thing with world2 and that's it

Go to your core folder and start authserver.exe and worldserver.exe- this will start your first server
Go to core2 and start worldserver.exe - the authserver.exe and authserve.config from core2 can be deleted , you dont need them any more.


That's it Enjoy

treetrees
treetrees
Admin
Admin

Posts : 44
Join date : 2013-05-02

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum