03-25-2010, 03:52 PM
Подскажите НПС, который подойдет к сборке L2open-free.
Или как переделать скрипт(в игре пишет что-то про квест )
я сделал так:
но не помогло...
было так:
подскажите, как настроить ))
Или как переделать скрипт(в игре пишет что-то про квест )
я сделал так:
Цитата:import sys
from com.l2open.gameserver.model.actor.instance import L2PcInstance
from com.l2open.gameserver.model.actor.appearance import PcAppearance
from com.l2open.gameserver.model.quest import State
from com.l2open.gameserver.model.quest import QuestState
from com.l2open.gameserver.model.quest.jython import QuestJython as JQuest
но не помогло...
было так:
Цитата:import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from net.sf.l2j.gameserver.model.actor.appearance import PcAppearance
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest
подскажите, как настроить ))