Hello
Since most of the work I do is in NodeJS (JavaScript and TypeScript), I needed to make a script to access the Metin2 API.
GitHub: Bitte melden Sie sich an, um diesen Link zu sehen.
It has a JavaScript and a TypeScript version.
To use just edit either file and set your server's data. This code is synchronous, meaning, it will block while waiting for a response from the server. It can be made asynchronous with Promises.
On both files there's also a list of the most useful commands available, you can create more on the game source.
You can find how to use it on the GitHub repository.
Hope it's useful to someone.