Jump to content
  • 0

Problem with init file


Question

Posted

hello mxc i have a problem with top pvp / pk npc

 

init file give this error anyone can solve ? pls

 

Error on: C:\Users\***\Desktop\***\game\data\scripts\custom\36601_Toplist\__init__.py.error.log

Line: -1 - Column: -1

 

Traceback (innermost last):

  File "__init__.py", line 3, in ?

ImportError: cannot import name L2DatabaseFactory

7 answers to this question

Recommended Posts

  • 0
Posted

import sys

from java.util import Iterator

from com.l2jserver import L2DatabaseFactory <------ here?

from com.l2jserver.gameserver.model.quest import State

from com.l2jserver.gameserver.model.quest import QuestState

from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest

  • 0
Posted

import sys

from java.util import Iterator

from com.l2jserver import L2DatabaseFactory <------ here?

from com.l2jserver.gameserver.model.quest import State

from com.l2jserver.gameserver.model.quest import QuestState

from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest

check what's the path of this class in your package.

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...