Hello, I recently added this code, which I adapted for aCis 382.
I compile and run the gameserver without any error. I added the configs and I also tried without configs but by directly adding the rep value or item Id in the code. But once I press the item in game nothing occurs in both situations.
With some searching I did on the forum I found that it's an issue from registering the handler and adding it to the items XML. I think I've done those though.
Daily reward system operational.
28 rewards.
Option to buy days (Donate).
Automatically resets on the first day of each month.
External configuration file.
You can submit daily rewards by account or IP.
Minimum claim level.
Claiming on the 28th locks the reward until the next month.
Contact Discord: lykoz#0331
Well, you can use them as they are supposed to be used, to begin with.
Of course your tasks will be delayed, and this behavior is not strange at all, you don't have control over when the JVM will move them to a carrier thread.
You still need an executor for delayed task, and regarding instant task, they are simply executed using regular virtual thread.
Delayed tasks handling was anyway reverted back due to VT's pinning / strange behavior.
If you got something better to propose, you can also contribute rather than "??".
Hello everyone, I'm selling my Salvation license from L2JEternity. It's a lifetime license that I bought from LordWinter about 2 years ago. He's been updating the project diligently since then. I used it to open just one project and then never used it again. Since it's been idle, I'd like to sell it.
At the time, I paid 600 euros for this license. I'm selling it for 350 euros.
Payments only in cryptocurrencies to avoid chargebacks from the jokers.
Thank you and if you need any recommendations from important people on the forum, I have them.
https://prnt.sc/SloDzTxN3fs6
Question
Hann1bal
Hello, I recently added this code, which I adapted for aCis 382.
I compile and run the gameserver without any error. I added the configs and I also tried without configs but by directly adding the rep value or item Id in the code. But once I press the item in game nothing occurs in both situations.
With some searching I did on the forum I found that it's an issue from registering the handler and adding it to the items XML. I think I've done those though.
I've added these in ItemHandler :
Added this in the XML of Festival Adena :
Does anyone know what could cause this? Thanks in advance.
Edit : Added the code I use. https://pastebin.com/xTeZt9Jf
Edited by Hann1bal4 answers to this question
Recommended Posts