[ArcEmu] Realm list Loop menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ArcEmu] Realm list Loop

    I'm running an Arcemu server and i wanted it to be public. however i edited all the configs, opened all the ports. and when i change my realmlist to ownagewow.ath.cx ( IP host ) and try to login into my server it keepy getting me loging into game server then redricts me to the realm list .... keeps on doing that. i'v been trying to solve this problem for 2 weeks. and really need my server public!


    Logon Config


    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "ascent"
    Name = "logon"
    Port = "3306"
    Type = "1">



    <Listen Host = "0.0.0.0"
    ISHost = "0.0.0.0"
    RealmListPort = "3724"
    ServerPort = "8093">


    <LogLevel Screen = "0"
    File = "-1">


    <Rates AccountRefresh = "300">


    <Client MinBuild = "0000"
    MaxBuild = "99999">


    <LogonServer RemotePassword = "dsjfh78398adJU"
    AllowedIPs = "127.0.0.1/24">
    AllowedModIPs = "127.0.0.1/24">

    Realms config



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

    <Realm1 Name = "Ownage WoW"
    Address = "ownagewow.ath.cx:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    [ArcEmu] Realm list Loop
  2. #2
    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)
    Your realms should be:
    Code:
    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "2">
    
    <Realm1 Name = "Ownage WoW"
    Address = "127.0.0.1:8129" 
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    
    <Realm2 Name = "Test Server"
    Address = "ownagewow.ath.cx:8129" 
    Icon = "GM"
    Population = "1.0"
    TimeZone = "1">

  3. #3
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now when i try to login to Ownage WoW server just sticks on "connected"

  4. #4
    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 mohamed37 View Post
    now when i try to login to Ownage WoW server just sticks on "connected"
    Where is this server hosted?

  5. #5
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Egypt/Cairo if that what you mean.

  6. #6
    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 mohamed37 View Post
    Egypt/Cairo if that what you mean.
    I mean, is it on your computer or on someone else's?

  7. #7
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's on my computer

  8. #8
    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)
    Code:
    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "3">
    
    <Realm1 Name = "Ownage WoW"
    Address = "YOUR LOCAL IP:8129" 
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    
    <Realm2 Name = "Ownage WoW"
    Address = "YOUR LAN IP:8129" 
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    
    <Realm3 Name = "Ownage WoW"
    Address = "YOUR EXTERNAL IP:8129" 
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    YOUR LOCAL IP = 127.0.0.1
    YOUR LAN IP = 192.168.1.X (X should be replaced)
    YOUR EXTERNAL IP = whatsmyip.org

  9. #9
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "logging into game server" then nothing happens. keeps on redirecting me to realm list.

  10. #10
    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 mohamed37 View Post
    "logging into game server" then nothing happens. keeps on redirecting me to realm list.
    Put your realmlist to 127.0.0.1

    Other people should put their realmlist to your external ip/dns

  11. #11
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by P1raten View Post

    Put your realmlist to 127.0.0.1

    Other people should put their realmlist to your external ip/dns
    Changed my realmlist to 127.0.0.1 and i still cant login. and my bro which is on another pc with ownagewow.ath.cx (DNS) in his realmlist cant login too.

  12. #12
    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)
    Let me see your realms.conf

  13. #13
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by P1raten View Post
    Let me see your realms.conf


    REALMS CONFIG


    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "3">

    <Realm1 Name = "Ownage WoW"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    <Realm2 Name = "Ownage WoW"
    Address = "192.168.1.103:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    <Realm3 Name = "Ownage WoW"
    Address = "41.233.226.142:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

  14. #14
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why do you have 3 things called the exact same thing? Delete the 2nd/3rd. Change the Address of the first one to your external IP, or realmlist ownagewow.ath.cx (If you've set the Dyndns up)
    Keep logonserver address 127.0.0.1.

  15. #15
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ground Zero View Post
    Why do you have 3 things called the exact same thing? Delete the 2nd/3rd. Change the Address of the first one to your external IP, or realmlist ownagewow.ath.cx (If you've set the Dyndns up)
    Keep logonserver address 127.0.0.1.

    did what you said. and still nothing.

    Realms

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "3">

    <Realm1 Name = "Ownage WoW"
    Address = "ownagewow.ath.cx:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

Page 1 of 2 12 LastLast

Similar Threads

  1. [ArcEmu] Realm list empty
    By dreadmaster1992 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-18-2010, 08:20 PM
  2. [Arcemu] Login/Realm List Loop + Accounts not logging in
    By dmika in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 03-21-2010, 06:37 AM
  3. WoW Arcemu Realm loop
    By WarOwner in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 01-10-2010, 10:44 PM
  4. realm list loop
    By Denelly in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-25-2008, 05:59 PM
  5. realm list problem
    By robtuner in forum World of Warcraft General
    Replies: 2
    Last Post: 07-21-2006, 09:08 AM
All times are GMT -5. The time now is 12:17 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