Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TERA API (node.js), Shop and Launcher with Client Patcher

Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
@hsdn @TieLay
thx for your answering....
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums

After I installed this API,,these buffs are appearred automatically...
how to cancel these buff??thx again...







@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

@fitnessguy0 This is not API related issue.
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
@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.
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
@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...

 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
HelloI would like to ask whether Traditional Chinese can use Tera API and TERA Shop Integration?
What settings need to be changed? Thanks!
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
@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:



Item names database dump based on TW DC added, you can download it here:

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.
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
thx a lot..
After I imported ur SQL files,,and then how to show up TW lanaguage in TERA SHOP?

@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:



Item names database dump based on TW DC added, you can download it here:

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.
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
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.
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
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.)



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 - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums



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.)
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums




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.)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
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.)
 
Joined
Jan 13, 2011
Messages
770
Reaction score
177
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.)

OMG, U so unlucky U need red this .sql-files and understand:
- 00_db_schema.sql - created need db's tables in box2db, steer3db and teraapi
- 01_db_data and 02_db_data_item_conversions insert records into tables
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
OMG, U so unlucky U need red this .sql-files and understand:
- 00_db_schema.sql - created need db's tables in box2db, steer3db and teraapi
- 01_db_data and 02_db_data_item_conversions insert records into tables

So Tera-API shouldn't be installed first?
I follow the top-down steps of GitHub ( )
Can you provide a detailed tutorial? thanks
 
Joined
Jan 13, 2011
Messages
770
Reaction score
177
So Tera-API shouldn't be installed first?
I follow the top-down steps of GitHub ( )
Can you provide a detailed tutorial? thanks

- create dabases box2db, steer3db and teraapi like codepage in UTF8 and step by step tutorial O U can download my version TERA_SERVER, extract from archive folder .\TERA_SERVER\BackUpDATA and execute MySQL*.SQL files in HeidiSQL that connected to MySQL - it's files what me use in my gameServer and all works perfectly - they all includes full MySQL DB pack for normal work, but U need correct only one record in teraapi DB thet about server configuration, if you's IP different then 172.16.200.119
 
Newbie Spellweaver
Joined
Oct 17, 2021
Messages
48
Reaction score
7
Could someone make a compilation of everything updated from the tera version 100 server whit all update? there are so many things that for us new users it is very complex. there are many comments and many news.
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
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.
thx again,,,it works now。。
but lots of items are no name or unknown appeared in Tera Shop.

and most of them are display right the name...

Is ur Sql file missing some tranlation? mmexport1660801765367 - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums mmexport1660801763146 - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums mmexport1660795820996 - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums



hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
thx again,,,it works now。。
but lots of items are no name or unknown appeared in Tera Shop.

and most of them are display right the name...

Yes, I told you about this:
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.

The Shop database included as an example was created on the basis of the EUR DC. You need to independently add products to the catalog based on TW client, unfortunately, I can't help with this, it takes a lot of time.
 
Newbie Spellweaver
Joined
May 23, 2018
Messages
48
Reaction score
1
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums

use new api but cant run arb_gw server, its something wrong.

Code:
[2022/08/18 19:27:58.411] build : Sep 16 2020, 17:25:33, LOG_LEVEL : 5[2022/08/18 19:27:58.411] Process URL [http://192.168.200.3:8080/api][2022/08/18 19:27:58.411] Host: [192.168.200.3] Port: 8080 /api/[2022/08/18 19:27:58.430] Resolving result 192.168.200.3:8080[2022/08/18 19:27:58.430] Process URL [http://192.168.200.3:8080/][2022/08/18 19:27:58.443] Host: [192.168.200.3] Port: 8080 /[2022/08/18 19:27:58.443] Resolving result 192.168.200.3:8080[2022/08/18 19:27:58.443] Start request to host [192.168.200.3:8080] f6e26c[2022/08/18 19:27:58.443] REST Socket closed. Reconnect [f6e26c][2022/08/18 19:27:58.460] Host: [192.168.200.3] Port: 8080[2022/08/18 19:27:58.460] Resolving result 192.168.200.3:8080[2022/08/18 19:28:00.507] Socket reconnection failed with Unable to connect because the target computer actively refused.[2022/08/18 19:28:00.507] Socket closed with the operation completed successfully. [f6e26c][2022/08/18 19:28:00.507] **** SLOW Call 2078[/systemApi/RequestAPIServerStatusAvailable][2022/08/18 19:28:00.520] RequestAPIServerStatusAvailable [2022/08/18 19:28:00.520] RequestAPIServerStatusAvailable failed -1[][2022/08/18 19:28:00.536] REST CheckServer failed
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
- create dabases box2db, steer3db and teraapi like codepage in UTF8 and step by step tutorial O U can download my version TERA_SERVER, extract from archive folder .\TERA_SERVER\BackUpDATA and execute MySQL*.SQL files in HeidiSQL that connected to MySQL - it's files what me use in my gameServer and all works perfectly - they all includes full MySQL DB pack for normal work, but U need correct only one record in teraapi DB thet about server configuration, if you's IP different then 172.16.200.119

thanks please tell me where can i find your version TERA_SERVER? and what is the tutorial O U?
 
Back
Top