diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-24 17:07:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-24 17:07:33 -0300 |
commit | 6d293c7c5a8228dac660995a42dbd6ef5f5bd35b (patch) | |
tree | 64a26a50b6fa281dc19c2208bb49889cf4c12bc1 /npc/functions/util.txt | |
parent | b0426bb0f242a5aad76dee782801538feb4984fe (diff) | |
download | serverdata-6d293c7c5a8228dac660995a42dbd6ef5f5bd35b.tar.gz serverdata-6d293c7c5a8228dac660995a42dbd6ef5f5bd35b.tar.bz2 serverdata-6d293c7c5a8228dac660995a42dbd6ef5f5bd35b.tar.xz serverdata-6d293c7c5a8228dac660995a42dbd6ef5f5bd35b.zip |
Add another quest for Commander Cadis.
This one is more impossible, YuckFou cannot complete it.
(I say that but I bet Commander Cadis could do it in roughly a week or so)
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 |