From 0f7b6075c82c005d454000b39b4c5185993f0011 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 17:13:54 -0300 Subject: Simple quest on Thorn, for no real reason, but you might do it anyway for completion. Remember: Completing this quest affect the ferry fee! --- npc/functions/util.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index d97a7c9b6..31789ee92 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -223,7 +223,7 @@ function script reputation { - // Hurnscald Quests (9 points) + // Hurnscald Quests (11 points) } else if (getarg(0) == "Hurns") { // Alan Quest (+1 rep) @@ -269,8 +269,12 @@ function script reputation { if (getq(HurnscaldQuest_Lieutenant) >= 10) .@nr=.@nr+1; + // Thorn Quest (+1 rep) + if (getq(HurnscaldQuest_Thorn) >= 11) + .@nr=.@nr+1; + // HURNSCALD Magical Forumula - .@nr=.@nr*100/9; + .@nr=.@nr*100/10; -- cgit v1.2.3-60-g2f50