05-10-2011, 04:13 PM
Помогите разобраться, а то никак не пойму в чем дело..
Вот ошибка:
java.lang.NullPointerException
at javolution.util.FastList$Node.access$000(FastList.java:687)
at javolution.util.FastList$FastListIterator.next(FastList.java:939)
at com.l2open.gameserver.model.CharEffectList.getFirstEffect(CharEffectL
ist.java:219)
at com.l2open.gameserver.model.actor.L2Character.getFirstEffect(L2Charac
ter.java:3382)
at com.l2open.gameserver.handler.skillhandlers.Continuous.useSkill(Conti
nuous.java:191)
at com.l2open.gameserver.model.ChanceSkillList.makeCast(ChanceSkillList.
java:143)
at com.l2open.gameserver.model.ChanceSkillList.onEvent(ChanceSkillList.j
ava:110)
at com.l2open.gameserver.model.ChanceSkillList.onHit(ChanceSkillList.jav
a:71)
at com.l2open.gameserver.model.actor.L2Character.onHitTimer(L2Character.
java:5163)
at com.l2open.gameserver.model.actor.instance.L2PcInstance.onHitTimer(L2
PcInstance.java:4243)
at com.l2open.gameserver.model.actor.L2Character$HitTask.run(L2Character
.java:2581)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
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)
Вот ошибка:
java.lang.NullPointerException
at javolution.util.FastList$Node.access$000(FastList.java:687)
at javolution.util.FastList$FastListIterator.next(FastList.java:939)
at com.l2open.gameserver.model.CharEffectList.getFirstEffect(CharEffectL
ist.java:219)
at com.l2open.gameserver.model.actor.L2Character.getFirstEffect(L2Charac
ter.java:3382)
at com.l2open.gameserver.handler.skillhandlers.Continuous.useSkill(Conti
nuous.java:191)
at com.l2open.gameserver.model.ChanceSkillList.makeCast(ChanceSkillList.
java:143)
at com.l2open.gameserver.model.ChanceSkillList.onEvent(ChanceSkillList.j
ava:110)
at com.l2open.gameserver.model.ChanceSkillList.onHit(ChanceSkillList.jav
a:71)
at com.l2open.gameserver.model.actor.L2Character.onHitTimer(L2Character.
java:5163)
at com.l2open.gameserver.model.actor.instance.L2PcInstance.onHitTimer(L2
PcInstance.java:4243)
at com.l2open.gameserver.model.actor.L2Character$HitTask.run(L2Character
.java:2581)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
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)