maple-v206/scripts/npc/reactor_8659137.py

17 lines
599 B
Python

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