Jump to content
  • 0

Question

Posted

Hello guys, i need some help with this, idk why this error apear from nowhere, here my console error and java.log

 

rvh5qo.jpg

 

Log 

 

ztiyaw.jpg

 

My Code File:

 

http://pastebin.com/EgyPi8pm

 

Yesterday it was working pretty nice, today i shutDown my server to make a full Backup, and when i started it again this error apear.

5 answers to this question

Recommended Posts

  • 0
Posted

InvocationTargetException just tells that there was error running method by invoker, so you can skip that part. The real problem is NullPointerException

It's strange that error appeared on line 71 and file that you gave us have only 59 lines. It says line 71 is in onSpawn(L2Npc) method, the only thing that might go wrong in there would be npc == null, but that's quite strange so i suggest to just recompile scripts and check if it will happen again.

  • 0
Posted (edited)

If those NPCs are spawned AFTER the script initialization, the imbricated for loop got no use. The code on onSpawn will be processed anyway, on whatever spawned npcs with whatever HEADQUARTERS array id. But in that case you shouldn't end with a NPE.

 

-----

 

If those NPCs are spawned BEFORE the script initialization, then the for loop is necessary, BUT you still have to check if this NPC exists or not, if it's part of a timed event. Or maybe you setted the event off ? I don't know.

 

-----

 

I must add, as vampir said, you edited the code. So the error doesn't reflect the code you posted. You maybe added your own custom, reverted it back. It misses 20 lines.

Edited by Tryskell
  • 0
Posted

ok guys thanks for answer, now there is the same error in others ai scripts like anais,java and gordon,java x.x

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock