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.
Okay, I understand. First, to get started by contributing to open projects and learning along the way. Then, when you mention starting my own project privately, do you mean taking a free datapack like L2jMobius and trying to make it functional for an online server? Great, thank you very much — all this information is really helpful. I’ve been reaching out to several server admins here in Argentina, but it seems like none of them have the time or interest to take on an intern or assistant. xd
P.S.: Are you the creator of Hopzone? Brings back memories of when I was a kid, downloading servers at the cyber café. For two dollars, I could spend the whole day playing and eating candy like crazy.
Another question: between L2jMobius, L2jServer, and aCis, which one has ALL of its code free?
As you probably noticed, I'm using ChatGPT to help me translate things, lol, and it suggested the following:
Project
Status
Open Source
Accepts Juniors?
Difficulty
L2JMobius
Very active
Semi-closed
Partially (with patches)
Medium-High
L2JServer
Active
Fully open
Yes (directly on GitHub)
Medium
aCis
Semi-active
Unofficial
Not very clear
Low
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.