I got a really annoying error with my buffer which i dont know how to fix. I try to state my problem as much as you can understand (i hope).
Well let me explain. Yesterday a guy (friend) send me a Buffer which was working at his server (L2Querhax). Okay, i thought let me use it and see how the buffer is.
I pasted everything right in the folders. Buffer worked well.
Okay i got to sleep, shut server down etc.. PC off. I stand up everything went up (pc, server). And then the problem. I wanted to buff and boom it gives me like 4 buffs and then it stops and the window ingame saves "script error".
I mean, wtf i did nothing to the script over the night.. how could it be damaged?
Here is the error message i got on gameserver.cmd
C:\L2Creme\gameserver\data\scripts\custom\20701_NPCBuffer\__init__.py
Traceback (innermost last):
File "__init__.py", line 164, in onEvent
AttributeError: 'NoneType' object has no attribute 'getEffects'
at org.python.core.Py.AttributeError(Unknown Source)
at org.python.core.PyObject.noAttributeError(Unknown Source)
at org.python.core.PyObject.__getattr__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx532.onEvent$3(__init__.py:164)
at org.python.pycode._pyx532.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$525.onEvent(Unknown Source)
at com.l2jfrozen.gameserver.model.quest.Quest.onAdvEvent(Quest.java:674)
at com.l2jfrozen.gameserver.model.quest.Quest.notifyEvent(Quest.java:481
)
at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.processQue
stEvent(L2PcInstance.java:2495)
at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:307)
at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:75)
at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1
194)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I looked at line 16 but there is nothing wrong with it :/..
Could anyone give me a good .. atleast working buff init.py with all buffs not like 5 bufs ? Or anyone know how to fix this ?
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
Question
Slayerduck
Heya,
I got a really annoying error with my buffer which i dont know how to fix. I try to state my problem as much as you can understand (i hope).
Well let me explain. Yesterday a guy (friend) send me a Buffer which was working at his server (L2Querhax). Okay, i thought let me use it and see how the buffer is.
I pasted everything right in the folders. Buffer worked well.
Okay i got to sleep, shut server down etc.. PC off. I stand up everything went up (pc, server). And then the problem. I wanted to buff and boom it gives me like 4 buffs and then it stops and the window ingame saves "script error".
I mean, wtf i did nothing to the script over the night.. how could it be damaged?
Here is the error message i got on gameserver.cmd
I looked at line 16 but there is nothing wrong with it :/..
Could anyone give me a good .. atleast working buff init.py with all buffs not like 5 bufs ? Or anyone know how to fix this ?
Thanks in advance
5 answers to this question
Recommended Posts