diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:02:35 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:02:35 -0300 |
commit | 92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e (patch) | |
tree | 5dc2450e9cc9a3976792f636a22548fe50696f3e /npc/002-4 | |
parent | ffff34625685c5a1220dca71eeafd0eb8fec6f7d (diff) | |
download | serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.tar.gz serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.tar.bz2 serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.tar.xz serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.zip |
Continue storyline, to prevent things from getting too lose.
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/elmo.txt | 2 | ||||
-rw-r--r-- | npc/002-4/nard.txt | 17 |
2 files changed, 17 insertions, 2 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 57310866d..6aeafc6f8 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -11,7 +11,7 @@ if (LOCATION$ == "") sailortalk; if (getq(CandorQuest_Sailors) == 2) goto L_Party; - if (getq(General_Narrator) == 1) sailortalk; + if (getq(General_Narrator) >= 1) sailortalk; mesn; mes l("\"Hey, have you already got the money necessary for the travel?"); diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 657363ed4..b1fdacace 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -133,7 +133,22 @@ L_NotYet: setq General_Narrator, 1; set Zeny, Zeny-.@price; LOCATION$="Tulim"; - mesq l("Set sail! We're going to Tulimshar!"); + mesq l("Set sail! We're going to Tulimshar!"); // Send player to Lua in order to continue story TODO + showavatar; + setcamnpc "Nard", 0, 0; + mes col(l("Some time later..."), 9); + next; + restorecam; + showavatar NPC_NARD; // this is handled by avatars.xml + mesn; + mesq l("Welcome to Tulimshar, @@!", strcharinfo(0)); + next; + mesq l("You can explore the city as you want, but if I were you, I would visit the townhall first."); + next; + mesq l("When you get out of the ship, it is the first building you'll see. Talk to ##BLua##b, she is an alliance representative."); + next; + mesq l("The Alliance have records of everyone. And if you need another trip, talk to me!"); + } else { mesq l("You still haven't completed your tasks."); next; |