Error gameserver

L2Babylon

Heir
Customer
Good evening, this is showing up on the gameserver, anyone know where it's from?


ERROR Exception: RunnableImpl.run(): java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Skill.getEffects(l2.gameserver.model.Creature, l2.gameserver.model.Creature, boolean, boolean)" because "<local4>" is null
java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Skill.getEffects(l2.gameserver.model.Creature, l2.gameserver.model.Creature, boolean, boolean)" because "<local4>" is null
at services.Buffer$BuffTemplate.k(Unknown Source)
at services.Buffer$BuffTemplate$1.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:842)
 
l2.gameserver.model.Skill.getEffects <- it is connected to skill effects,
<local4> <-- this is the error you made somewhere in the skill you were editing
trace your steps in what you were modifying
 
that I can see to fix it?
speak human brother :')
you mean where to fix it?

-what did you edit?
roll back the changes you made.
or use, find/search with notepad and search for this error that console show to you.

@Terrys1977 if you where messing with skills then it is inside skills....what more to be said?
 
That error from buffer, try to check your extension with buffs. That is why you have an error like this
 
Back
Top