Make 3 realms? menu

Shout-Out

User Tag List

Results 1 to 13 of 13
  1. #1
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Make 3 realms?

    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

    Make 3 realms?
  2. #2
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  3. #3
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fact, already I gave to you The Reputation, You can Give Me a Tutorial ?


    Sry me English , I Spanish xD

  4. #4
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Erkael View Post
    Fact, already I gave to you The Reputation, You can Give Me a Tutorial ?


    Sry me English , I Spanish xD
    Join Date: Nov 2007
    Location: Stormwind

    How much rep you have ------>Reputation: 1
    How much rep you can give ---> Rep Power: 0



  5. #5
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  6. #6
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sry Me Noob , in forum , Not give rep T.t , I noob t.t

  7. #7
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, well I gave you my comment, try it!


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  8. #8
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry but I don't understand... You want to do What now??!?!?


  9. #9
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #10
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  11. #11
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Plz one Tutorial

  12. #12
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Erkael View Post
    Plz one Tutorial
    check the guides section

  13. #13
    kreven's Avatar Member
    Reputation
    55
    Join Date
    Nov 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try this

    Code:
    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">
    this is for 2 realms....just do the same for 3

Similar Threads

  1. [Guide] How to Make Two Realms [Easy Way]
    By Blackhawk2014 in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 06-19-2008, 06:14 AM
  2. [Guide]: Make two+ realms with different characters.
    By faxmunky in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 04-23-2008, 07:15 PM
  3. [QUESTION] making 2 realms
    By Chuck Norris in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 01-21-2008, 07:35 PM
  4. how do i make two realms?
    By anonymous23 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-05-2008, 01:59 PM
  5. [GUIDE/RELEASE] How to make multiple realms on 1 server!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-14-2007, 02:16 PM
All times are GMT -5. The time now is 02:55 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search