Hello, I've got l2j acis 320rev(I think).At first I thought I fucked up source code so it doesn't give any experience,then I replaced my server files with totally new ones and it gave no result.Then I replaced database and still no result.So there I am with totally original files and mobs don't give me any experience.Do you guys know what the problem could be? I didn't use mmo_core files as I don't know what they do.So maybe you could answer this one for me? ^_^ Could it have to do something with java version?Because I am using jre7 and it says something about not showing annotations,because it requires 1.6.Yes,I know annotations won't be the reason behind no exp gain,but could it be because of version difference? Thanks!
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
StealthyS4m
Hello,
Edited by StealthyS4mI've got l2j acis 320rev(I think).At first I thought I fucked up source code so it doesn't give any experience,then I replaced my server files with totally new ones and it gave no result.Then I replaced database and still no result.So there I am with totally original files and mobs don't give me any experience.Do you guys know what the problem could be?
I didn't use mmo_core files as I don't know what they do.So maybe you could answer this one for me? ^_^
Could it have to do something with java version?Because I am using jre7 and it says something about not showing annotations,because it requires 1.6.Yes,I know annotations won't be the reason behind no exp gain,but could it be because of version difference?
Thanks!
5 answers to this question
Recommended Posts