summaryrefslogtreecommitdiff
path: root/npc/004-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-20 13:38:52 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-20 13:38:52 -0300
commit890ed4b074999c3c8bcabf328e17b350ce6474d3 (patch)
tree33fa00eec5a4cd3ba79c6c00a2f886bdede27021 /npc/004-1
parent14d101aae3e6b03f24a4428a4ea5db190ad29c36 (diff)
downloadserverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.tar.gz
serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.tar.bz2
serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.tar.xz
serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.zip
Class Tier 2. T2 Class Skill still TODO
Diffstat (limited to 'npc/004-1')
-rw-r--r--npc/004-1/elanore.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt
index e66f8ef61..1fec424c9 100644
--- a/npc/004-1/elanore.txt
+++ b/npc/004-1/elanore.txt
@@ -42,11 +42,25 @@ L_Trade:
getitem Lifestone, 1;
+ mes "";
+
// Only grant Experience on first craft
if (getq(TulimsharQuest_Lifestone) == 0) {
setq TulimsharQuest_Lifestone, 1;
getexp 84, 10;
}
+
+ // Second tier stuff
+ if (ST_TIER == 8) {
+ if (gettimetick(2) > QUEST_ELEVARTEMPO) {
+ mes col(".:: Second Tier Quest - Timed Out ::.", 1);
+ } else {
+ getexp 44, 0;
+ ST_TIER=9;
+ mes l("##9.:: Second Tier Quest - Time Remaining: @@ ::.", FuzzyTime(QUEST_ELEVARTEMPO,2,2));
+ }
+ }
+
mesn;
mesq l("These will do just fine.");
next;
@@ -56,7 +70,6 @@ L_Trade:
mesq l("I guess that you could use these lifestones to gain a regeneration effect, too, but I do not know how.");
next;
mes l("She smiles.");
- mes l("[40 experience points]");
goto L_Close;
L_Trade_Missing: