From 6d293c7c5a8228dac660995a42dbd6ef5f5bd35b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 Jan 2021 17:07:33 -0300 Subject: 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) --- npc/functions/util.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/functions') 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 -- cgit v1.2.3-70-g09d2