Jump to content

Recommended Posts

Posted

Error on: C:\Users\Administrator\Desktop\L2DC_GF_STABLE\l2dc-server\gameserver\data\scripts\custom\50300_PKlist\__init__.py.error.log

Line: -1 - Column: -1

 

Traceback (innermost last):

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

ImportError: no module named l2jfree

Im using L2DC files, what can u offer for me how to make it working? Skype:heroslt

  • 5 weeks later...
Posted

What are the imports for l2j? I see this script is using l2jfree

 

Take a look at core, and find patch for each imported class, or take a look at other Quest etc.

  • 3 weeks later...
Posted

Error on: C:\Users\Administrator\Desktop\L2DC_GF_STABLE\l2dc-server\gameserver\data\scripts\custom\50300_PKlist\__init__.py.error.log

Line: -1 - Column: -1

 

Traceback (innermost last):

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

ImportError: no module named l2jfree

Im using L2DC files, what can u offer for me how to make it working? Skype:heroslt

same problem here...i cant understand what is wrong
Posted

For example you're L2JFree user, and you have to import these classes: State and QuestState

 

So it should look like this (this is just patch for this class from L2JFREE core in this case ...)

 

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

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

 

And for example for L2J:

 

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

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

 

etc.

 

 

Posted

For example you're L2JFree user, and you have to import these classes: State and QuestState

 

So it should look like this (this is just patch for this class from L2JFREE core in this case ...)

 

And for example for L2J:

 

etc.

 

 

i did what you said but i still have the same error
Guest
This topic is now closed to further replies.



×
×
  • Create New...