Pk problem

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
ramms
Posts: 20
Joined: Wed Jan 27, 2010 12:20 am

Pk problem

Post by ramms »

hello
i have a problem to my server, there is smth worng with pk ..
if u kill a non flaged player there is no pk, i recve this error at gs.


Failed executing HitTask.
java.lang.NullPointerException
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.onKillUpda
tePvPKarma(L2PcInstance.java:6050)
at com.l2jserver.gameserver.model.actor.L2Playable.doDie(L2Playable.java
:166)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.doDie(L2Pc
Instance.java:5667)
at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu
s.java:219)
at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu
s.java:57)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.reduceCurr
entHp(L2PcInstance.java:12032)
at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Charact
er.java:5209)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.onHitTimer
(L2PcInstance.java:4859)
at com.l2jserver.gameserver.model.actor.L2Character$HitTask.run(L2Charac
ter.java:2499)
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)

Failed executing HitTask.
java.lang.NullPointerException
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.onKillUpda
tePvPKarma(L2PcInstance.java:6050)
at com.l2jserver.gameserver.model.actor.L2Playable.doDie(L2Playable.java
:166)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.doDie(L2Pc
Instance.java:5667)
at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu
s.java:219)
at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu
s.java:57)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.reduceCurr
entHp(L2PcInstance.java:12032)
at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Charact
er.java:5209)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.onHitTimer
(L2PcInstance.java:4859)
at com.l2jserver.gameserver.model.actor.L2Character$HitTask.run(L2Charac
ter.java:2499)
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)

L2PcInstance: callSkill() failed. java.lang.NullPointerException






any one can help ?
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Pk problem

Post by momo61 »

no one can help you like this.

you are missing server and datapack revision in your post. And you are missing to clarify if you are using any custom codes.
ramms
Posts: 20
Joined: Wed Jan 27, 2010 12:20 am

Re: Pk problem

Post by ramms »

nvm
i fixed my self. ty
Post Reply