Jump to content
  • 0

[HELP] GameServer Error Epilogue


Question

Posted

Hello Guys ,

 

Im using L2jOfficial Epilogue Pack. And i got this error in GameServer :

 

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)

 

What i need to do ? Some one can help me to fix this error ?

 

 

Regards

4 answers to this question

Recommended Posts

  • 0
Posted

the error is clearly showed ...

at com.l2jserver.gameserver.GeoData.canSeeTarget(GeoData.java:106)

 

It means that you must look at GeoData Line: 106

  • 0
Posted

If you have placed the Geodata then Auto is activated..Skylancer have a right..If Gameserver shows that then means 1: Geodata place 160 have problem ..Or 2:You must insert  Geodata 160 because the Platform of Game can be greated for one reason..So..Server maybe have opened but if you go to the place "160" then you dont have geodata and  Gameserver's script L2AttackableAIScript.java can't work at that place..Or you have make something there..Wrong Npc.Players without ClanId- EventId- Except if you make place like Fantasy Isle a Farm zone..So its something Normal .

Guest
This topic is now closed to further replies.


×
×
  • Create New...