[Question] Multiple realms menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Tobii's Avatar MMOwned Helper Authenticator enabled
    Reputation
    263
    Join Date
    Aug 2007
    Posts
    303
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Multiple realms

    I have been messing around with multiple realms all day.. But it just dont work!
    When i start up the server's, the first one start up as normal..
    But the 2 other realms is just called "somerealm" and i can't log on..
    WTF did i do wrong? They all got 3 Dif DB's.. And i made a copy so there is 3 folders with the server info..
    Any ideas?
    +Rep for a solution..

    [Question] Multiple realms
  2. #2
    NineOneOne's Avatar Member
    Reputation
    14
    Join Date
    Aug 2006
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have you changed the ports on the realms?

  3. #3
    Tobii's Avatar MMOwned Helper Authenticator enabled
    Reputation
    263
    Join Date
    Aug 2007
    Posts
    303
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea,
    server 1: (IP):8129
    Server 2: (IP):8130
    Server 3: (IP):8131

    Still call them "Somerealm"..
    I can post my CONF from the server if you want me to..

  4. #4
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if the first realms logon port is 8129, make the seconds 8130, make them both authenticate through the same logon, and have the cores in seperate folders, also, make sure that only that individual ralm is listed on the realms.conf file.

    For instance realm 1's comfig would say

    realm1 name : such and such
    ipaddress: blah blah:8129

    and the seconds realms relmlist woud say

    realm1 name : such and such
    ipaddress: blah blah:8130

    hope that helps ya...btw, they'll both have to use the same logon because you can't run two logons at the same time without them conflicting with each other if they are both hosted locally.

  5. #5
    Tobii's Avatar MMOwned Helper Authenticator enabled
    Reputation
    263
    Join Date
    Aug 2007
    Posts
    303
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did that.. Still the problem.. :/
    and i only run with one Logon..

  6. #6
    Tobii's Avatar MMOwned Helper Authenticator enabled
    Reputation
    263
    Join Date
    Aug 2007
    Posts
    303
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is what they look like:

    Server 1
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "5.11.150.11"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # Colour:
    # Realm colour in realm list display.
    #
    # TimeZone:
    # Time zone the realm is in.
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "DeathStorm"
    Address = "5.11.150.11:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">


    Server 2:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "5.11.150.11"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # Colour:
    # Realm colour in realm list display.
    #
    # TimeZone:
    # Time zone the realm is in.
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm3 Name = "Breakpoint"
    Address = "5.11.150.11:8130"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">


    Server 3:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "5.11.150.11"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # Colour:
    # Realm colour in realm list display.
    #
    # TimeZone:
    # Time zone the realm is in.
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm2 Name = "Terror"
    Address = "5.11.150.11:8131"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">

  7. #7
    Tobii's Avatar MMOwned Helper Authenticator enabled
    Reputation
    263
    Join Date
    Aug 2007
    Posts
    303
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found the problem..

    <Realm1 Name = "DeathStorm"
    <Realm2 Name = "Terror"
    <Realm3 Name = "Breakpoint"

    They all need to be called

    <Realm1 Name = "NAME"

  8. #8
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    name them all realm 1 in their configs, so server realm 1, 2, and 3 all need to be named one. so, it should look like this.

    <Realm1 Name = "DeathStorm"
    Address = "5.11.150.11:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">
    -----------------------------------
    NEXT CONFIG FILE
    ----------------------------------
    <Realm1 Name = "Breakpoint"
    Address = "5.11.150.11:8130"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">
    ------------------------------------
    NEXT REALM
    ------------------------------------
    <Realm1 Name = "Terror"
    Address = "5.11.150.11:8131"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">
    ------------------------------------

    ALSO...VERY IMPORTANT...MAKE SURE NO CONFIGURATION FILE HAS MORE THAN ONE SERVER REALM LISTED, Also...make sure each config file for realmlist onlydirects to one server here:

    -------------------------------------
    <LogonServer Address = "5.11.150.11"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">
    --------------------------------------

    After that, it should all work for ya...

  9. #9
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tobii View Post
    I found the problem..

    <Realm1 Name = "DeathStorm"
    <Realm2 Name = "Terror"
    <Realm3 Name = "Breakpoint"

    They all need to be called

    <Realm1 Name = "NAME"
    He has already figured out the problem Dracconus.


  10. #10
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe...WHOOPS...scanned through a little too fast...lawl..

Similar Threads

  1. [Help] ArcEmu/Open Ascent Multiple Realm
    By crcolwell in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 06-12-2008, 08:46 PM
  2. multiple realms
    By wowsc4p3 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 04-17-2008, 05:56 PM
  3. Multiple Realms One GM
    By danis in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 01-22-2008, 01:11 PM
  4. [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
  5. Multiple Realms
    By Banksey in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-06-2007, 03:11 PM
All times are GMT -5. The time now is 10:03 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