From f91f7c17930746a2a29fe4fdc4f4244456aae423 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 May 2019 20:00:34 -0300 Subject: Fix Candor Hero title --- npc/functions/util.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 89320b531..3bfbd3bea 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -405,7 +405,7 @@ function script reputation { .@nr=.@nr+1; // Tolchi Quest (+1 rep) - if (getq(CandorQuest_Tolchi) >= 4) + if (getq(CandorQuest_Tolchi) >= 3) .@nr=.@nr+1; // Maya Quest (+1 rep) @@ -416,8 +416,12 @@ function script reputation { if (getq(CandorQuest_Rosen) >= 3) .@nr=.@nr+1; + // Marggo Quest (+1 rep) + if (getq(CandorQuest_Marggo) >= 1) + .@nr=.@nr+1; + // CANDOR Magical Forumula - .@nr=.@nr*100/9; + .@nr=.@nr*100/10; // Final -- cgit v1.2.3-60-g2f50