diff options
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 704c84805..76ecb1d9a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -547,8 +547,12 @@ function script reputation { if (getq(FortressQuest_SlimeHunter) >= 2) .@nr=.@nr+1; + // Cadis: Great Over100 Hunt (+1 rep) + if (getq(FortressQuest_Over100) >= 2) + .@nr=.@nr+1; + // FORTRESS TOWN Magical Forumula - .@nr=.@nr*100/3; + .@nr=.@nr*100/4; // Final |