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

Page 22 of 31 FirstFirst ... 121415161718192021222324252627282930 ... LastLast
Results 316 to 330 of 451
  1. #316
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @fitnessguy0 The server list in the WebApp is used to connect the WebApp to the game server database. The API does not communicate with the WebApp. The servers list in the API Admin Panel configures only the servers list (SLS) of available servers when you enter the game.

  2. #317
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts
    Big thanks to @hsdn but me still catch some errors in console:
    - when login into game
    Code:
    [2022-08-11 13:48:25.167] (WARN) Portal API: GET /public/patch/version.ini 404 - 1.590 ms
    - when open ingame shop
    Code:
    [2022-08-12 09:44:05.630] (WARN) Portal API: GET /public/fontawesome/webfonts/fa-regular-400.ttf 404 - 2.185 ms
    [2022-08-12 09:44:05.697] (WARN) Portal API: GET /public/fontawesome/webfonts/fa-regular-400.svg 404 - 1.736 ms

  3. #318
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @TieLay You can ignore the version.ini related error if you are not using client patcher.

    Quote Originally Posted by TieLay View Post
    - when open ingame shop
    Missed webfonts has been added in latest update.

  4. #319
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    how come I used this API,,the game's setting is totally diffenent??

    it seems like someone has changed its setting....??

    but my database and webapp is totally clean..!!!

    how come??

  5. #320
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @fitnessguy0 This is not API related issue.

  6. #321
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts
    @fitnessguy0 U can anytime read Logs and seek problem or reset game to basic state, or take exist and work servers and services compilation in nearest theme of TERA 100.02

  7. #322
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    @hsdn @TieLay
    thx for your answering....
    After I installed this API,,these buffs are appearred automatically...
    how to cancel these buff??thx again...







    Quote Originally Posted by TieLay View Post
    @fitnessguy0 U can anytime read Logs and seek problem or reset game to basic state, or take exist and work servers and services compilation in nearest theme of TERA 100.02
    Quote Originally Posted by hsdn View Post
    @fitnessguy0 This is not API related issue.

  8. #323
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @fitnessguy0 You need to remove this benefits from your account in admin panel section: Accounts -> Benefits. You can also remove the API_PORTAL_INITIAL_BENEFIT_ID_ lines from the .env file to prevent these benefits from being added to newly created accounts.

  9. #324
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    @hsdn
    thx so much...

    right now, I wanna translate In-game shop to different language..where to edit the files? since I can't find any index website site inside the API...

    I only know the categories inside Admin Panel is available for translation...

    通过我的 NOH-AN00 上的 Tapatalk发言

  10. #325
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    HelloI would like to ask whether Traditional Chinese can use Tera API and TERA Shop Integration?
    What settings need to be changed? Thanks!

  11. #326
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @fitnessguy0 @uiojilk777
    Translation of the Shop interface can be done by creating the file in the directory tera-api\src\locales\shop and add this locale in tera-api\config\admin.js config to display this language in the shop editor.

    Shop item names are stored in the database, you need to use TW DC to get the data.
    Instructions here: https://github.com/justkeepquiet/ter...ata-datasheets

    - - - Updated - - -

    Item names database dump based on TW DC added, you can download it here: https://github.com/justkeepquiet/ter...s_%5Btw%5D.sql

    But I notices you that not all items added to the Shop based on the sample database will have names in TW/CN, because they were added from EUR DC.

  12. #327
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    I will give it a try thanks for the help

  13. #328
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    thx a lot..
    After I imported ur SQL files,,and then how to show up TW lanaguage in TERA SHOP?

    Quote Originally Posted by hsdn View Post
    @fitnessguy0 @uiojilk777
    Translation of the Shop interface can be done by creating the file in the directory tera-api\src\locales\shop and add this locale in tera-api\config\admin.js config to display this language in the shop editor.

    Shop item names are stored in the database, you need to use TW DC to get the data.
    Instructions here: https://github.com/justkeepquiet/ter...ata-datasheets

    - - - Updated - - -

    Item names database dump based on TW DC added, you can download it here: https://github.com/justkeepquiet/ter...s_%5Btw%5D.sql

    But I notices you that not all items added to the Shop based on the sample database will have names in TW/CN, because they were added from EUR DC.

  14. #329
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    Quote Originally Posted by fitnessguy0 View Post
    thx a lot..
    After I imported ur SQL files,,and then how to show up TW lanaguage in TERA SHOP?
    You need to create the file tw.json in tera-api\src\locales\shop directory (you can just copy en.json to tw.json).
    After that, when you select Chinese (TW) in the launcher, the items in Shop should be displayed in Chinese.

  15. #330
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    Quote Originally Posted by hsdn View Post
    You need to create the file tw.json in tera-api\src\locales\shop directory (you can just copy en.json to tw.json).
    After that, when you select Chinese (TW) in the launcher, the items in Shop should be displayed in Chinese.
    First I created the 00_db_schema database and successfully imported 00_db_schema.sql, but when I created 01_db_data or 02_db_data_item_conversions and imported the same name.sql, an error will be reported.

    I'm stuck, what should I do? thanks
    (4. Select the file ExportSteerData_steeradmin_API.sef and confirm import.)

    - - - Updated - - -

    Quote Originally Posted by hsdn View Post
    You need to create the file tw.json in tera-api\src\locales\shop directory (you can just copy en.json to tw.json).
    After that, when you select Chinese (TW) in the launcher, the items in Shop should be displayed in Chinese.
    First I created the 00_db_schema database and successfully imported 00_db_schema.sql, but when I created 01_db_data or 02_db_data_item_conversions and imported the same name.sql, an error will be reported.

    I'm stuck, what should I do? thanks
    (4. Select the file ExportSteerData_steeradmin_API.sef and confirm import.)
    000.png

    - - - Updated - - -

    Quote Originally Posted by hsdn View Post
    You need to create the file tw.json in tera-api\src\locales\shop directory (you can just copy en.json to tw.json).
    After that, when you select Chinese (TW) in the launcher, the items in Shop should be displayed in Chinese.
    First I created the 00_db_schema database and successfully imported 00_db_schema.sql, but when I created 01_db_data or 02_db_data_item_conversions and imported the same name.sql, an error will be reported.

    I'm stuck, what should I do? thanks
    (4. Select the file ExportSteerData_steeradmin_API.sef and confirm import.)


    - - - Updated - - -

    Quote Originally Posted by hsdn View Post
    You need to create the file tw.json in tera-api\src\locales\shop directory (you can just copy en.json to tw.json).
    After that, when you select Chinese (TW) in the launcher, the items in Shop should be displayed in Chinese.
    First I created the 00_db_schema database and successfully imported 00_db_schema.sql, but when I created 01_db_data or 02_db_data_item_conversions and imported the same name.sql, an error will be reported.

    I'm stuck, what should I do? thanks
    (4. Select the file ExportSteerData_steeradmin_API.sef and confirm import.)
    Attached Thumbnails Attached Thumbnails 000.png  



Advertisement