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

Page 26 of 31 FirstFirst ... 161819202122232425262728293031 LastLast
Results 376 to 390 of 451
  1. #376
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    first step is set this file D:\tera\tera-api\config\admin to like this first,,

    shopLocales: [
    "tw",
    "en"

    and then change this file D:\tera\tera-api\.env, like this

    API_PORTAL_CLIENT_DEFAULT_REGION=TW

    ADMIN_PANEL_LOCALE=tw

    before u change those files above,,u must create tw.json this file into 3 folders below,,
    1,D:\tera\tera-api\src\locales\launcher
    2,D:\tera\tera-api\src\locales\admin
    3,D:\tera\tera-api\src\locales\shop

    and last, open the ADMIN PANEL's categroies,,re-enter the Chinese name inside categroy title...

    hopelly,,it can help!

    Quote Originally Posted by uiojilk777 View Post
    Would like to ask (in the Shop->Categories section),"Add Shop Cetegory" ->"Category Title" is not available in traditional Chinese, how can I add it?

    And I originally used port 80 in IIS for WEBAPP, but now TERA-API runs on port 80, how can I use it now? Thank you

  2. #377
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    now, I have another problem...

    I can't open the Home page inside in-game shop...whats my problem?

    every time I clicked the HOME button, the API shows me some errors...

    only I click promo code at the top the category...it works and show normal...




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

  3. #378
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @fitnessguy0 Probably, at the time of entering the game, you had the Tera API process closed, because of which the value in the lastLoginServer field was not set, which is necessary for the correct display of the server name on the welcome page of the shop. Try to close tera client and enter the game again.

    Also, this problem can be if you specified a non-existent/incorrect Server ID in the servers list.
    This is important, if your server has an ID of 2800, you must specify 2800 as the ID in the Server List in the Admin Panel.

    Delete your server and add it again with ID 2800.

  4. #379
    Enthusiast Zexuce is offline
    MemberRank
    May 2018 Join Date
    29Posts
    Thanks for hsdn's nice, api just works fine. By the way, anyone has ideas how to make auto selling in the trade, i compare a sold item, and make the same change in the TradeBrokerItems database, but noting happens.

  5. #380
    Enthusiast Brat05 is offline
    MemberRank
    Sep 2012 Join Date
    26Posts
    Quote Originally Posted by hsdn View Post
    Problem has been fixed.

    Please download update https://github.com/justkeepquiet/tera-api and completely replace the src\controllers directory.



    The total/now fields show the progress of downloading updates/installing the game client, if you have the automatic client update feature enabled.
    Thank you very much.Everything works fine after using the new API.I will continue to give feedback if I encounter errors.
    I take the liberty to ask.Is it possible to add the ability to buy plural when purchasing certain items?
    This becomes troublesome when I need to buy a unit quantity of an item.
    I tried to change it to plural using the admin panel, but it didn't work.
    This feature can be useful when certain items cannot be purchased in the plural.
    Just a personal suggestion. If it's a hassle, please ignore my advice
    Last edited by Brat05; 19-08-22 at 12:48 PM.

  6. #381
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @Brat05 Maybe this function will be added in future updates. Thanks for your feedback and tests.

    - - - Updated - - -

    Quote Originally Posted by Zexuce View Post
    By the way, anyone has ideas how to make auto selling in the trade, i compare a sold item, and make the same change in the TradeBrokerItems database, but noting happens.
    After updating the MS SQL database, you need to completely restart the game server.
    Perhaps your task can be solved through WebApp, or you can write a module for TeraToolbox.

  7. #382
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    I would like to ask how to send props directly other than promo codes?

    And when I view the store from the WebApp and click to modify, why does it all become blank? (The same goes for many buttons on the WebApp) thanks
    Last edited by uiojilk777; 19-08-22 at 08:50 PM.

  8. #383
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    Quote Originally Posted by uiojilk777 View Post
    I would like to ask how to send props directly other than promo codes?
    What props you mean?

    Quote Originally Posted by uiojilk777 View Post
    And when I view the store from the WebApp and click to modify, why does it all become blank? (The same goes for many buttons on the WebApp) thanks
    The WebApp is not contain store/shop editor, you mean API Admin Panel?

  9. #384
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    Quote Originally Posted by hsdn View Post
    What props you mean?


    The WebApp is not contain store/shop editor, you mean API Admin Panel?
    1. I want to send any item directly to the specified player via email (I just remembered that I can use GM commands)

    2. Isn't this the store editor? Isn't this the store editor? Or only the function of viewing products?

  10. #385
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    Quote Originally Posted by uiojilk777 View Post
    1. I want to send any item directly to the specified player via email (I just remembered that I can use GM commands)
    You can use Item Claim system from API Admin Panel for sending items in Boxes to user accounts.
    Also you can use WebApp function "World Events -> Register Mail Event" for sending items to users.

    Quote Originally Posted by uiojilk777 View Post
    2. Isn't this the store editor? Isn't this the store editor? Or only the function of viewing products?
    This is merchant (Buy Menu List) editor. But it wont contain changes you make to the datasheets on the server (the WebApp have their own datasheets). You can copy your datasheets (buyMenuList etc.) from server Datasheets folder to WebApp AppResource folder. I will note that this editor dont make changes in xml files, it only adds data (items) to MS SQL database that will be added to the merchant NPCs in the game. This is usually used to work with event tokens and temporary NPCs.
    Last edited by hsdn; 20-08-22 at 07:26 AM.

  11. #386
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    Quote Originally Posted by hsdn View Post
    You can use Item Claim system from API Admin Panel for sending items in Boxes to user accounts.
    Also you can use WebApp function "World Events -> Register Mail Event" for sending items to users.


    This is merchant (Buy Meny List) editor. But it wont contain changes you make to the datasheets on the server (the WebApp have their own datasheets). You can copy your datasheets (buyListMenu etc.) from server Datasheets folder to WebApp AppResource folder. I will note that this editor dont make changes in xml files, it only adds data (items) to MS SQL database that will be added to the merchant NPCs in the game. This is usually used to work with event tokens and temporary NPCs.
    May I ask why I fill in ItemTemplate.xml like this, the ArbiterServer and WorldServer on the server will crash. thanks

  12. #387
    Apprentice kygas is offline
    MemberRank
    Jun 2022 Join Date
    EuropeLocation
    7Posts
    Quote Originally Posted by uiojilk777 View Post
    May I ask why I fill in ItemTemplate.xml like this, the ArbiterServer and WorldServer on the server will crash. thanks
    It appears to me you use Notepad++ so make sure your files are saves as "with BOM" otherwise server can't read 'em.
    Other than that make sure your IDs are unique.

    Finally I suggest getting VSC and some extensions!

  13. #388
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    Quote Originally Posted by kygas View Post
    It appears to me you use Notepad++ so make sure your files are saves as "with BOM" otherwise server can't read 'em.
    Other than that make sure your IDs are unique.

    Finally I suggest getting VSC and some extensions!
    I don't know, but I saved it directly, but I think it should not be. I added 215396~215304 in Buylist.xml and it can work and display

    - - - Updated - - -

    Quote Originally Posted by hsdn View Post
    You can use Item Claim system from API Admin Panel for sending items in Boxes to user accounts.
    Also you can use WebApp function "World Events -> Register Mail Event" for sending items to users.


    This is merchant (Buy Menu List) editor. But it wont contain changes you make to the datasheets on the server (the WebApp have their own datasheets). You can copy your datasheets (buyMenuList etc.) from server Datasheets folder to WebApp AppResource folder. I will note that this editor dont make changes in xml files, it only adds data (items) to MS SQL database that will be added to the merchant NPCs in the game. This is usually used to work with event tokens and temporary NPCs.
    I now get an error when I open the API, and I also get an error when I add a new product in the management interface. What should I do?



  14. #389
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    Quote Originally Posted by uiojilk777 View Post
    I now get an error when I open the API, and I also get an error when I add a new product in the management interface. What should I do?
    Probably, you have broken the structure of table report_activity of tera api database. The error is due to the fact that the required field reportTime does not contain data. Clear this table, if the error persists, try recreating it using file share\db\00_db_schema.sql.

    Quote Originally Posted by uiojilk777 View Post
    The error indicates that you are missing data in the required form fields (start time, end time).
    What browser are you using? Normal operation of the admin panel is possible only in a modern browser that supports html inputs type "datetime-local".

  15. #390
    Enthusiast uiojilk777 is offline
    MemberRank
    Apr 2022 Join Date
    39Posts
    Quote Originally Posted by hsdn View Post
    Probably, you have broken the structure of table report_activity of tera api database. The error is due to the fact that the required field reportTime does not contain data. Clear this table, if the error persists, try recreating it using file share\db\00_db_schema.sql.


    The error indicates that you are missing data in the required form fields (start time, end time).
    What browser are you using? Normal operation of the admin panel is possible only in a modern browser that supports html inputs type "datetime-local".
    Thanks After I cleared reportTime, both problems were solved.

    (I found that as long as the API is restarted, the webpage will be restarted with no problem.)

    - - - Updated - - -

    Quote Originally Posted by kygas View Post
    It appears to me you use Notepad++ so make sure your files are saves as "with BOM" otherwise server can't read 'em.
    Other than that make sure your IDs are unique.

    Finally I suggest getting VSC and some extensions!
    I later found out that ItemTemplate_RUS.xml reported an error, so I found Viptoken codes such as 215296~215305 there, and I can directly modify it from here to make it have a price.

    The new problem is that in data_item_strings, 215296~215305 of tw language are filled in string and toolTip but they cannot be displayed in the game.Do you know if there is a solution? Thank you.
    Last edited by uiojilk777; 20-08-22 at 11:37 PM.



Advertisement