hello, could anyone help me adapt this event (last hero) from acis to frozen last revision? I changed the imports but it gives me error in this line
Traceback (innermost last):
File "__init__.py", line 4, in ?
ImportError: cannot import name DoorTable
This its the ORIGINAL CODE
import sys
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.datatables import DoorTable
from net.sf.l2j.gameserver.datatables import SkillTable
from net.sf.l2j.gameserver.model.quest.jython import Qu