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

TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
Hi @hsdn, unfortunately it didn't solve...


API has been updated to support shop with 32bit patch.

Please update file and check.
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,085
API has been updated to support shop with 32bit patch.

Please update file and check.
Nice!! It's working fine, Thanks!! :thumbup1:





EDIT: Is it possible to add Coins to the table by Navicat?

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,085
Mythic Archon
Top Poster Of Month
Joined
Feb 16, 2014
Messages
731
Reaction score
338
more easy way with Tera API Admin Shop

If you dont have any Tera balance

Login to TERA API Admin Shop as: imsadmin pass: password

go to Shop\Account

Create new Account

In Account ID type email or number

Balance
Add amount of Tera shop coins

Press Add

and that's all

you even no need logout from game :)



If you have some amount

then just edit amount :)
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
Hello, what is the problem and how can I solve it? thanks
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
You need to configure API with Steer Server. Read this section
But except for the yellow one, the rest are all green, and Steer web can log in.

I have done all these configurations, and they were all normal before. I would like to know what might cause this situation, or should I re-Integrate with Steer Server? thanks.
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
Hello, I have always displayed like this (no problem to play), what is the problem? thanks

(不=no)
 

Attachments

You must be registered for see attachments list
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
Hello, I have always displayed like this (no problem to play), what is the problem? thanks

(不=no)

It is "Crowdness" field, displays "Yes" if the server is not available for login, and "No" if the server is available for login. This can be changed in the api admin panel.
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
OK, thanks.
I want to ask, I tried to make bg.png and launcher_mask.png, but why can't they be displayed normally? thanks
 

Attachments

You must be registered for see attachments list
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
OK, thanks.
I want to ask, I tried to make bg.png and launcher_mask.png, but why can't they be displayed normally? thanks

For launcher_mask.png you need to use 1bit png format.
And background color can be changed in core.css by replacing #b694b6 color code.
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
I noticed that I tried making it into BMP and then changing the file extension to png, but it doesn't seem to work



I found a software called imagemagick, I'll try it out thanks
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
I noticed that I tried making it into BMP and then changing the file extension to png, but it doesn't seem to work

The BMP is not PNG format. You need to save file into PNG.
I used the ACDSee software for this, just open 1bit bmp and save it to png.
 
Newbie Spellweaver
Joined
Apr 22, 2022
Messages
39
Reaction score
0
Hi, would like to ask a question about the Admin Panel.
What is the function of "Sort." and "Service item ID"?
What should I fill in Service item ID? Thank you
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
Hi, would like to ask a question about the Admin Panel.
What is the function of "Sort." and "Service item ID"?
What should I fill in Service item ID? Thank you
The "Sort" function allows you to sort the products in the shop. The higher the number, the higher the product position in the catalog. A "Service Item ID" is an identifier of an item in the Box Server database, this field can be left blank, the API will set it automatically.
 
Back
Top