Hi, Today i add buffer in my server. And i get error on gameserver.
File"custom/555_NPCBUFFER/__init__.py", line 998, in onAdvEvent
AttributeError: getInfo
at org.python.core.Py.AttributeError(UnknownSource)
at org.python.core.PyInstance.invoke(UnknownSource)
at org.python.pycode.serializable._pyx1531977305346.onAdvEvent$14(custom/555_NPCBUFFER/__init__.py:998)
at org.python.pycode.serializable._pyx1531977305346.call_function(custom/555_NPCBUFFER/__init__.py)
at org.python.core.PyTableCode.call(UnknownSource)
at org.python.core.PyTableCode.call(UnknownSource)
at org.python.core.PyTableCode.call(UnknownSource)
at org.python.core.PyFunction.__call__(UnknownSource)
at org.python.core.PyMethod.__call__(UnknownSource)
at org.python.core.PyObject.__call__(UnknownSource)
at org.python.core.PyObject._jcallexc(UnknownSource)
at org.python.core.PyObject._jcall(UnknownSource)
at org.python.proxies.main$Quest$131.onAdvEvent(UnknownSource)
at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:551)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1470)
at handlers.bypasshandlers.QuestLink.useBypass(QuestLink.java:77)
at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:290)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:69)
at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1134)
at java.util.concurrent.ThreadPoolExecutor.runWorker(UnknownSource)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(UnknownSource)
at java.lang.Thread.run(UnknownSource)
Hello, players!
We’d like to hear your opinion about the EXP rate on the server. Currently, it’s set to 25x EXP. Please choose what suits you best:
1️⃣ Keep EXP at 25x — it’s fine as it is
2️⃣ Increase EXP (for example, to 50x or higher)
3️⃣ Decrease EXP (for example, to 15x or lower)
4️⃣ Other suggestions (please write in the comments)
Your feedback is very important to us to make the server better! Thanks for participating!
Question
InFocus
Hi, Today i add buffer in my server. And i get error on gameserver.
Here it is error.
And here it is line from py 998
2 answers to this question
Recommended Posts