diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-11 16:28:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-11 16:28:53 -0300 |
commit | e968d4cbdf069e2a4cbdd83474a7831af41b4642 (patch) | |
tree | afc7a66d64428ad225f71db323d94e36c6550acf /npc/032-1 | |
parent | 7e5509eea33d61191921919c640a2e4061345a45 (diff) | |
download | serverdata-e968d4cbdf069e2a4cbdd83474a7831af41b4642.tar.gz serverdata-e968d4cbdf069e2a4cbdd83474a7831af41b4642.tar.bz2 serverdata-e968d4cbdf069e2a4cbdd83474a7831af41b4642.tar.xz serverdata-e968d4cbdf069e2a4cbdd83474a7831af41b4642.zip |
Elli's arc
Diffstat (limited to 'npc/032-1')
-rw-r--r-- | npc/032-1/episode.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt index 997529e54..c5b2eaeed 100644 --- a/npc/032-1/episode.txt +++ b/npc/032-1/episode.txt @@ -54,6 +54,23 @@ npctalk3 l("Hi."); end; +OnFin: + npctalk3 l("I am Elli. One of the Originals."); + sleep2(3000); + 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"); + sleep2(4000); + npctalk3 l("The Mana Source, supreme guardian of the world itself, has already took providences."); + sleep2(4000); + 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; + // Nothing else needs to be done, quest was closed earlier + end; + OnInit: .distance=5; end; |