Beiträge von cret91

    Someone to know configure auth core with config.xml ( like rubinum ) ?


    I dont understand this lines who need to configure :
    <core1>
    <Server bindip="0.0.0.0" port="2" p2p="20" publicip="127.0.0.1">core1 hostname</Server>
    <Database>@db</Database>
    <MapAllow>10</MapAllow>
    </core1>


    Port and p2p port need to be channel1 ports ?

    Hmm i dont have much time now but i found little fast bypass :)
    Open launcher search : ASI and change it with another like PLM .
    After that see can you inject .ASI directly ...

    • I try to implement a new auth core like rubinum metin2 .
      But when i start i give :


      [auth] [info] Connecting to account sql @:0
      [2017-10-28 16:36:11.013] [auth] [error] Invalid argument


      I start with ./Login -c config.xml but nothing ... have an ideea ?
      Have any ideea someone on this forum about that ? X/

    Any response how use auth core ? How you can start auth core ? Something new about for this project ?
    Bitte melden Sie sich an, um diesen Link zu sehen.

    And how you start the auth core ?

    Bin aufs Bitte melden Sie sich an, um diesen Link zu sehen. Statement gespannt.

    Files isn't full ... missing more ... multilanguage .. client is incomplete etc


    EG.
    if lang >= 1 and lang <=4:
    encodings =
    1 : "10000 1252", "de",
    2 : "10002 1252", "en",
    3 : "10004 1252", "ro",
    4 : "10006 1252", "tr",


    open('locale.cfg','w').write


    But you have only locale_DE

    Nothing ???


    Part of source :


    void GAuthServer::__parseCmdLine(int argc, char** argv)
    have
    else if(!strncmp(argv[i], "--config=", 9))
    {
    m_configXml = &argv[i][9];
    }
    else if(!strcmp(argv[i], "-c"))
    {
    if(++i < argc)
    {
    m_configXml = argv[i];
    }
    else
    {
    // printHelp();
    }
    }

    I try to implement a new auth core like rubinum metin2 .
    But when i start i give :


    [auth] [info] Connecting to account sql @:0
    [2017-10-28 16:36:11.013] [auth] [error] Invalid argument


    I start with ./Login -c config.xml but nothing ... have an ideea ?