From 6f26c66e8779f0522d147b40974b7252ff16858d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 01:44:35 -0300 Subject: General update so stuff make sense again + bugfixes --- npc/012-2/helena.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'npc/012-2') 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: -- cgit v1.2.3-70-g09d2