summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-01 01:10:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-01 01:10:28 -0300
commit403d40dbb598b116c3eb186364301debbe42ab1f (patch)
treef39f5d68f9200f883e2697560c57fc12833c4b9a
parent554603930473d1d07c60c45705077d684263d913 (diff)
downloadserverdata-403d40dbb598b116c3eb186364301debbe42ab1f.tar.gz
serverdata-403d40dbb598b116c3eb186364301debbe42ab1f.tar.bz2
serverdata-403d40dbb598b116c3eb186364301debbe42ab1f.tar.xz
serverdata-403d40dbb598b116c3eb186364301debbe42ab1f.zip
Grant a whooping extra minute at Fountain (magic tier 2)
-rw-r--r--npc/014-3/fountain.txt4
1 files changed, 2 insertions, 2 deletions
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)