summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-01 17:58:31 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-01 17:58:31 -0300
commitb1170a0c82a0fb920728a893620ddc8dac866d3c (patch)
tree7ab9f2d79b6f05404e85cbf1e5e4a84b6e8ccbcc /npc/002-4
parent72d5e66b82737020de45101c3918843915ace252 (diff)
downloadserverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.tar.gz
serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.tar.bz2
serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.tar.xz
serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.zip
Incorporate Valon to Elmo & Nard
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/elmo.txt5
-rw-r--r--npc/002-4/nard.txt3
2 files changed, 7 insertions, 1 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt
index 6aeafc6f8..2795fe1b7 100644
--- a/npc/002-4/elmo.txt
+++ b/npc/002-4/elmo.txt
@@ -42,6 +42,11 @@
if (.@q < 2)
mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?");
+ // Valon Quest
+ .@q=getq(CandorQuest_Trainer);
+ if (.@q < 12)
+ mes l("- Inside the big house is someone who can train you. All experience is handy!");
+
close2;
goodbye;
end; // Just for good measure
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index ef53f35a4..4fb9aae65 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -161,7 +161,8 @@ L_Travel:
if (getq(CandorQuest_Barrel) == 4 &&
getq(CandorQuest_HAS) == 3 &&
getq(CandorQuest_Sailors) == 3 &&
- getq(CandorQuest_Vincent) == 2)
+ getq(CandorQuest_Vincent) == 2 &&
+ getq(CandorQuest_Trainer) == 12)
.@price-=500;
mesn;
mesq l("Hi @@.", strcharinfo(0));