From a6d75a1559422a05e25c0a18498b07e0c4d7602d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 23:38:48 -0300 Subject: Forest Bow Quest completed (I hope) --- npc/012-3/alan.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/012-3/alan.txt') 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; -- cgit v1.2.3-70-g09d2