Jump to content

[Share]Top 50 PVP/PK Npc!


Recommended Posts

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

Link to comment
Share on other sites

  • 5 weeks later...

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.

Link to comment
Share on other sites

  • 3 weeks later...

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
Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...