From b67f30826d373c3c95320987cae82344d8e1c8af Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 17 Sep 2019 11:01:34 -0300 Subject: Fix typos bugs on Nivalis Heroic Deeds --- npc/functions/util.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index c2bdd9bbf..e673bcaba 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -333,15 +333,15 @@ function script reputation { .@nr=.@nr+1; // Blue Sage: Slime Hunting Quest (+1 rep) - if (getq(NivalisQuest_BlueSageSlimes) >= 12) + if (getq(NivalisQuest_BlueSageSlimes) >= 2) .@nr=.@nr+1; // Blue Sage: Page Makers Quest (+1 rep) - if (getq(NivalisQuest_BlueSagePagemaker) >= 12) + if (getq(NivalisQuest_BlueSagePagemaker) >= 1) .@nr=.@nr+1; // Blue Sage: Page Finders Quest (+1 rep) - if (getq(NivalisQuest_BlueSagePagefinder) >= 12) + if (getq(NivalisQuest_BlueSagePagefinder) >= 1) .@nr=.@nr+1; // NIVALIS Magical Forumula -- cgit v1.2.3-60-g2f50