Page 1 of 1

NPC buff error

Posted: Thu Jun 24, 2010 5:54 am
by baiumbg
L2J Revision Number: 4299
L2JDP Revision Number: 7511

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:

Code: Select all

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) 

Re: NPC buff error

Posted: Thu Jun 24, 2010 6:50 am
by janiii
check your libs folder and that you have only 1 javolution jar file.

Re: NPC buff error

Posted: Thu Jun 24, 2010 7:30 am
by baiumbg
I have only one javolution file - javolution-5.5.1.jar

Re: NPC buff error

Posted: Thu Jun 24, 2010 7:46 am
by JIV
you have old one.

Re: NPC buff error

Posted: Thu Jun 24, 2010 7:59 am
by baiumbg
And how can I get a new one?

Re: NPC buff error

Posted: Thu Jun 24, 2010 8:34 am
by MELERIX
Team -> Update to HEAD

Re: NPC buff error

Posted: Thu Jun 24, 2010 10:07 am
by janiii
update properly. that means, when you update core, copy also the libs from build directory to your server.

Re: NPC buff error

Posted: Thu Jun 24, 2010 10:09 am
by LasTravel
Image

Re: NPC buff error

Posted: Thu Jun 24, 2010 11:23 am
by jurchiks
don't do that if you have custom mods on your core, then use synchronize with repository instead

Re: NPC buff error

Posted: Thu Jun 24, 2010 12:45 pm
by baiumbg
O_O

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 ;]

Re: NPC buff error

Posted: Thu Jun 24, 2010 1:07 pm
by jurchiks
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.