[Ascent-Help]server running, client states offline

Results 1 to 13 of 13
  1. #1
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    [Ascent-Help]server running, client states offline

    Delete this thread
    Last edited by AngusTheBeast; 28-07-11 at 11:33 AM. Reason: im deleting my account


  2. #2
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent-Help]server running, client states offline

    Did you missed out the :8129?

  3. #3
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    Re: [Ascent-Help]server running, client states offline

    delete this
    Last edited by AngusTheBeast; 28-07-11 at 11:34 AM. Reason: im deleting my account

  4. #4
    Enthusiast tgambitg is offline
    MemberRank
    Jul 2007 Join Date
    Beavercreek, OH, USALocation
    47Posts

    Re: [Ascent-Help]server running, client states offline

    Please post your config files (passwords edited out please) so we can see what if it is a configuration issue.

  5. #5
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    Re: [Ascent-Help]server running, client states offline

    delete this
    Last edited by AngusTheBeast; 28-07-11 at 11:35 AM. Reason: deleting account

  6. #6
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    Re: [Ascent-Help]server running, client states offline

    delete this
    Last edited by AngusTheBeast; 28-07-11 at 11:35 AM. Reason: deleting account

  7. #7
    Enthusiast tgambitg is offline
    MemberRank
    Jul 2007 Join Date
    Beavercreek, OH, USALocation
    47Posts

    Re: [Ascent-Help]server running, client states offline

    Quote Originally Posted by AngusTheBeast View Post
    five bucks says its not ascent config:
    won't know for sure until we see them :)

  8. #8
    Apprentice hellfyre69 is offline
    MemberRank
    Dec 2007 Join Date
    MissouriLocation
    20Posts

    Re: [Ascent-Help]server running, client states offline

    check your realms.conf file

    Code:
    #######################################################################
    # 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"
                 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 = "*******"
            Address = "*********:8129"
            Icon = "PVP"
            Colour = "0"
            Population = "1.0"
            TimeZone = "1">
    (covered my server info for privacy)

    check the "Colour" of the server. 0 is green, 1 is red, 3 and up shows it as offline....from personal experience anyways...set it at 0 or 1, i prefer it at 0 cuz green just makes it look better....that's the only thing i can think of if u can connect to the logonserver but it shows it offline...good luck!

  9. #9
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    Re: [Ascent-Help]server running, client states offline

    delete this
    Last edited by AngusTheBeast; 28-07-11 at 11:35 AM. Reason: deleting account

  10. #10
    Enthusiast tgambitg is offline
    MemberRank
    Jul 2007 Join Date
    Beavercreek, OH, USALocation
    47Posts

    Re: [Ascent-Help]server running, client states offline

    the only problem I see so far is that the :8129 is missing off your ip in the realms.config... but that shouldn't be causing the problem you are experiencing... are you locally connecting or going out through the internet and back?

  11. #11
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    Re: [Ascent-Help]server running, client states offline

    delete this
    Last edited by AngusTheBeast; 28-07-11 at 11:36 AM. Reason: deleing account

  12. #12
    Apprentice hellfyre69 is offline
    MemberRank
    Dec 2007 Join Date
    MissouriLocation
    20Posts

    Re: [Ascent-Help]server running, client states offline

    lol grats on gettin it fixed.....i played around with my conf files a bit and figured out the deal with the colours cuz i was so sick of it being red.....it still shows my population as high even when nobody is on but i can connect and so can my friends so ill figure out that part later....anyways, grats again, anytime u need help with Ascent or Mangos just ask, i have a good chunk of experience in running both....i just prefer Ascent :cool3:

  13. #13
    Apprentice AngusTheBeast is offline
    MemberRank
    Oct 2006 Join Date
    21Posts

    Re: [Ascent-Help]server running, client states offline

    delete this
    Last edited by AngusTheBeast; 28-07-11 at 11:36 AM. Reason: deleting account



Advertisement