Problems with ascent 1866

Results 1 to 8 of 8
  1. #1
    Member spajdR is offline
    MemberRank
    Dec 2006 Join Date
    57Posts

    Problems with ascent 1866



  2. #2
    Member jabba_wocky is offline
    MemberRank
    Jun 2007 Join Date
    32Posts

    Re: Problems with ascent 1866

    check your ascent.config and logonserver.config files. Look for this
    Antrix.conf
    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Setup
    #
    #    DisablePings   
    #        This directive controls whether pings will be sent to the logonserver to check
    #        if the connection is still "alive". Expect problems if it is disabled.
    #        Default: 0
    #
    #    RemotePassword
    #        This directive controls the password used to authenticate with the logonserver.
    #        It must be the same between the two configs. If it is not, your server will
    #        not register.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <LogonServer DisablePings = "0"
                 RemotePassword = "change_me_world">
    LogonServer.conf
    Code:
    # 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: "change_me_logon"
    #
    
    <LogonServer RemotePassword = "change_me_logon">
    The RemotePasswords have to match up. your could simply change both "change_me_world" and "change_me_logon" to "password".

    That should fix your problem :)

  3. #3
    Member spajdR is offline
    MemberRank
    Dec 2006 Join Date
    57Posts

    Re: Problems with ascent 1866

    Super! it worked thanks.

    Now i got another problem...when i create a char it doesnt show up on the char screen:S

  4. #4
    Member jabba_wocky is offline
    MemberRank
    Jun 2007 Join Date
    32Posts

    Re: Problems with ascent 1866

    This is usually because of outdated tables in your database. What database are you using?

    someone posted the sql updates from all the ascent revisions. Try executing these queries for your database and see if that fixes the issue.

    Code:
    alter table characters add column custom_faction int(30) default 0 not null after gender;

  5. #5
    Member xiaobaobao is offline
    MemberRank
    Aug 2007 Join Date
    65Posts

    Re: Problems with ascent 1866

    there is NPC problem mount trainers doesn't teach wat it suppose to teach...haha

  6. #6
    Member snikaz is offline
    MemberRank
    Jan 2007 Join Date
    86Posts

    Re: Problems with ascent 1866

    I tried some different database accaont tables and all thoose tables you need for you character but it seemes that all of them are out to date.
    That the newest core are to new for the databases.

    So enyone have a fix for this??
    NCDB sure working on it but since the SVN to emupedia is down and i want to play now i hope you guys have a fix for this

  7. #7
    Member spajdR is offline
    MemberRank
    Dec 2006 Join Date
    57Posts

    Re: Problems with ascent 1866

    Quote Originally Posted by xiaobaobao View Post
    there is NPC problem mount trainers doesn't teach wat it suppose to teach...haha
    yeah i got that problem to...anyone know howto fix it..or where i can get some custom trainers?

  8. #8
    Sorcerer Supreme Kira90 is offline
    Member +Rank
    Jun 2007 Join Date
    Erm ... Er ... *Sneezes*Location
    320Posts

    Re: Problems with ascent 1866

    ul have ta wait 4 another core update :p thats where the prob lies



Advertisement