Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Error: ENOENT: no such file or directory,
open 'C:\Users\admin\Desktop\tera-api-master\tera-client-packer-master\UsersadminDesktop era-api-masterpublicersion.ini'
This is your error.
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
The file is there but it's not registering the /desktop
Am I supposed to make the version.ini or does patcher make it?
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Quote:
Originally Posted by
vileninja
The file is there but it's not registering the /desktop
Am I supposed to make the version.ini or does patcher make it?
The App Updater will create the version.ini.
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
I will try moving the updater to a new location and see if it works.
I have moved it and renamed it to a shorter name and it still gives
Error: ENOENT: no such file or directory, open 'C:\patcher\APIpublicersion.ini'
at Object.openSync (node:fs:591:3)
at Object.writeFileSync (node:fs:2212:35)
at Version._write (C:\patcher\lib\version.js:63:6)
at Version.set (C:\patcher\lib\version.js:50:8)
at new Version (C:\patcher\lib\version.js:37:9)
at new App (C:\patcher\app.js:17:18)
at Object.<anonymous> (C:\patcher\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:\\patcher\\APIpublic\x0Bersion.ini'
}
Press any key to continue . . .
It is not registering the \ in the directory.
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
>>path: 'C:\\patcher\\APIpublic\x0Bersion.ini'
does object exist on this path?
1 Attachment(s)
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
C:\patcher\APIpublicersion.ini
Are you sure u have entered the right name?
It say's cersion.ini not version.ini and why do you have to rename the files?
You probably wanted to write C:\patcher\APIpublic\version.ini
- - - Updated - - -
Quote:
Originally Posted by
S37uP!Update
I know, i know :)
My question was, how to edit the "BUFFS" of the Benefit(User ELITE VIP), right now there is nothing.
Anyone? :)
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Quote:
Originally Posted by
S37uP!Update
C:\patcher\APIpublicersion.ini
Are you sure u have entered the right name?
It say's cersion.ini not version.ini and why do you have to rename the files?
You probably wanted to write C:\patcher\APIpublic\version.ini
- - - Updated - - -
Anyone? :)
PremiumSlot --> For edit the Elite Bar
AccountTrait --> "abnormalityWhenEnter" set which buff will have your benefit id
Regarding the description, idk, check the eme benefit id 333 and search for the text from there in the DC
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
So here's a new Design for the launcher, feel free to use it however you want, the files contain the photoshop project of the launcher in format .PSD in case you would want to modify it.
https://i.imgur.com/0JuW3ig.png
Download:
Mega: https://mega.nz/file/pBlBgKxY#Fc9j8D...gA7PnfMe-88v1c
Mediafire: https://www.mediafire.com/file/e4gjo...esign.zip/file
Sendspace: https://www.sendspace.com/file/1v698r
How to install?
Just replace images in Tera-Api\public\launcher\images
@hsdn if you want, you can update the first post with the extra design if someone wishses to use it. Up to you!
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
So after updating TeraAPI by new ver from 9 jun 2022, but catch more errors, and in log me seen messages about:
"GET /public/patch/version.ini 404" on older ver, but all works, and now me catch error about "Server not accessible"
So me create empty version.ini - old API works, newest give error in launcher "274(0): ini error"
P.S. can't send private message to hsdn - his mail box is full
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Quote:
Originally Posted by
TieLay
So after updating TeraAPI by new ver from 9 jun 2022, but catch more errors, and in log me seen messages about:
"GET /public/patch/version.ini 404" on older ver, but all works, and now me catch error about "Server not accessible"
So me create empty version.ini - old API works, newest give error in launcher "274(0): ini error"
I believe you installed the update incorrectly. You only need to replace the src directory.
Check for file launcher_info.ini in directory public/patch.
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
In TeraAPI from 09 jun 2022, when me edit launcher_info.ini and change localhost to server_IP, in client side me catch message "In current Time impossible login into server"(В настоящее время невозможно войти на сервер.)
So strange...
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Quote:
Originally Posted by
TieLay
In TeraAPI from 09 jun 2022, when me edit launcher_info.ini and change localhost to server_IP, in client side me catch message "In current Time impossible login into server"(В настоящее время невозможно войти на сервер.)
So strange...
Check this https://forum.ragezone.com/f797/tera...ml#post9129605
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
I am trying to adjust character creation and in addition with the new char create, I want to adjust certain table in MSSMS. Any tips where in API I could add this functionality?
EDIT:
To be more clear, any tips how to add tera club benefits to new characters/accounts on creation?
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Quote:
Originally Posted by
smashking
I am trying to adjust character creation and in addition with the new char create, I want to adjust certain table in MSSMS. Any tips where in API I could add this functionality?
EDIT:
To be more clear, any tips how to add tera club benefits to new characters/accounts on creation?
Hello Mate, why not creating a trigger in MySql to do the insert in the proper table for the benefits when an account is created in the main account table?
Re: Tera API (node.js) and Launcher with pacher for patch 92/100
Quote:
Originally Posted by
smashking
I am trying to adjust character creation and in addition with the new char create, I want to adjust certain table in MSSMS. Any tips where in API I could add this functionality?
EDIT:
To be more clear, any tips how to add tera club benefits to new characters/accounts on creation?
At the moment this is not implemented in the TeraAPI.
This implementation is planned for the future, along with FCGI Gw API integration.