[Ascent] logging into game server...

Results 1 to 13 of 13
  1. #1

    [Ascent] logging into game server...

    Okay, whenever I log into my server, it goes Authenticating, Handshaking, and Success. And after that i choose my realm and when i do this there is a message that comes up that says "Logging in to game server" for five seconds and goes back to the realm list

    can some one please help me?


  2. #2
    Sorcerer Supreme grandmst20 is offline
    Member +Rank
    Feb 2007 Join Date
    427Posts

    Re: [Ascent] logging into game server...

    Post your logon and realms configs.

  3. #3

    Re: [Ascent] logging into game server...

    like

    #######################################################################
    # 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 (#). *
    ********************************************************************************/

    # LogonDatabase Section
    #
    # These directives are the location of the `realms` and `accounts`
    # tables.
    #
    # LogonDatabase.Host - The hostname that the database is located on
    # LogonDatabase.Username - The username used for the mysql connection
    # LogonDatabase.Password - The password used for the mysql connection
    # LogonDatabase.Name - The database name
    # LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
    # LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
    #

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "102160"
    Name = "character"
    Port = "3306"
    Type = "1">


    # Host Directive
    #
    # This is the address that the realmlist will listen on.
    # To listen on all addresses, set it to 0.0.0.0
    # Default: 127.0.0.1 (localhost)
    #
    # Note: ISHost is the interserver communication listener.
    #

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

    # Server console logging level
    #
    # This directive controls how much output the server will
    # display in it's console. Set to 0 for none.
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 3
    #

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

    # Account Refresh Time
    #
    # This controls on which time interval accounts gets
    # refreshed. (In seconds)
    # Default = 600
    #

    <Rates AccountRefresh = "600">

    # Accepted Build Range Setup
    #
    # These two directives set up which clients will be
    # allowed to authenticate with the realm list.
    #
    # Set these to the same builds that the server was
    # compiled for.
    #
    # As of the last update, version 2.1.1 was build 6739.
    #

    <Client MinBuild = "1000"
    MaxBuild = "9999">

    # WorldServer Setup
    #
    # This directive controls the password used to authenticate with the worldserver.
    # It must be the same between the two configs. If it is not, your server will
    # not register.
    #
    # Default: "alexanderbenfoxy"
    #

    <LogonServer RemotePassword = "alexanderbenfoxy">








    and






    #######################################################################
    # 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 = "127.0.0.1"
    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 = "ALEX's AWSOME"
    Address = "24.252.59.229:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

  4. #4

    Re: [Ascent] logging into game server...

    okay i did it

  5. #5
    Sorcerer Supreme grandmst20 is offline
    Member +Rank
    Feb 2007 Join Date
    427Posts

    Re: [Ascent] logging into game server...

    Make sure all the IPs are right. (In your HOSTS file and on DynDNS...etc)

  6. #6
    Member Randompolygamy is offline
    MemberRank
    Sep 2007 Join Date
    27Posts

    Re: [Ascent] logging into game server...

    yeah exactly.. its 99% your ip address expired and you need to chagne it in your realm.conf

  7. #7

    Re: [Ascent] logging into game server...

    What do you mean by my IP has expired...
    and what should i put as my realm.conf and hosts file?

  8. #8
    Newbie nahel is offline
    MemberRank
    Nov 2007 Join Date
    4Posts

    Re: [Ascent] logging into game server...

    plz help when i ever log to my server i get sucess logging to game server and then i get the realmlist i do it again and get back ANY ONE PLZ CAN HELP ME!!!!

  9. #9
    Sorcerer Supreme jab416171 is offline
    Member +Rank
    Sep 2007 Join Date
    377Posts

    Re: [Ascent] logging into game server...

    either your IP address is wrong in your config or your router is blocking the port.

  10. #10
    Newbie Teopus is offline
    MemberRank
    Nov 2007 Join Date
    3Posts

    Re: [Ascent] logging into game server...

    When I try to log in it stops at "connected" anyone know what could cause this?

  11. #11
    Newbie nahel is offline
    MemberRank
    Nov 2007 Join Date
    4Posts

    Re: [Ascent] logging into game server...

    how can i fix that any one can tell me?

  12. #12
    Newbie nahel is offline
    MemberRank
    Nov 2007 Join Date
    4Posts

    Re: [Ascent] logging into game server...

    plz reply to me as fast as you could!

  13. #13
    Newbie nahel is offline
    MemberRank
    Nov 2007 Join Date
    4Posts

    Re: [Ascent] logging into game server...

    what should i DO PLZ ANY ONE TELL ME I HAVE THIS THINGS FROM ABOUT MANY WEAKS ASKING FOR IT!



Advertisement