hi, i'm trying to create a quest about item recovery, i've created the trigger, i'll post here so you can correct it.
My problem (I think) It's in the last trigger, because i'm lost, and i dont know how to put if you pick a key and go in front of the woman, the mission is completed and it plays the typical campaign sound when a mission is completed.
My problem (I think) It's in the last trigger, because i'm lost, and i dont know how to put if you pick a key and go in front of the woman, the mission is completed and it plays the typical campaign sound when a mission is completed.
-
Quest
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Special Effect - Create a special effect attached to the overhead of Aldeano (Mujer) 0023 <gen> using Abilities\Spells\Other\TalkToMe\TalkToMe.mdl
-
Set Exclamacion = (Last created special effect)
-
Quest - Create a Required quest titled |C00FFFF00Main Miss... with the description Busca información ..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
-
Set mision1 = (Last created quest)
-
-
-
Quest llaves
-
Events
-
Unit - A unit comes within 250.00 of Aldeano (Mujer) 0023 <gen>
-
-
Conditions
-
((Entering unit) is A hero) Igual a True
-
-
Actions
-
Special Effect - Destroy Exclamacion
-
Cinematic - Fundido de salida over 2.00 seconds using texture Máscara blanca and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
-
Wait 2.00 seconds
-
Cinematic - Turn cinematic mode Encendido for (All players)
-
Cinematic - Fundido de entrada over 2.00 seconds using texture Máscara blanca and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from Aldeano (Mujer) 0023 <gen> named Aldeana : Play Sin sonido and display ¡¡Ayuda por favor.... Modify duration: Añadir 0.00 seconds and No esperar
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from PaladÃ*n 0016 <gen> named Gerome : Play Sin sonido and display No te pienso ayudar.... Modify duration: Añadir 0.00 seconds and No esperar
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from Aldeano (Mujer) 0023 <gen> named Aldeana : Play Sin sonido and display ¿¿Pero??.... ¡Po.... Modify duration: Añadir 0.00 seconds and No esperar
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from PaladÃ*n 0016 <gen> named Gerome : Play Sin sonido and display ¿¡Cómo que AMA M.... Modify duration: Añadir 0.00 seconds and No esperar
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from Aldeano (Mujer) 0023 <gen> named Aldeana : Play Sin sonido and display Si me encuentras la.... Modify duration: Añadir 0.00 seconds and No esperar
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from PaladÃ*n 0016 <gen> named Gerome : Play Sin sonido and display Argggh... pesada.. .... Modify duration: Añadir 0.00 seconds and No esperar
-
Wait 2.00 seconds
-
Cinematic - Send transmission to (All players) from Aldeano (Mujer) 0023 <gen> named Aldeana : Play Sin sonido and display ¿¿No me piensas t.... Modify duration: Añadir 0.00 seconds and No esperar
-
Cinematic - Fundido de salida over 2.00 seconds using texture Máscara negra and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
-
Wait 2.00 seconds
-
Cinematic - Turn cinematic mode Apagado for (All players)
-
Quest - Create a Required quest titled Llaves perdidas with the description Debes encontrar las..., using icon path ReplaceableTextures\CommandButtons\BTNMoonKey.blp
-
Set QuestLlaves = (Last created quest)
-
Quest - Change the description of mision1 to - Encontrar la llav...
-
Trigger - Turn off (This trigger)
-
-
-
End Quest Llaves
-
Events
-
Unit - A unit comes within 250.00 of Aldeano (Mujer) 0023 <gen>
-
-
Conditions
-
(Last dropped item) Igual a (Item carried by Paladin 0016 <gen> in slot 1)
-
-
Actions
-
Quest - Mark QuestLlaves as Completado
-
-