From d021f436122b5417ae6774d90a30a972a888bcf5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 Jan 2021 16:47:37 -0300 Subject: Commander Cadis and his stupidly impossible quest which YuckFou will finish in... I dunno, but I'm hoping it to last at least three days, preferably a week~a month. --- npc/functions/mobpoint.txt | 1 + npc/functions/util.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 339e3026c..2ac276f43 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -78,6 +78,7 @@ OnNPCKillEvent: callfunc "ChocolateDay"; callfunc "CoffeeDay"; callfunc "FSFDay"; + callfunc "CadisQuestCheck"; // Unset killedrid. This affects multiple calls of this function // But it is in overall more reliable imao diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 183ca5781..704c84805 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -539,12 +539,16 @@ function script reputation { // Fortress Town Quests (1 point/special) } else if (getarg(0) == "Fortress") { - // Who am I? (+1 rep) + // Who am I? (+2 rep) if (getq(General_Narrator) >= 22) + .@nr=.@nr+2; + + // Cadis: Great Slime Hunt (+1 rep) + if (getq(FortressQuest_SlimeHunter) >= 2) .@nr=.@nr+1; // FORTRESS TOWN Magical Forumula - .@nr=.@nr*100/1; + .@nr=.@nr*100/3; // Final -- cgit v1.2.3-60-g2f50