Troubles with setting up 2 realms, help please! menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Sebastian011's Avatar Member
    Reputation
    22
    Join Date
    Jan 2009
    Posts
    112
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Troubles with setting up 2 realms, help please!

    I read this topic already, but it doesn't enlighten me any So here is my problem, if you can help me solve it i'll slap you with a +Rep cookie when i can

    Situation one: I start my logon server & connect my main realm to it, i can logg in fine, i have all my characters and everything works fine!

    Situation two: I start my logon server & connect my secondary realm to it, i can see the server, but i get stuck at 'logging into game server' - no matter how many times i try

    Situation three: I start my logon server & connec both my main and secondary server to it, all of a sudden i can now logg into both realms, but they are the same, just with different realm names?! When i create a character it appears on BOTH realms and so on, same settings on both realms... WHY? Here is my config (or some of it):

    Main server: arcemu-realms.conf
    Code:
    <LogonServer Address = "5.87.170.98" 
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    <Realm1 Name = "SDW TEST SERVER"
            Address = "5.87.170.98:8129"
            Icon = "PVE"
            Population = "1.0"
            TimeZone = "3">
    Secondary Realm: arcemu-realms.conf
    Code:
    <LogonServer Address = "5.87.170.98"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    <Realm1 Name = "SDW Instance Realm"
            Address = "5.87.170.98:8129"
            Icon = "PVP"
            Population = "2.0"
            TimeZone = "3">
    Main Server: arcemu-world.conf
    Code:
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "arcemu" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "characters" Port = "3306" Type = "1">
    
    <Listen Host = "0.0.0.0"
            WorldServerPort = "8129">
    
    <VoiceChat Enabled="1"
               ServerIP="5.87.170.98"
               ServerPort="3727">
    
    <RemoteConsole Enabled="0"
                   Host="0.0.0.0"
                   Port="8092">
    Secondary realm: arcemu-world.conf
    Code:
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "arcemu2" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "..." Name = "characters2" Port = "3306" Type = "1">
    
    <Listen Host = "0.0.0.0"
            WorldServerPort = "8130">
    
    <VoiceChat Enabled="1"
               ServerIP="5.87.170.98"
               ServerPort="3727">
    
    <RemoteConsole Enabled="0"
                   Host="0.0.0.0"
                   Port="8092">







    Any ideas ?

    Thanks
    -Seb

    Troubles with setting up 2 realms, help please!
  2. #2
    Samson123's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks to me like you have a port conflict.Try changing 1 of your ports.This will be both in your realms.config right after your realm ip address and also in your world.config right after <WorldServerPort> ..Note you only need to start 1 logon server.I hope this helps if not come back for help.

  3. #3
    AngelSandy's Avatar Member
    Reputation
    19
    Join Date
    Jan 2009
    Posts
    330
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why are you using Apache?
    Use MySQL.

  4. #4
    Sebastian011's Avatar Member
    Reputation
    22
    Join Date
    Jan 2009
    Posts
    112
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Samson123 View Post
    Looks to me like you have a port conflict.Try changing 1 of your ports.This will be both in your realms.config right after your realm ip address and also in your world.config right after <WorldServerPort> ..Note you only need to start 1 logon server.I hope this helps if not come back for help.
    Tried this already, when i change it from 29 to any other number it won't work

  5. #5
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Secondary Realm: arcemu-realms.conf
    Code:
     <LogonServer Address = "5.87.170.98"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    <Realm1 Name = "SDW Instance Realm"
            Address = "5.87.170.98:8130"
            Icon = "PVP"
            Population = "2.0"
            TimeZone = "3">
    Problem solved.

  6. #6
    Sebastian011's Avatar Member
    Reputation
    22
    Join Date
    Jan 2009
    Posts
    112
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    Secondary Realm: arcemu-realms.conf
    Code:
     <LogonServer Address = "5.87.170.98"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    <Realm1 Name = "SDW Instance Realm"
            Address = "5.87.170.98:8130"
            Icon = "PVP"
            Population = "2.0"
            TimeZone = "3">
    Problem solved.
    Nope, because if i change it AWAY from 8129 i get stuck on logging into server

  7. #7
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sebastian011 View Post
    Nope, because if i change it AWAY from 8129 i get stuck on logging into server
    Open that port then. 8130.

Similar Threads

  1. Replies: 2
    Last Post: 11-28-2013, 10:23 AM
  2. Spell Swap, Need somebody with some knowledge on this! Help please.
    By Nyhm in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-20-2008, 11:17 PM
  3. Help please with item models
    By Pimpin_N0ob in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-02-2007, 10:06 PM
  4. i need help please help me set up my server
    By routezer0 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-01-2007, 11:38 AM
  5. Trouble with MyWarcraftStudio, help greatly appreciated
    By kekburtbhkeke in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 04-28-2007, 05:22 PM
All times are GMT -5. The time now is 11:41 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