summaryrefslogtreecommitdiff
path: root/npc/012-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-01 23:38:48 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-01 23:38:48 -0300
commita6d75a1559422a05e25c0a18498b07e0c4d7602d (patch)
tree9c71b10ad6027a2bcaa17b3890577c0cc175dbbd /npc/012-3
parent756019844c1bdd72f3478182f461b8fafdbc318a (diff)
downloadserverdata-a6d75a1559422a05e25c0a18498b07e0c4d7602d.tar.gz
serverdata-a6d75a1559422a05e25c0a18498b07e0c4d7602d.tar.bz2
serverdata-a6d75a1559422a05e25c0a18498b07e0c4d7602d.tar.xz
serverdata-a6d75a1559422a05e25c0a18498b07e0c4d7602d.zip
Forest Bow Quest completed (I hope)
Diffstat (limited to 'npc/012-3')
-rw-r--r--npc/012-3/alan.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt
index 3b01ee7d8..bdf190500 100644
--- a/npc/012-3/alan.txt
+++ b/npc/012-3/alan.txt
@@ -10,11 +10,10 @@
.@q3=getq3(HurscaldQuest_ForestBow);
switch (.@q) {
case 1:
- npctalk3 l("The Forest Bow is my specialty. I wish I could keep crafting them forever...");
+ npctalk3 l("Ah, if Jack and that fisherman from Halinarzo still gave me materials...");
+ break;
case 2:
- case 3:
- case 4:
- case 5:
+ npctalk3 l("The bow I gave you was a masterpiece.");
break;
}
@@ -63,7 +62,8 @@ L_Start:
L_Craft:
inventoryplace ForestBow, 1;
getitem ForestBow, 1;
- setq HurscaldQuest_ForestBow, 5;
+ getexp 900, 0;
+ setq HurscaldQuest_ForestBow, 2, 0, 0;
mesn;
mes "\"Here you go - have fun with it.\"";
goto L_Close;