27 lines
999 B
Python
27 lines
999 B
Python
# id 867202500 (Abrup Basin : Training Grounds), field 867202500
|
|
sm.lockInGameUI(True, False)
|
|
sm.removeAdditionalEffect()
|
|
sm.spawnNpc(9400582, -150, -70)
|
|
sm.showNpcSpecialActionByTemplateId(9400582, "summon", 0)
|
|
sm.spawnNpc(9400602, -638, -70)
|
|
sm.showNpcSpecialActionByTemplateId(9400602, "summon", 0)
|
|
sm.sendDelay(3000)
|
|
sm.showNpcSpecialActionByTemplateId(9400582, "skill", 0)
|
|
sm.setSpeakerType(3)
|
|
sm.setParam(37)
|
|
sm.setColor(1)
|
|
sm.setInnerOverrideSpeakerTemplateID(9400582) # Cayne
|
|
sm.sendNext("#face1#Einar, do you remember what I've taught you? ")
|
|
sm.showNpcSpecialActionByTemplateId(9400602, "attack2", 0)
|
|
sm.setInnerOverrideSpeakerTemplateID(9400602) # Einar
|
|
sm.sendSay("#face2#Yes! Block and stab! ")
|
|
sm.showNpcSpecialActionByTemplateId(9400602, "attack1", 0)
|
|
sm.sendDelay(2000)
|
|
sm.showNpcSpecialActionByTemplateId(9400582, "buff", 0)
|
|
sm.sendDelay(2000)
|
|
sm.moveCamera(True, 0, 0, 0)
|
|
sm.sendDelay(500)
|
|
sm.lockInGameUI(False, True)
|
|
sm.createQuestWithQRValue(64130, "chk1=1")
|
|
sm.warp(867202300)
|