Что из этого API ?
Reward System .getreward command in game!
You have to understand that you will get the Java files that you must add inside to your server files. If you have little knowledge with java files this will be easy for you.
For L2Off PTS, you can go for a php system in mixed with your control panel. Also, this way is possible to be used as L2Java Servers!
For the moment, there are java files available for:
High-Five L2J-Scripts | Interlude L2J-Acis | Interlude L2J-Frozen
For other server types, I will only make the script if more users will request it or you can modify the files as you want to make them work. It is not hard!
If you have your own vote system, you can use the code below to get a reply from our site: (You can get your server ID by click in menu and Edit Server).
The last link is filled with your ip as example!
At the end of link, make your system to fill with player IP. This will show you if this IP voted in the last 12 hours reply of TRUE or FALSE
Get TOTAL votes for your server
API в данном контексте представлен следующими элементами:
1. **Команда .getreward** — это метод API, используемый в игре для получения наград.
2. **Ссылки для проверки голосов**:
- `
https://l2top.co/reward/VoteCheck.php?id=12021&ip=X.X.X.X`
- `
https://l2top.co/reward/VoteCheck.php?id=12021&ip=78.243.232.136`
- Эти ссылки позволяют проверить, голосовал ли IP-адрес за последние 12 часов, возвращая значения TRUE или FALSE.
3. **Ссылка для получения общего числа голосов**:
- `
https://l2top.co/reward/VoteCheck_Total.php?id=12021`
- Эта ссылка позволяет получить общее количество голосов за сервер.
Эти ссылки и команды представляют собой интерфейсы для взаимодействия с внешними сервисами и функционалом, что и является основной характеристикой API.