Hi,
Someone Might Say to me Since As. I Believe Create 3 Realms, Different Db's, You paginate Of Account creation, In 1 Server .
The one who Helps me Him+Repx5
Sry Me English
Bye
Hi,
Someone Might Say to me Since As. I Believe Create 3 Realms, Different Db's, You paginate Of Account creation, In 1 Server .
The one who Helps me Him+Repx5
Sry Me English
Bye
Firstly, you canont even give one rep mate.
Secondly, you need different databases, and different account creation pages etc, however if you just change the realms.conf file, you would have two realms I believe.
Thirdly, get some english lesson!![]()
Fact, already I gave to you The Reputation, You can Give Me a Tutorial ?
Sry me English , I Spanish xD
What, you gave me the reputation. Funny because I had 411 when I posted, and it hasn't changed..
What more proof do I need.
Sry Me Noob , in forum , Not give rep T.t , I noob t.t
Haha, well I gave you my comment, try it!![]()
Sorry but I don't understand... You want to do What now??!?!?
it would be the same way as you would do to make 2 realms but you would have 3 database and 3 ascent folders, also there would be 3 realms in one realms.conf
If you need me you have my skype, if you don't have my skype then you don't need me.
get 3 ascent cores, use only 1 logon server and make the 3 ascent.exe connect to the same logonserver... so 1 logonDB and 3characterDBs and WorldDBs...
grtz![]()
Plz one Tutorial![]()
Try this
this is for 2 realms....just do the same for 3Code:Copy your server files and put them in another folder . Then delete the logonserver.exe and logonserver.conf files. - Create a new database in Navicat or called "accounts" (no "" of course ). - Go into your Server1 folder and open up logonserver.conf. - Change: CODE <LogonDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD" Name = "antrix" Port = "3306" Type = "1"> To: CODE <LogonDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD" Name = "accounts" Port = "3306" Type = "1"> Step Two: - Create a new database in Navicat (I'll call it Server2Database in this guide). - Set up Server2Database with a new copy of the database. - Right click on the "accounts" table in Navicat in and click Dump SQL File. Save this somewhere you remember. - Go into the "Accounts" database you created in step one, and right click on it and click Execute Batch File and choose the file you dumped just before. This should add the "accounts" table with all your accounts into it. - Delete the "accounts" table from Server1Database and Server2Database. Step Three: - Login to your router, and navigate to where you open ports. - Open the port 8130. - Go into your Server2 folder and open Ascent.conf. - Change: CODE <WorldDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD" Name = "Server1Database" Port = "3306" Type = "1"> <CharacterDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD" Name = "Server1Database" Port = "3306" Type = "1"> To: CODE <WorldDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD" Name = "Server2Database" Port = "3306" Type = "1"> <CharacterDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD" Name = "Server2Database" Port = "3306" Type = "1"> . Change: CODE <Listen Host = "0.0.0.0" WorldServerPort = "8129"> To: CODE <Listen Host = "0.0.0.0" WorldServerPort = "8130"> - Go into your Server2 folder and open Realms.conf. - Change: CODE <Realm1 Name = "REALM1NAME" Address = "PUBLICIP:8129" Icon = "PVP" Colour = "1" Population = "1.0" TimeZone = "1"> To: CODE <Realm1 Name = "REALM2NAME" Address = "PUBLICIP:8130" Icon = "PVP" Colour = "1" Population = "1.0" TimeZone = "1">