Jump to content
  • 0

Add Buffer To L2Jserver


Question

Posted

I want to add a buffer to l2jserver but it doesn't work. I added the html, the jsprict, the sql and i added this '9999_NPCBuffer' to the __init__.py inside the jscript/costum folder. Also i changed the imports to those but still it doesn't work. Any help?

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j             import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

3 answers to this question

Recommended Posts

  • 0
Posted

i have months maybe year to work on l2j but if i'm not wrong you need to change the imports from net.sf.l2j to com.l2j

yeah like Dinger said you must change the imports , and to check if the path of the imports is correct for your pack and you will be ok:)

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...