From 59180c94e7f5859fc5b5b60d678030d30c1fb7fd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 17:24:31 -0300 Subject: Fix bugs, and add Blossom Quest for Enchanted Herb Bag. Even sounds silly given how bad Thorn is rewarding you. --- 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 31789ee92..7a47a8cae 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -270,11 +270,15 @@ function script reputation { .@nr=.@nr+1; // Thorn Quest (+1 rep) - if (getq(HurnscaldQuest_Thorn) >= 11) + if (getq(HurnscaldQuest_Thorn) >= 1) + .@nr=.@nr+1; + + // Blossom Quest (+1 rep) + if (getq(HurnscaldQuest_Blossom) >= 1) .@nr=.@nr+1; // HURNSCALD Magical Forumula - .@nr=.@nr*100/10; + .@nr=.@nr*100/11; -- cgit v1.2.3-70-g09d2