Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted

did it alrdy but i get this errors 

 

----------

1. ERROR in /home/l2cassis/l2/game/data/scripts/handlers/effecthandlers/StealAbnormal.java (at line 99)
ThreadPoolManager.getInstance().scheduleGeneral(new givelater(i), 15000);
                                                   ^^^^^^^^^
givelater cannot be resolved to a type
----------
2. ERROR in /home/l2cassis/l2/game/data/scripts/handlers/effecthandlers/StealAbnormal.java (at line 127)
_log.log(Level.WARNING, "Cannot steal effect: " + eff + " Stealer: " + activeChar + " Stolen: " + target, e);
    ^^^
The method log(Level, String, RuntimeException) is undefined for the type Logger
----------
2 problems (2 errors)givelater cannot be resolved to a type
The method log(java.util.logging.Level, java.lang.String, java.lang.RuntimeException) is undefined for the type org.slf4j.Logger
Exception in thread "main" java.lang.Error: Problems while running EffectMansterHandler
at l2r.gameserver.handler.EffectHandler.executeScript(EffectHandler.java:73)
at l2r.gameserver.GameServer.<init>(GameServer.java:222)
at l2r.gameserver.GameServer.main(GameServer.java:496)
Caused by: javax.script.ScriptException: compilation failed
at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:248)
at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:103)
at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:109)
at l2r.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:403)
at l2r.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:353)
at l2r.gameserver.handler.EffectHandler.executeScript(EffectHandler.java:69)
... 2 mor

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...