diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:44:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:44:35 -0300 |
commit | 6f26c66e8779f0522d147b40974b7252ff16858d (patch) | |
tree | 63d43466018b00ca4a478b7838e2669d4eeaf726 /npc/012-2 | |
parent | cbc236c10a9917736b7fb21243b11117ee9fab39 (diff) | |
download | serverdata-6f26c66e8779f0522d147b40974b7252ff16858d.tar.gz serverdata-6f26c66e8779f0522d147b40974b7252ff16858d.tar.bz2 serverdata-6f26c66e8779f0522d147b40974b7252ff16858d.tar.xz serverdata-6f26c66e8779f0522d147b40974b7252ff16858d.zip |
General update so stuff make sense again + bugfixes
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/helena.txt | 17 |
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: |