From bca5dec4ed361c385bf550ef47c96cf7147587b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Dec 2018 04:39:53 -0200 Subject: Redistribute LoF points --- npc/functions/util.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 513724f98..807aa6df9 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -194,10 +194,14 @@ function script reputation { .@nr=.@nr*100/7; - // Land Of Fire Quests (4 points) + // Land Of Fire Quests (5 points) } else if (getarg(0) == "LoF") { - // The EPISODE (+1 rep) + // The EPISODE + //// Tea For Two (+1 rep) + if (getq(LoFQuest_EPISODE) >= 2) + .@nr=.@nr+1; + //// Early Christmas (+1 rep) if (getq(LoFQuest_EPISODE) >= 6) .@nr=.@nr+1; @@ -214,7 +218,7 @@ function script reputation { .@nr=.@nr+1; // LAND OF FIRE Magical Forumula - .@nr=.@nr*100/4; + .@nr=.@nr*100/5; -- cgit v1.2.3-60-g2f50