maple-v206/scripts/npc/reactor_8659135.py

17 lines
599 B
Python

# id 9400569 (Building Debris), field 867200400
sm.lockInGameUI(True, False)
sm.setMapTaggedObjectVisible("guide135", False, 0, 0)
sm.sendDelay(120)
sm.forcedFlip(True)
sm.sendDelay(120)
sm.forcedAction(1946, 9999)
sm.showNpcSpecialActionByTemplateId(9400569, "state2", -1)
sm.forcedAction(1947, 9999)
sm.showNpcSpecialActionByTemplateId(9400569, "state3", -1)
sm.forcedAction(1948, 9999)
sm.resetNpcSpecialActionByTemplateId(9400569)
sm.playSound("Sound/PL_MONAD.img/EP1/ACT1/reactordrop1", 128)
sm.showNpcSpecialActionByTemplateId(9400569, "hit", 0)
sm.sendDelay(900)
sm.lockInGameUI(False, True)