summaryrefslogtreecommitdiff
path: root/npc/001-1/chelios.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-14 01:36:45 +0100
committerReid <reidyaro@gmail.com>2016-02-14 01:36:45 +0100
commitf69afcd2df7a1c009b0c8fa6a8a78dba61038cec (patch)
treef0f58067a652b05f0fcf78ba38f1c34488acd7cc /npc/001-1/chelios.txt
parent50e14f696570f1e2e713d18f514c72ecb25085e9 (diff)
downloadserverdata-f69afcd2df7a1c009b0c8fa6a8a78dba61038cec.tar.gz
serverdata-f69afcd2df7a1c009b0c8fa6a8a78dba61038cec.tar.bz2
serverdata-f69afcd2df7a1c009b0c8fa6a8a78dba61038cec.tar.xz
serverdata-f69afcd2df7a1c009b0c8fa6a8a78dba61038cec.zip
Complete chelios side quest for enora's newb quest.
Diffstat (limited to 'npc/001-1/chelios.txt')
-rw-r--r--npc/001-1/chelios.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
index c03ff6e1..a9429ec9 100644
--- a/npc/001-1/chelios.txt
+++ b/npc/001-1/chelios.txt
@@ -58,7 +58,9 @@
l("Oh... Awesome!"),
l("You were gone; I thought you let me down. Some black iron was given to me by Don... after I asked nearly ten times."),
l("But thank you anyway! I can refund him now!"),
- l("Say hi to Enora for me!");
+ l("Take the sword, and say hi to Enora for me!");
+
+ setq ArtisQuests_Enora, 4;
return;
}
@@ -78,8 +80,8 @@
{
.@enora = getq (ArtisQuests_Enora);
menuint rif (.@enora == 1, l("I came to retrieve a package for Enora.")), 1,
- rif (.@enora >= 2, l("Where is the Merchant Guild?")), 2,
- rif (.@enora == 3, l("I have your black iron.")), 3,
+ rif (.@enora == 3, l("I have your black iron.")), 2,
+ rif (.@enora >= 2, l("Where is the Merchant Guild?")), 3,
l("What is this building?"), 4,
l("[Quit]"), 5;
@@ -89,10 +91,10 @@
give_small_quest;
break;
case 2:
- more_info;
+ quest_completed;
break;
case 3:
- quest_completed;
+ more_info;
break;
case 4:
blacksmith_house;