20 lines
704 B
Python
20 lines
704 B
Python
# id 6 (coll04), field 867201820
|
|
sm.lockInGameUI(True, False)
|
|
sm.createQuestWithQRValue(64088, "coll1=1;coll2=1;coll3=1;coll4=1")
|
|
sm.sendDelay(900)
|
|
sm.setMapTaggedObjectVisible("alika02", True, 1, 0)
|
|
sm.setSpeakerType(3)
|
|
sm.setParam(37)
|
|
sm.setColor(1)
|
|
sm.setInnerOverrideSpeakerTemplateID(9400580) # Alika
|
|
sm.sendNext("#face3#Hyaaaaa! ")
|
|
sm.sendDelay(1500)
|
|
sm.setMapTaggedObjectVisible("alika02", False, 0, 0)
|
|
sm.spawnNpc(9400580, 135, -690)
|
|
sm.showNpcSpecialActionByTemplateId(9400580, "summon", 0)
|
|
sm.sendNext("#face1#The wind is here, too... ")
|
|
sm.sendSay("#face2#I guess we have the winds on our side! ")
|
|
sm.moveNpcByTemplateId(9400580, True, 150, 30)
|
|
sm.sendDelay(1000)
|
|
sm.lockInGameUI(False, True)
|