27 lines
889 B
Python
27 lines
889 B
Python
# id 867202480 (Abrup Basin : Training Grounds), field 867202480
|
|
sm.lockInGameUI(True, False)
|
|
sm.removeAdditionalEffect()
|
|
sm.spawnNpc(9400582, -500, -70)
|
|
sm.showNpcSpecialActionByTemplateId(9400582, "summon", 0)
|
|
sm.spawnNpc(9400602, -100, -70)
|
|
sm.showNpcSpecialActionByTemplateId(9400602, "summon", 0)
|
|
sm.sendDelay(3000)
|
|
sm.showNpcSpecialActionByTemplateId(9400602, "attack1", 0)
|
|
sm.sendDelay(3000)
|
|
sm.showNpcSpecialActionByTemplateId(9400602, "attack2", 0)
|
|
sm.sendDelay(3000)
|
|
sm.setSpeakerType(3)
|
|
sm.setParam(37)
|
|
sm.setColor(1)
|
|
sm.setInnerOverrideSpeakerTemplateID(9400582) # Cayne
|
|
sm.sendNext("#face0#Don't forget! ")
|
|
sm.sendSay("#face0#Block and stab!")
|
|
sm.sendDelay(1000)
|
|
sm.showNpcSpecialActionByTemplateId(9400582, "buff", 0)
|
|
sm.sendDelay(3000)
|
|
sm.moveCamera(True, 0, 0, 0)
|
|
sm.sendDelay(500)
|
|
sm.lockInGameUI(False, True)
|
|
sm.createQuestWithQRValue(64129, "chk1=1")
|
|
sm.warp(867202399)
|