Tera API (node.js) and Launcher with pacher for patch 92/100

Page 4 of 31 FirstFirst 12345678910111214 ... LastLast
Results 46 to 60 of 451
  1. #46
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    How to get those at the same time? i don't know nothing about arrays :)


  2. #47
    Enthusiast Zentsuken is offline
    MemberRank
    Feb 2021 Join Date
    25Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by argeus99 View Post
    How to get those at the same time? i don't know nothing about arrays :)

    For the account benefits open up your accountdb with your favorite db tool, then head over to 'account_benefits'. Inside you should see three columns "accountDBID" "benefitId" & "availableUntil".

    Create a new row and then add the accountDBID you are targeting, followed by the benefit id that you want which you can find here: https://forum.ragezone.com/f798/92-0...nefits-1194487

    Then just set the date for expiration.

    Next create another row, and repeat the process with a different benefit id.

    Here's what mine looks like:


    In-game:




  3. #48
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by Zentsuken View Post
    For the account benefits open up your accountdb with your favorite db tool, then head over to 'account_benefits'. Inside you should see three columns "accountDBID" "benefitId" & "availableUntil".

    Create a new row and then add the accountDBID you are targeting, followed by the benefit id that you want which you can find here: https://forum.ragezone.com/f798/92-0...nefits-1194487

    Then just set the date for expiration.

    Next create another row, and repeat the process with a different benefit id.

    Here's what mine looks like:


    In-game:


    Ah, i see. thanks for your help! :)
    @Luciole which id is the last icon of your pic?

    Last edited by argeus99; 24-05-22 at 12:54 AM.

  4. #49
    Member smashking is offline
    MemberRank
    Apr 2021 Join Date
    70Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Any ideas what can cause this? When I launch client repair I get this. Tried on 2 computers, 1 had tera already, and another didnt have and had to download all the client.

    https://i.imgur.com/wgbhu4z.png



    - - - Updated - - -

    It runs through all files in the patch and then the error appears (when I already have a client)
    https://i.imgur.com/w6FaBuZ.png

  5. #50
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Have you packed all client files?

  6. #51
    Member smashking is offline
    MemberRank
    Apr 2021 Join Date
    70Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    Have you packed all client files?
    Fixed it. Accidentally left an old local.db in my client before packing.

    Tip for future users:

    Make sure that local.db and version.ini files from tera client are not there when packing.

  7. #52
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Stupid question:

    item claim is handled by API or by something else?

  8. #53
    Proficient Member Luciole is offline
    MemberRank
    Dec 2015 Join Date
    上海-ShanghaiLocation
    162Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by argeus99 View Post
    Ah, i see. thanks for your help! :)
    @Luciole which id is the last icon of your pic?

    The icon is ID 1000 (pc-cafe)

  9. #54
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by argeus99 View Post
    Stupid question:

    item claim is handled by API or by something else?
    No, it's not API. This is called a box-server, which has a separate protocol for connecting to the arbiter server.

  10. #55
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    Try to set LOG_LEVEL as debug.

    If there is no information about connections from the launcher in the API logs, the problem is probably in the access to the port, or the invalid API endpoints specified in the launcher.
    can U ask or share web back-end for use with yours tera-API realisation and launch string for exists 92.03 launcher?
    Possible problem in this.

  11. #56
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    This API was originally created for patch 92 and works great with it. but you need a properly configured launcher as described in the repository.

  12. #57
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    This API was originally created for patch 92 and works great with it. but you need a properly configured launcher as described in the repository.
    but without web beck-end it's useless.

    So ask fron another side, is yours Tera-API correct work with "Webapp" goes with 100.02 or need work with steel file for communicate all of this??

  13. #58
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by TieLay View Post
    but without web beck-end it's useless.

    So ask fron another side, is yours Tera-API correct work with "Webapp" goes with 100.02 or need work with steel file for communicate all of this??
    Yes, webapp work correctly with API (for example: the arbiter-server sending requests to API if you change character via webapp). And back-end of the Launcher - is a part of API (Portal API server). All work on 92 and 100 patch.

  14. #59
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    Yes, webapp work correctly with API (for example: the arbiter-server sending requests to API if you change character via webapp). And back-end of the Launcher - is a part of API (Portal API server). All work on 92 and 100 patch.
    So me can use webapp what leaked with 100.02 or need get other from other/strange place or U can share web back-end wit full support, possible not i.e. it's you's intellectial product ;)?

  15. #60
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by TieLay View Post
    So me can use webapp what leaked with 100.02 or need get other from other/strange place or U can share web back-end wit full support, possible not i.e. it's you's intellectial product ;)?
    The launcher backend does not supplied separately, only as part of the Tera API. All source code is open.



Advertisement