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
It's impossible to explain things to someone completely stupid like you.
You really are very dumb; I never imagined someone with such severe psychological issues could exist on a forum.
You should go to a doctor immediately, as this stupidity might be contagious to others.
You should feel ashamed. 🤣🤣🤣🤣🤣🤣🤣🤣
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/bDVQYKMUb3
https://campsite.bio/utchihaamkt
2 clients:
StyleA: Original client
test1: Unity client
Monster kills are displayed correctly on both clients. Soon it will be possible to kill mobs in a party on 2 different clients
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