[Help] CharEffectList

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
Mage
Posts: 277
Joined: Fri Apr 17, 2009 2:29 pm

[Help] CharEffectList

Post by Mage »

version=5729
version=2796

Hello Boys,

I have in my Server this Error, i think that is a bug of Buff Effect

Code: Select all

 ##New Player##: xxxjava.lang.NullPointerException	at javolution.util.FastList$Node.access$000(FastList.java:687)	at javolution.util.FastList$FastListIterator.next(FastList.java:939)	at net.sf.l2j.gameserver.model.CharEffectList.getFirstEffect(CharEffectList.java:219)	at net.sf.l2j.gameserver.model.actor.L2Character.getFirstEffect(L2Character.java:3346)	at handlers.skillhandlers.Continuous.useSkill(Unknown Source)	at net.sf.l2j.gameserver.model.ChanceSkillList.makeCast(ChanceSkillList.java:147)	at net.sf.l2j.gameserver.model.ChanceSkillList.onEvent(ChanceSkillList.java:112)	at net.sf.l2j.gameserver.model.ChanceSkillList.onHit(ChanceSkillList.java:71)	at net.sf.l2j.gameserver.model.actor.L2Character.onHitTimer(L2Character.java:5357)	at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.onHitTimer(L2PcInstance.java:4491)	at net.sf.l2j.gameserver.model.actor.L2Character$HitTask.run(L2Character.java:2498)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)	at java.util.concurrent.FutureTask.run(FutureTask.java:138)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)	at java.lang.Thread.run(Thread.java:619) 
Maybe this error is the problem of overbuff :/

viewtopic.php?f=82&t=13890

Thank for answers :)
Forum rules: Please do not use or alter the official L2J Avatars/Signatures/Names for your personal use.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: [Help] CharEffectList

Post by _DS_ »

Ignore, if happened once.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Mage
Posts: 277
Joined: Fri Apr 17, 2009 2:29 pm

Re: [Help] CharEffectList

Post by Mage »

_DS_ wrote:Ignore, if happened once.
Yes, 1 time every day...
Forum rules: Please do not use or alter the official L2J Avatars/Signatures/Names for your personal use.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: [Help] CharEffectList

Post by JIV »

try make update, 9 new changes were done on CharEffectList.
Post Reply