summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-14 02:33:55 +0100
committerReid <reidyaro@gmail.com>2016-02-14 02:33:55 +0100
commitc6c72987bde88638077604e69626525ef35d3304 (patch)
tree4e68c31e4893a7c9ce957ed0ca8e73098e541098 /npc
parent38feb63ae40ccdc22bee6ed4e10fc09c6ebe0d54 (diff)
downloadserverdata-c6c72987bde88638077604e69626525ef35d3304.tar.gz
serverdata-c6c72987bde88638077604e69626525ef35d3304.tar.bz2
serverdata-c6c72987bde88638077604e69626525ef35d3304.tar.xz
serverdata-c6c72987bde88638077604e69626525ef35d3304.zip
Add the second task of the newb quest on enora's script.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/enora.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index cc412bf7..3e013a45 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -90,7 +90,18 @@
}
function enora_second_quest {
- return;
+ speech 4,
+ l("After this small overview of Artis, what do you think of our city?"),
+ l("The Legion of Aemil is in charge of the security of the intramural part of most city throughout the archipelagos."),
+ l("But we are quite lucky here, outside of some tipsy travelers there are no big problem around here, it's not like capital, Esperia."),
+ l("Now that I think about it, I have another task for you. I asked Resa from the light armor shop some new clothes, she is a bit far from here, I can't go there as I need to watch the dock."),
+ l("Her shop is on the west part of the city, between the legion building and the library.");
+
+ setq ArtisQuests_Enora, 5;
+
+ closedialog;
+ npctalk3 l("Thank you very much!");
+ close;
}
function enora_first_quest_ret {
@@ -109,7 +120,7 @@
narrator 4, l("Enora is carefully inspecting the sword.");
speech 4,
l("Excellent!"),
- l("That was a good choice to ask him to forge it!");
+ l("That was a good choice to ask him to forge this sword!");
break;
case 2:
@@ -120,7 +131,6 @@
break;
}
- setq ArtisQuests_Enora, 5;
enora_second_quest;
return;
@@ -204,7 +214,7 @@
}
function enora_quest_complete {
- switch (getq(ArtisQuest_Enora))
+ switch (getq(ArtisQuests_Enora))
{
case 4:
enora_first_quest_ret;