Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
I have a problem with the default custom NPC buffer. When I try to buff myself from him I don't receive any buffs, the adena gets taken from me and I get this error in the gameserver console:
Failed running: [C] 21 RequestBypassToServer - L2J Server Version: 4299 - DP Revision: 7511 ; javolution.util.FastList.shared()Ljavolution/util/FastList;java.lang.NoSuchMethodError: javolution.util.FastList.shared()Ljavolution/util/FastList; at com.l2jserver.gameserver.model.CharEffectList.addEffectFromQueue(CharEffectList.java:745) at com.l2jserver.gameserver.model.CharEffectList.queueRunner(CharEffectList.java:622) at com.l2jserver.gameserver.model.CharEffectList.queueEffect(CharEffectList.java:592) at com.l2jserver.gameserver.model.actor.L2Character.addEffect(L2Character.java:2690) at com.l2jserver.gameserver.model.L2Effect.startEffectTask(L2Effect.java:383) at com.l2jserver.gameserver.model.L2Effect.scheduleEffect(L2Effect.java:512) at com.l2jserver.gameserver.model.L2Skill.getEffects(L2Skill.java:2417) at com.l2jserver.gameserver.model.L2Skill.getEffects(L2Skill.java:2442) at com.l2jserver.gameserver.model.actor.instance.L2NpcBufferInstance.onBypassFeedback(L2NpcBufferInstance.java:147) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:143) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:92) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
don't do that if you have custom mods on your core, then use synchronize with repository instead
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
All this is WAAAY too complicated for me. All I did was download the latest dp and core and install them. I haven't used Eclipse to build or update anything. I thought making a L2j server was easy ^^
I'll read some guides and try to fix it. Thanks for the head up ;]
baiumbg wrote:O_O
I thought making a L2j server was easy ^^
Bad bulgarian Baium... There are only few things that are easy in this world, programming is definately not easy.
That's why there are so many whiners and "wuzdat?" ppl on this forum, cuz they think this is easy but when problems arise, they can't do anything about it.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.