// Same thing if the Character isn't a Noblesse Blessed L2PlayableInstance
else if (this instanceof L2Playable && ((L2Playable)this).isNoblesseBlessed())
{
((L2Playable)this).stopNoblesseBlessing(null);
if (((L2Playable)this).getCharmOfLuck()) //remove Lucky Charm if player have Nobless blessing buff
((L2Playable)this).stopCharmOfLuck(null);
}
else
and i got this error
[javac] Compiling 1298 source files to C:\L2GateAway\L2JGateway\L2J_CORE\build\classes
[javac] C:\L2GateAway\L2JGateway\L2J_CORE\java\com\it\br\gameserver\model\L2Character.java:1513: 'else' without 'if'
[javac] else if (this instanceof L2PlayableInstance && ((L2PlayableInstance)this).isPhoenixBlessed())
[javac] ^
[javac] 1 error
https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/commons/pool/ThreadPool.java?ref_type=heads
I'm afraid to even ask, but why the hell are you pooling virtual threads??
If you're looking for high-performance residential proxies, try MoMoProxy—it's a reliable and top-tier solution in the proxy market.
📌 Need help or want to test?
💬 Live Support: https://t.me/momoproxy_com
📧 Email Us: support@momoproxy.com
New Dragon-Network Server – Vote Now!
We’re launching a new Dragon-Network (Multiskill) server under a new domain, created by the original Classic-Interlude team.
We no longer have access to the old domain, but this is the official continuation — not a scam, just a new home.
The new domain will host:
A main migrated server (nothing lost – all chars/items kept)
Plus seasonal servers (voted by players)
All seasonal progress will be merged into the main realm
Help shape the new server – vote now:
https://dragon-network.eu/
Let’s build the future of DN – together.
Question
FDB
i added dont loose your buffs on death code
and i got this error
34 answers to this question
Recommended Posts