summaryrefslogtreecommitdiff
path: root/npc/012-2/helena.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r--npc/012-2/helena.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt
index bc9f36296..8425142ce 100644
--- a/npc/012-2/helena.txt
+++ b/npc/012-2/helena.txt
@@ -9,8 +9,8 @@
// Affects beer prices on Hurnscald.
// HurnscaldQuest_Bandits
// q1 -> Current status
-// q2 -> Counter, and Bandit Hood timer
-// q3 ->
+// q2 -> Treasure Key Timer
+// q3 -> Bandit Hood Timer
012-2,47,40,0 script Helena NPC_FEMALE,{
.@q=getq(HurnscaldQuest_Bandits);
@@ -209,7 +209,18 @@ L_BanditLord:
L_Finish:
mesn;
- mesq l("Wow");
+ mesq l("Ah... You did it!");
+ next;
+ mesn;
+ mesq l("That's easy to know, because the bandits are less coordinated. Perhaps we will be able to sleep in peace this night!");
+ next;
+ inventoryplace ForestArmor, 1;
+ getitem ForestArmor, 1;
+ mesn;
+ mesq l("Here is the @@, my armor, and one of the best for rangers.", getitemlink(ForestArmor));
+ next;
+ mesn;
+ mesq l("Any friend of Hurnscald is my friend too. Come to me if you want to do daily quests!");
close;
OnInit: