Well, I'm using an Official L2JServer branch for Interlude.I have done a lot of java modifications without errors and added a core buffer from Vago(Setekh's core buffer was giving me errors),and I passed inside the db all the sqls without problem and the html file!The buffer was spawning,but when I clicked on buffs in the gamesever console I always saw an error telling me that those skills were not assigned to that buffer!Because,I couldn't do anything I searched in the tables and show the new table that has been created by Vago's sqls was 'npc_buffer_skill_ids' and above it there was one called 'npcskills'!I tried to modify Vago's sql to fit in the npcskills table but I was getting an error(I was editing for half an hours >:( ) ! Because I didn't have any other option,I went to eclipse,deleted all core buffer's codes and re-compiled the pack!Then,I tried a javascript buffer,but it was giving me the default error of 'you have not meet the criteria' ,then I deleted that buffer and added L2JOneo Buffer,which was very trustworthy.The npc has spawned and I could see the buffs correctly,but when I clicked in 'All Buffs' only the buff with name 'Death Whisper' has been added to my buff list and in the game server console there was a long-term error (js error)
Traceback (innermost last):
File "C:\Users\Hackmeup\Desktop\Pack\gameserver\data\jscript\custom\9999_NPCBuffer\__init__py", line 91, in onEvent
AttributeError: restoreHPMP
at org.python.core.Py.AttributeError(Uknown Source)
ar org.pyrhon.core.PyInstance.invoke(Uknown Source)
at data.jscript.custom.9999_NPCBuffer$py.onEvent$3(C:\Users\Hackmeup\Desktop\Pack\gameserver\data\jscript\custom\9999_NPCBuffer\__init__.py:91
at data.jscript.custom.9999_NPCBuffer$py.call_function(C:\Users\Hackmeup\Desktop\Pack\gameserver\data\jscript\custom\9999_NPCBuffer\__init__.py)
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.
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
HackMeUpReturns
Well, I'm using an Official L2JServer branch for Interlude.I have done a lot of java modifications without errors and added a core buffer from Vago(Setekh's core buffer was giving me errors),and I passed inside the db all the sqls without problem and the html file!The buffer was spawning,but when I clicked on buffs in the gamesever console I always saw an error telling me that those skills were not assigned to that buffer!Because,I couldn't do anything I searched in the tables and show the new table that has been created by Vago's sqls was 'npc_buffer_skill_ids' and above it there was one called 'npcskills'!I tried to modify Vago's sql to fit in the npcskills table but I was getting an error(I was editing for half an hours >:( ) ! Because I didn't have any other option,I went to eclipse,deleted all core buffer's codes and re-compiled the pack!Then,I tried a javascript buffer,but it was giving me the default error of 'you have not meet the criteria' ,then I deleted that buffer and added L2JOneo Buffer,which was very trustworthy.The npc has spawned and I could see the buffs correctly,but when I clicked in 'All Buffs' only the buff with name 'Death Whisper' has been added to my buff list and in the game server console there was a long-term error (js error)
and after this :
Please help me solve this problem ! :(
EDIT : __init__.py -> http://pastebin.com/kbDuJ67f
5 answers to this question
Recommended Posts
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.