Two Realms on same computer Antrix/Ascent menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Two Realms on same computer Antrix/Ascent

    Hey all, this is a guide I wrote to have two realms on the same server computer and the same realmlist for people to connect. The two servers (as said in the title) can have different databases, different rates, different spawns, characters, everything! all connected to the one realmlist and same accounts. In this guide I presume you have a server runing already, and know the basics of ports and stuff, and have your server public WITHOUT HAMACHI. This guide is for advanced users.Step One:
    - Copy your server files and put them in another folder (I will call it Server2 in this guide). 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">


    Step Four:
    - Go to Server1 folder and start logonserver.exe and ascent.exe
    - Once they are both fully done loading, go into your Server2 folder and start ascent.exe

    Congratulations! You now have 2 seperate realms!
    You can configure all your rates and stuff for one realm, and not the other. So one realm can be high-rate, and one lower-rate.




    Two Realms on same computer Antrix/Ascent
  2. #2
    Deathdamian's Avatar Member
    Reputation
    6
    Join Date
    Mar 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    thats cool

  3. #3
    w473rm310n's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    Wow, great first guide, that ive seen of this which actually works!

  4. #4
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    How can I get this to work for antrix server. The logon and antrix and realm files are somewhat different. Could you make a Guide for Antrix??

  5. #5
    p0ke's Avatar Contributor

    Reputation
    191
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    Gr8 guide mate : )


  6. #6
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    This works perfect for Ascent server, Thank you!! and Sorry for double post..:wave:

  7. #7
    Chase's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    nice guide, really liked it

  8. #8
    bobjay's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    Great post +rep hopefully it works after i download .net framework+Rep
    Love me feed me never leave me

  9. #9
    mEtzG3r's Avatar Member
    Reputation
    30
    Join Date
    Nov 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    thx man, this is really useful :wave: +Rep

  10. #10
    exorsist's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Realms on same computer Antrix/Ascent

    Gr8 m8 Really works

Similar Threads

  1. Two realms on one computer
    By Helstedxd in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 01-23-2009, 02:58 AM
  2. Controlling two characters from one computer? (Same account)
    By jbrauman in forum World of Warcraft General
    Replies: 5
    Last Post: 02-23-2008, 12:28 PM
  3. 2 Realms on same computer Antrix/Ascent
    By Chrispee in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-10-2007, 07:52 PM
  4. 2 Realms on same computer Antrix/Ascent
    By Chrispee in forum WoW EMU Guides & Tutorials
    Replies: 20
    Last Post: 11-28-2007, 08:12 PM
  5. 2 Realms on same computer Antrix/Ascent
    By Chrispee in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-08-2007, 10:49 AM
All times are GMT -5. The time now is 05:26 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search