summaryrefslogtreecommitdiff
path: root/npc/014-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-02 14:37:13 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-02 14:37:13 -0300
commit7b42cb75e77f9eaf35d10fc1f7dcf5be29923c22 (patch)
tree645e1e1c936c37e19c1de786b335e6fe30397312 /npc/014-3
parenta1a2137874dbe43a0ab48aeefcd34a7645d4ac7d (diff)
downloadserverdata-7b42cb75e77f9eaf35d10fc1f7dcf5be29923c22.tar.gz
serverdata-7b42cb75e77f9eaf35d10fc1f7dcf5be29923c22.tar.bz2
serverdata-7b42cb75e77f9eaf35d10fc1f7dcf5be29923c22.tar.xz
serverdata-7b42cb75e77f9eaf35d10fc1f7dcf5be29923c22.zip
Don't be THAT generous at Fountain...
Diffstat (limited to 'npc/014-3')
-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 6cda9227e..012373db0 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;
- // 1+ 4~6 minutes to finish in average. Each level grants 4~6 extra seconds.
+ // 30~60 s + 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)+60+rand((BaseLevel*4),(BaseLevel*6))+rand(1,readparam(bInt));
+ QUEST_ELEVARTEMPO=gettimetick(2)+rand(30,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)