Game server problem! menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Game server problem!

    Hey when i want to put my server as public all is good all works but when i enter in game and type my account serverlist dont want to accept my server and log in... its just stoping on it...... but when i play on localhost all is good.

    How can i fix that so i can log in?

    Game server problem!
  2. #2
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You didnt forward ports or you didnt make your configs right.

  3. #3
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what did you change in ascent-realms.conf ascent-world.conf and ascent-logon.conf ?


  4. #4
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I forward all ports what says in other guide... I make domain i writed it into mine realmlist... I changed realms.conf on down to my ip (example 123.321.543.34:8291 ) And it suppose to work but its not...

  5. #5
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uh then try making 2 realms sometimes that helps it heh.

  6. #6
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jokerjokes View Post
    Uh then try making 2 realms sometimes that helps it heh.
    How to make 2 server? I wanna try that way...

  7. #7
    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)
    Originally Posted by crosecret View Post
    How to make 2 server? I wanna try that way...
    Making 2 servers I think would leave same problem... I think u mean 2 realms.

    Edit whats in yellow!
    realms.conf:
    Code:
    /************************************************** ******************************
    * 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 = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "2">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "REALMNAME"
    Address = "externalIP:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">
    
    <Realm2 Name = "REALMNAME2"
    Address = "externalIP:8129"
    Icon = "Normal"
    Colour = "2"
    Population = "1.0"
    TimeZone = "1">
    Hope that helped.
    Last edited by Sonic Waffle; 02-16-2008 at 09:53 AM. Reason: realms.conf


  8. #8
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pigpoo View Post
    Making 2 servers would leave same problem... I think u mean 2 realms.
    Ye ye sorry :P I mean 2 realms... how to make it ?

  9. #9
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea thats what i mean lol , just change in the realms config. the realms to 2. and then make a second <realm2 name or whatever it is.

  10. #10
    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)
    I just gave whole thing anyway!


  11. #11
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol k sry didnt see heh lol but gj

  12. #12
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mhmm still same thing even if i make 2 server, just staying on gameserver selection and dont want go get in.... help out here ! :P lol

  13. #13
    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)
    Like joker said, Did you port foward your router and/or firewall!?!?!


  14. #14
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol yes it must be port then, if the ports are truly forwarded without any error (please double cheak). Then just get a new repack sir, and retry this. Because other then those things that me and pig say shouldnt be a problem.

  15. #15
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pigpoo View Post
    Like joker said, Did you port foward your router and/or firewall!?!?!
    Ye i open all ports i need too and i disabled firewall... funny thing is that when i wanna play on loclahost all work but when i set it zo internet then stuck on realms selection...

Page 1 of 2 12 LastLast

Similar Threads

  1. [Trinity] "Accessing game server..." Problem
    By Djdany01 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 02-01-2013, 05:08 PM
  2. Replies: 1
    Last Post: 09-21-2011, 10:16 PM
  3. [Trinity] [Help] Logging in to game server problem!
    By Hyldran0 in forum WoW EMU Questions & Requests
    Replies: 17
    Last Post: 04-18-2011, 09:33 AM
  4. Problem with logging in to game server
    By nightfrost01 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 08-06-2008, 06:43 PM
  5. Logging into Game server..........
    By Innocence in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-04-2007, 05:31 PM
All times are GMT -5. The time now is 08:50 PM. 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