maple-v206/scripts/field/enter_701220602.py

37 lines
1.4 KiB
Python

# id 701220602 (Shaolin Temple : Sutra Depository - Top), field 701220602
sm.lockInGameUI(True, False)
sm.removeAdditionalEffect()
sm.spawnNpc(9310596, 460, 297)
sm.showNpcSpecialActionByTemplateId(9310596, "summon", 0)
sm.flipNpcByTemplateId(9310596, True)
sm.sendDelay(2000)
sm.moveCamera(False, 500, 229, 274)
sm.sendDelay(1900)
sm.sendDelay(1500)
sm.setSpeakerType(3)
sm.setParam(57)
sm.setColor(1)
sm.sendNext("What the...?!")
sm.setParam(37)
sm.setInnerOverrideSpeakerTemplateID(9310596) # Wise Chief Priest
sm.sendSay("This power! It fills my veins! Look how young I've become... Look how magnificent I am!")
sm.sendSay("The Book of Demons showed me a world of unlimited power, a world ripe for the plucking!")
sm.setParam(57)
sm.sendSay("And all you had to do was trade your humanity... ")
sm.setParam(37)
sm.sendSay("Oh, drop the holier than thou act. Everyone wants power. Even my master... Maybe he didn't leave to train. Maybe he turned into a demon as soon as he finished writing this book!")
sm.sendSay("Think upon that, human!")
sm.sendDelay(2000)
sm.flipNpcByTemplateId(9310596, False)
sm.sendDelay(500)
sm.moveNpcByTemplateId(9310596, False, 180, 200)
sm.sendDelay(2000)
sm.sendDelay(2500)
sm.showNpcSpecialActionByTemplateId(9310596, "teleportation", -1)
sm.sendDelay(1350)
sm.flipNpcByTemplateId(9310596, False)
sm.sendDelay(1000)
sm.sendDelay(2000)
sm.createQuestWithQRValue(62038, "clear=1")
sm.lockInGameUI(False, True)