» Find Revision
L2J Revision 4099:
L2JDP Revision 7292:
I have this error when i try to start some quests.
Code: Select all
21-abr-2010 20:21:45 com.l2jserver.gameserver.model.quest.Quest showErrorADVERTENCIA: C:\Users\root\Documents\Servidor Test L2j\gameserver\data\scripts\quests\119_LastImperialPrince\__init__.pyjava.lang.NullPointerException at com.l2jserver.gameserver.model.quest.QuestState.getInt(QuestState.java:524) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1271877518885.onTalk$4(__init__.py:48) at org.python.pycode.serializable._pyx1271877518885.call_function(__init__.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$112.onTalk(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyTalk(Quest.java:448) at handlers.bypasshandlers.QuestLink.showQuestWindow(QuestLink.java:173) at handlers.bypasshandlers.QuestLink.useBypass(QuestLink.java:60) at com.l2jserver.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.java:946) at com.l2jserver.gameserver.model.actor.instance.L2SepulcherNpcInstance.onBypassFeedback(L2SepulcherNpcInstance.java:357) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:132) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:92) 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)