summaryrefslogtreecommitdiff
path: root/npc/014-3/fountain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-3/fountain.txt')
-rw-r--r--npc/014-3/fountain.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/014-3/fountain.txt b/npc/014-3/fountain.txt
index bfe9b6507..9078d1e14 100644
--- a/npc/014-3/fountain.txt
+++ b/npc/014-3/fountain.txt
@@ -90,7 +90,7 @@ L_Tier2Ok:
mes col("Your body starts to glow. You're not sure why, the fountain did that!", 9);
next;
mesn;
- mes l("I am the Magic Fountain of Hurnscald. You are qualified.");
+ mes l("I am the Magic Fountain of Hurnscald. You look qualified.");
next;
mesn;
mes l("Your next step is to get the book of the Second Sage Of Fate.");
@@ -104,13 +104,16 @@ L_Tier2Ok:
// 4~6 minutes to finish in average. Each level grants 4~6 extra seconds.
QUEST_ELEVARTEMPO=gettimetick(2)+rand((BaseLevel*4),(BaseLevel*6));
ST_TIER=6;
+ // Ref. 240 xp. You will be penalized with 1 xp for over-level. (waw...)
+ if (BaseLevel < 300)
+ getexp 300-BaseLevel, 0;
mesn;
mesq l("Run like the wind, @@! For you shall have only @@ to finish the ritual!", strcharinfo(0), FuzzyTime(QUEST_ELEVARTEMPO,2,2));
close;
OnInit:
.COST_PER_BOTTLE = 0;
- .sex = G_MALE;
+ .sex = G_OTHER;
.distance = 7;
.@npcId = getnpcid(0, .name$);