From 57b29ccfc545aa1f135e88d6809be507679b924c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 Jan 2021 17:25:35 -0300 Subject: Add yet another new quest to Commander Cadis. Kamelot Castle will help a lot with this one. --- npc/functions/util.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 76ecb1d9a..2cf7893da 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -551,8 +551,12 @@ function script reputation { if (getq(FortressQuest_Over100) >= 2) .@nr=.@nr+1; - // FORTRESS TOWN Magical Forumula - .@nr=.@nr*100/4; + // Cadis: Great Ranged Hunt (+1 rep) + if (getq(FortressQuest_RangedHunt) >= 2) + .@nr=.@nr+1; + + // FORTRESS TOWN Magical Formula + .@nr=.@nr*100/5; // Final -- cgit v1.2.3-60-g2f50