diff options
Diffstat (limited to 'npc/004-1/elanore.txt')
-rw-r--r-- | npc/004-1/elanore.txt | 15 |
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: |