Im using L2jOfficial Epilogue pack(the latest) and all work fine, but i dont know why i got this error in game server :
C:\server\GameServer\data\scripts\ai\group_template\L2AttackableAIScript.java
java.lang.NullPointerException
at com.l2jserver.gameserver.GeoData.canSeeTarget(GeoData.java:106)
at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI
.java:1098)
at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.
java:2397)
at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:41
9)
at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:36
2)
at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2Charact
erAI.java:261)
at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2Attack
ableAI.java:409)
at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:3
10)
at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:2
50)
at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAttacked(L2Attackable
AI.java:2442)
at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:42
2)
at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:36
2)
at ai.group_template.L2AttackableAIScript.onAttack(L2AttackableAIScript.
java:191)
at com.l2jserver.gameserver.model.quest.Quest.onAttack(Quest.java:658)
at com.l2jserver.gameserver.model.quest.Quest.notifyAttack(Quest.java:35
0)
at com.l2jserver.gameserver.model.actor.L2Attackable.addDamage(L2Attacka
ble.java:880)
at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2A
ttackable.java:454)
at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2A
ttackable.java:411)
at handlers.skillhandlers.Pdam.useSkill(Pdam.java:235)
at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Characte
r.java:6528)
at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Ch
aracter.java:6146)
at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2C
haracter.java:2538)
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)
The Server is running ok , but i dont know why i got this error. Can somebody help me ?
I wouldn't be so quick to dismiss a claim, especially as strongly worded as mine because I might not be talking nonsense afterall. But I suggest you check for yourself, first.
Line 195 looks pretty crucial to me:
https://github.com/sdrak94/inertiax/blob/main/src/controller/InertiaController.java#L195
Yet, I don't see the L2PcInstance on the Github repo. Either I'm blind, or it is missing, and if I had to choose one or the other, I'd bet my life on the latter. 😄
Here's another example - the method below (Line 161), as crucial as it seems, looks empty to me:
https://github.com/sdrak94/inertiax/blob/main/src/model/InertiaAct.java#L161
Hello, Adena is for sale in the r33team.com store
L2classic.club Talking island x3 - 5€/bil
L2classic.club Dion x3 - 27.00€/100mil
l2reborn.com Origin x1 - 0,25€/1mil
L2Reborn.org - x15 Forever - 0.05€/1mil
L2Reborn.org - x1 Signature -0.11€/1k
elmorelab.com x2 - 0.46€/1mil
elmorelab.com x3 - 0.15€/1mil
elmorelab.com x1 - 2.06€/1mil
Scryde.net x2 - 9.18€/100mil
Payment method:
Paypal
Visa/Mastercard
Crypto
You can find out more information on our website: https://r33team.com/
Question
zlati
Hello Guys ,
Im using L2jOfficial Epilogue pack(the latest) and all work fine, but i dont know why i got this error in game server :
The Server is running ok , but i dont know why i got this error. Can somebody help me ?
Regards
1 answer to this question
Recommended Posts