Hello :) I have done a L2J server and installed eclipse like here " http://www.maxcheaters.com/forum/index.php?topic=81843.0 " in this guide. But i get an error and i cant get it to work :( Can anyone help me and tell me what is wrong?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Added:
🎁 Seasonal Bonus System
When the seasonal bonus is enabled, players receive additional bonus coins equal to bonus_season_percent of their donation amount.
💡 How it works (example):
A player donates through their personal account and immediately receives regular coins.
At the same time, bonus coins equal to 30% of the donation are credited.
Example:
Donation: 1000 coins → Bonus: 300 coins (30%)
These bonus coins are not available immediately — they can be claimed later when the next season begins.
📅 When the bonus can be claimed:
bonus_season_claim_start_date – the date when the "Claim" button becomes available.
bonus_season_claim_end_date – the date after which the bonus can no longer be claimed.
During this time window, the "Claim" button will appear in the personal account, allowing players to collect their accumulated bonus.
'bonus_season_enabled' => true, // Enable/disable the seasonal bonus system 'bonus_season_percent' => 30, // Percentage of the donation to be given as bonus coins (30 = 30%) 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Date when the Claim button becomes available in the new season
'bonus_season_enabled' => true, // Вкл./Выкл Сезонную бонусную систему?
'bonus_season_percent' => 30, // Процент, при донате получает монеты в процентах 30 = 30%, которые может использовать в следующем открытии
'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Дата когда доступна кнопка Claim в новом сезоне
'bonus_season_claim_end_date' => '2025-08-15 20:00:00', // Дата окончания когда кнопка Claim в новом сезоне
Question
Soulmaster
Hello :) I have done a L2J server and installed eclipse like here " http://www.maxcheaters.com/forum/index.php?topic=81843.0 " in this guide. But i get an error and i cant get it to work :( Can anyone help me and tell me what is wrong?
Buildfile: C:\workspace\L2 Zariche Freya\datapack_development\build.xml
init:
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\community
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\cb_sql
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\gameserver
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\doc
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\languages
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\login
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\sql
[mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\tools
version:
[exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified
export:
[sync] Copying 2 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\doc
[sync] Copying 18135 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\gameserver\data
[sync] Copied 643 empty directories to 5 empty directories under C:\workspace\L2 Zariche Freya\datapack_development\build\dist\gameserver\data
[sync] Copying 24 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\community\data
[sync] Copying 7 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\cb_sql
[sync] Copying 248 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\sql
[sync] Copying 5 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\tools
[sync] Copying 23 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\languages
[sync] Copying 1 file to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\login
distclean:
dist:
[zip] Building zip: C:\workspace\L2 Zariche Freya\datapack_development\build\L2J_DataPack.zip
BUILD SUCCESSFUL
Total time: 5 minutes 6 seconds
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.