diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 8 |
1 files changed, 6 insertions, 2 deletions
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 |