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

Page 12 of 31 FirstFirst ... 2456789101112131415161718192022 ... LastLast
Results 166 to 180 of 451
  1. #166
    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

    After the packer finds the changes, it packs files into a separate cab archive, after which it creates a new file server.db.#.cab and version.ini, which you need to place in the patch directory. See the packer's console, after detecting changes, it should assign a new version to the database.

  2. #167
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    I know, but i doesn't do that even if i changed the video file, if i change DataCenter, the patch is working but it doesn't change the video file :)

  3. #168
    Novice neverknowsbest is offline
    MemberRank
    Jun 2022 Join Date
    BrazilLocation
    3Posts

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

    Quote Originally Posted by hsdn View Post
    Maybe in the future there will be an alternative implementation of the launcher, but at the moment the API only works with the standard launcher by HappyTuk.
    Oh, alright. Thanks!

    One thing before I forget: novadrop-run asks for a session ticket, that's the authKey under account_info in the database, right?
    Last edited by neverknowsbest; 10-06-22 at 08:04 AM.

  4. #169
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    Ok, so i managed to make it work but now i have another problem, the updater keeps downloading the intro_fog.bik forever.
    Attached Thumbnails Attached Thumbnails untitled.png  

  5. #170
    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 neverknowsbest View Post
    One thing before I forget: novadrop-run asks for a session ticket, that's the authKey under account_info in the database, right?
    Right.

    Quote Originally Posted by S37uP!Update View Post
    Ok, so i managed to make it work but now i have another problem, the updater keeps downloading the intro_fog.bik forever.
    Probably the file packed is incorrectly.

  6. #171
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    Quote Originally Posted by hsdn View Post
    Probably the file packed is incorrectly.
    Ur right, i looked into the client folder I made especially for updates and i accidentally replaced the file from the old version, so i replaced it back with the original one and used the update to run it again and everything works now, i actually added a new file intro_xx.bik and edited the line from DataCenter MovieData.xml with my own video file name.

    - - - Updated - - -

    So i've tried to setup the Chronscroll's but it seems like i miss something?
    I've set the API_PORTAL_BENEFIT_ID_ELITE_STATUS=807
    I also tried other benefit id's too: #* 533 -- RU VIP, #* 701 -- VIP, #* 807 -- User ELITE (VIP), #* 803 -- PC Café (VIP)
    None of them working, they all show me the same error like in the screen shot i attached here.
    Any idea what is the problem?
    The only benefit that's acctivated on that account is the PlayTime Event Benefit that comes up when you setup the playtime event.
    Attached Thumbnails Attached Thumbnails untitled.jpg  

  7. #172
    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

    Check the API console log.

    Works fine with https://teralore.com/en/item/183460/

  8. #173
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    Quote Originally Posted by hsdn View Post
    Check the API console log.

    Works fine with https://teralore.com/en/item/183460/
    183460 Works fine, so i successfully activated the User Elite VIP but there's nothing showing on the icon of the benefit in-game, is that normal? Where can i change the benefit buffs?

  9. #174
    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 S37uP!Update View Post
    183460 Works fine, so i successfully activated the User Elite VIP but there's nothing showing on the icon of the benefit in-game, is that normal? Where can i change the benefit buffs?
    At first, you need to update API to latest version, otherwise, the API_PORTAL_BENEFIT_ID_ELITE_STATUS parameter will not work. How to update https://forum.ragezone.com/f797/tera...ml#post9127012

    And the benefits activated after restart the game.

    - - - Updated - - -

    API has been updated

    Changes:
    • Fixed issue with automatic login to the last selected server.
    • Update server permissions routines for SLS.
    • Implemented /api/GetServerPermission API endpoint (server permission info).

    Installation:
    1. Download and replace all files of the tera-api/src directory with new ones.
    2. Restart Tera API.
    Last edited by hsdn; 26-08-22 at 09:53 AM.

  10. #175
    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

    I'm getting the following error when i enable recaptcha

    'grecaptcha' is not defined


  11. #176
    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

    @argeus99 Check the correct of recaptcha keys and version selected on https://www.google.com/recaptcha in your recaptcha control panel.

    API uses reCAPTCHA v3.

  12. #177
    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 hsdn View Post
    @argeus99 Check the correct of recaptcha keys and version selected on https://www.google.com/recaptcha in your recaptcha control panel.

    API uses reCAPTCHA v3.
    That was the issue, change from v2 to v3 recaptcha and worked at first try

    Thanks for your support!!

    Regarding the last update of the API, i'm getting "Failed with not enough priviledge" and doesn't let me go more far than server list

    Last edited by argeus99; 11-06-22 at 07:00 PM.

  13. #178
    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
    Regarding the last update of the API, i'm getting "Failed with not enough priviledge" and doesn't let me go more far than server list
    I see that your server is in the mode of denying entry for new players.
    Set the value to 0 for isCrowdness field in the server_info table.

    Initially, this field should be used to prevent new players from entering at the opening of a new server, in order to enter players not all at once.

  14. #179
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    Quote Originally Posted by hsdn View Post
    At first, you need to update API to latest version, otherwise, the API_PORTAL_BENEFIT_ID_ELITE_STATUS parameter will not work. How to update https://forum.ragezone.com/f797/tera...ml#post9127012

    And the benefits activated after restart the game.
    I know, i know :)
    My question was, how to edit the "BUFFS" of the Benefit(User ELITE VIP), right now there is nothing.
    Attached Thumbnails Attached Thumbnails untitled.png  

  15. #180
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

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

    I'm getting this when trying to run the packer.

    Error: ENOENT: no such file or directory, open 'C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\UsersadminDesktop era-api-masterpublic ersion.ini'
    at Object.openSync (node:fs:591:3)
    at Object.writeFileSync (node:fs:2212:35)
    at Version._write (C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\lib\version.js:63:6)
    at Version.set (C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\lib\version.js:50:8)
    at new Version (C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\lib\version.js:37:9)
    at new App (C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\app.js:17:18)
    at Object.<anonymous> (C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\app.js:197:14)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32) {
    errno: -4058,
    syscall: 'open',
    code: 'ENOENT',
    path: 'C:\\Users\\admin\\Desktop\\tera-api-master\\tera-client-packer-master\\UsersadminDesktop\tera-api-masterpublic\x0Bersion.ini'



Advertisement