maple-v206/scripts/portal/enterSecondDH.py

7 lines
334 B
Python

# 130020000 - Entrance to Drill Hall
if not sm.hasQuest(20871) and not sm.hasQuest(20872) and not sm.hasQuest(20873) and not sm.hasQuest(20874) and not sm.hasQuest(20875): # KoC 2nd JobAdv Quests
sm.chat("Sorry, only knights looking to job advance to the second job may enter here.")
else:
sm.warp(913001000, 0)
sm.dispose()