From 403d40dbb598b116c3eb186364301debbe42ab1f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 1 Aug 2018 01:10:28 -0300 Subject: Grant a whooping extra minute at Fountain (magic tier 2) --- npc/014-3/fountain.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/014-3/fountain.txt') diff --git a/npc/014-3/fountain.txt b/npc/014-3/fountain.txt index 323ae320b..6cda9227e 100644 --- a/npc/014-3/fountain.txt +++ b/npc/014-3/fountain.txt @@ -117,9 +117,9 @@ L_Tier2Ok: mesn; mes l("I will empower you with raw mana, and your time will start running out again."); next; - // 4~6 minutes to finish in average. Each level grants 4~6 extra seconds. + // 1+ 4~6 minutes to finish in average. Each level grants 4~6 extra seconds. // You will also get extra time for int, but randomly. - QUEST_ELEVARTEMPO=gettimetick(2)+rand((BaseLevel*4),(BaseLevel*6))+rand(1,readparam(bInt)); + QUEST_ELEVARTEMPO=gettimetick(2)+60+rand((BaseLevel*4),(BaseLevel*6))+rand(1,readparam(bInt)); ST_TIER=6; // Ref. 240 xp. You will be penalized with 1 xp for over-level. (waw...) if (BaseLevel < 300) -- cgit v1.2.3-60-g2f50