Hello, I openned server on l2jbrasil files, I am trying to put custom buffer but I got problem with imports.
My __init__.py imports I have
import sys
from com.it.br.gameserver.model.quest import State
from com.it.br.gameserver.model.quest import QuestState
from com.it.br.gameserver.model.quest.jython import QuestJython as JQuest
from com.it.br.gameserver.datatables.sql import ItemTable
from com.it.br.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.it.br.gameserver.datatables import SkillTable
from com.it.br import L2DatabaseFactory
I receive error in log file:
Error on: C:\Users\ROKAS\Desktop\srv2\Game\data\jscript\custom\99_NPCBuffer\__init__.py.error.log
Line: -1 - Column: -1
Traceback (innermost last):
File "__init__.py", line 9, in ?
ImportError: cannot import name SkillTable
So something wrong with from com.it.br.gameserver.datatables import SkillTable
For wholesale clients
We understand that favorable terms are especially important when dealing with large volumes.
That’s why we offer a flexible system for wholesale clients we can discuss pricing and provide personalized solutions tailored to your needs.
With us, you get not only a reliable service but also support focused on long-term cooperation.
We value partners who operate at scale and do everything possible to make it convenient and profitable for you to grow together with Vibe SMS.
Website link — https://vibe-sms.net/
Our Telegram channel — https://t.me/vibe_sms
We ready to post first part of Patchnotes!
To avoid delaying the patch notes, we’ve decided to split them into two parts.
Right now, we’re publishing the patch notes focused on balance changes (skill changes).
In the second part, we’ll share details about gameplay updates, world changes, activities, and more.
- Patchnotes (last post on topic)
https://forum.lineage2dex.com/threads/16724/#post-72291
Question
rokasbalsys
Hello, I openned server on l2jbrasil files, I am trying to put custom buffer but I got problem with imports.
My __init__.py imports I have
I receive error in log file:
So something wrong with
from com.it.br.gameserver.datatables import SkillTable
can someone help me ?
4 answers to this question
Recommended Posts