diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-11 18:38:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-11 18:38:53 -0300 |
commit | aed49ca9beb1beeb005f5698a3fd322a3ebf4447 (patch) | |
tree | 928d2346b75b929bd9cb24d59be4f3ba9a0ba305 /npc/032-1 | |
parent | e9bdbd1662d43aa77377d6403de6a6a433837d76 (diff) | |
download | serverdata-aed49ca9beb1beeb005f5698a3fd322a3ebf4447.tar.gz serverdata-aed49ca9beb1beeb005f5698a3fd322a3ebf4447.tar.bz2 serverdata-aed49ca9beb1beeb005f5698a3fd322a3ebf4447.tar.xz serverdata-aed49ca9beb1beeb005f5698a3fd322a3ebf4447.zip |
Fix bugs so the Episode is complete
Diffstat (limited to 'npc/032-1')
-rw-r--r-- | npc/032-1/episode.txt | 10 |
1 files changed, 7 insertions, 3 deletions
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; |