From aed49ca9beb1beeb005f5698a3fd322a3ebf4447 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 May 2022 18:38:53 -0300 Subject: Fix bugs so the Episode is complete --- npc/032-1/episode.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/032-1') diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt index 91f58845f..3d944b423 100644 --- a/npc/032-1/episode.txt +++ b/npc/032-1/episode.txt @@ -55,8 +55,10 @@ end; OnFin: + sc_start(SC_STUN, 20000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); + setpcblock(PCBLOCK_SOFT, true); npctalk3 l("I am Elli. One of the Originals."); - sleep2(3000); + sleep2(4000); npctalk3 l("The supreme guardian of the \"Talpan\" creatures, such as you."); sleep2(4000); npctalk3 l("From the time you come from, the Moubootaur has escaped its chains."); @@ -66,8 +68,10 @@ OnFin: npctalk3 l("The Moubootaur is evil. Defeat him and protect the world. Now..."); sleep2(4000); npctalk3 l("Return to your time!"); - sleep2(1000); - warp "017-3", 75, 68; + setpcblock(PCBLOCK_SOFT, false); + sc_end SC_STUN; + sleep2(1500); + warp "017-3", 72, 69; // Nothing else needs to be done, quest was closed earlier end; -- cgit v1.2.3-70-g09d2