Raijin Posted May 31, 2010 Posted May 31, 2010 Thanks for npc and for usefull lesson puting this npc ! :) Nice work
Raijin Posted May 31, 2010 Posted May 31, 2010 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
baiumbg Posted June 30, 2010 Posted June 30, 2010 What are the imports for l2j? I see this script is using l2jfree
Matim Posted June 30, 2010 Posted June 30, 2010 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.
ansmc Posted July 21, 2010 Posted July 21, 2010 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
ansmc Posted July 21, 2010 Posted July 21, 2010 Taka a look at my previous post, lol. i did but because i am very new with l2 adm/mod i cant understand what you are meaning..
Matim Posted July 21, 2010 Posted July 21, 2010 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.
ansmc Posted July 21, 2010 Posted July 21, 2010 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
sandeagle Posted July 24, 2010 Posted July 24, 2010 nice shares...guyz...thx for ur share...keep it up..
Recommended Posts