diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-24 17:25:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-24 17:25:35 -0300 |
commit | 57b29ccfc545aa1f135e88d6809be507679b924c (patch) | |
tree | 9febbe246dc93424f9254e41eb4676e3b12e8dd7 /npc/functions/util.txt | |
parent | 2946d364c4ad6d2e89edf1f471ccbd92b62442f9 (diff) | |
download | serverdata-57b29ccfc545aa1f135e88d6809be507679b924c.tar.gz serverdata-57b29ccfc545aa1f135e88d6809be507679b924c.tar.bz2 serverdata-57b29ccfc545aa1f135e88d6809be507679b924c.tar.xz serverdata-57b29ccfc545aa1f135e88d6809be507679b924c.zip |
Add yet another new quest to Commander Cadis.
Kamelot Castle will help a lot with this one.
Diffstat (limited to 'npc/functions/util.txt')
-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 |