From 1b17a5cfd352f1613584a403f049e3aad5210755 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Aug 2019 16:34:27 -0300 Subject: Warn if you try to go to Tulimshar under 50% Candor Quest completion --- npc/functions/util.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index df4cc8463..d97a7c9b6 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -142,7 +142,7 @@ function script nard_reputation { function script reputation { .@nr=0; // Base reputation - // Tulimshar Quests (14 points) + // Tulimshar Quests (16 points) if (getarg(0) == "Tulim") { // Eugene Quest (+1 rep) if (getq(TulimsharQuests_Fishman) >= 2) @@ -309,7 +309,7 @@ function script reputation { - // Nivalis Quests (2 points) + // Nivalis Quests (6 points) } else if (getarg(0) == "Nival") { // Nivalis Well Quest (+1 rep) @@ -397,7 +397,7 @@ function script reputation { - // Candor Quests (9 points) + // Candor Quests (10 points) } else if (getarg(0) == "Candor") { // Valon Quest (+1 rep) -- cgit v1.2.3-70-g09d2