NPC buff error

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
baiumbg
Posts: 7
Joined: Thu Jun 24, 2010 5:48 am

NPC buff error

Post 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) 
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: NPC buff error

Post by janiii »

check your libs folder and that you have only 1 javolution jar file.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
baiumbg
Posts: 7
Joined: Thu Jun 24, 2010 5:48 am

Re: NPC buff error

Post by baiumbg »

I have only one javolution file - javolution-5.5.1.jar
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: NPC buff error

Post by JIV »

you have old one.
baiumbg
Posts: 7
Joined: Thu Jun 24, 2010 5:48 am

Re: NPC buff error

Post by baiumbg »

And how can I get a new one?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: NPC buff error

Post by MELERIX »

Team -> Update to HEAD
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: NPC buff error

Post by janiii »

update properly. that means, when you update core, copy also the libs from build directory to your server.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: NPC buff error

Post by LasTravel »

Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: NPC buff error

Post by jurchiks »

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.
baiumbg
Posts: 7
Joined: Thu Jun 24, 2010 5:48 am

Re: NPC buff error

Post 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 ;]
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: NPC buff error

Post 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.
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.
Post Reply