From d0e8e128f773b0ef4c31570a681f98741b1b92e8 Mon Sep 17 00:00:00 2001 From: Poki#3 Date: Tue, 7 Feb 2006 19:10:38 +0000 Subject: Fixed file location and re-added the custom Thanatos Statue Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5215 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/lvl99_quest.txt | 67 --------------------------------------- npc/custom/quests/lvl99_quest.txt | 67 +++++++++++++++++++++++++++++++++++++++ npc/scripts_custom.conf | 4 ++- 3 files changed, 70 insertions(+), 68 deletions(-) delete mode 100644 npc/custom/lvl99_quest.txt create mode 100644 npc/custom/quests/lvl99_quest.txt diff --git a/npc/custom/lvl99_quest.txt b/npc/custom/lvl99_quest.txt deleted file mode 100644 index aebb44d3d..000000000 --- a/npc/custom/lvl99_quest.txt +++ /dev/null @@ -1,67 +0,0 @@ -//===== eAthena Script ======================================= -//= Quest for 99 Base Level Players -//===== By: ================================================== -//= Lupus -//===== Current Version: ===================================== -//= 1.0 -//===== Compatible With: ===================================== -//= Any eAthena Version -//===== Description: ========================================= -//= It makes players stay longer at 99th level and get a -//= Jewel Case as a reward -//===== Additional Comments: ================================= -//= -//============================================================ - - -lighthalzen.gat,108,229,2 script La Fenn 766,{ - mes "[La Fenn]"; - if(BaseLevel<99) { - if(Q_99LVL) { - mes "You... You got younger!!! But you are defenitely YOU!"; - mes "I couldn't think you were able to meet my condition..."; - emotion e_hmm; - next; - mes "[La Fenn]"; - mes "Here is your prize. It's yours for good."; - set Q_99LVL,0; - getitem 12106,1; //Jewel Case - emotion e_grat; - } else { - mes callfunc("F_Hi"); - mes "..."; - emotion e_yawn; - next; - mes "[La Fenn]"; - mes "I've got a riddle for a strong man of 2nd Class and 99 Base Level."; - mes "*Yawn* If you meet some, please tell them about my riddle."; - } - close; - } - if(BaseLevel==99 && Upper==0) { - if(Q_99LVL) { - mes "Now go forth and get younger!"; - mes "If you solve my riddle, then I'll give you a magical Jewel Case with a rare accessory."; - } else { - mes callfunc("F_Hi")+" The Hero!"; - if(BaseExp<1000000) { - mes "Now you're strong."; - mes "But... not quite strong for my riddle."; - if(rand(2)) { - mes "Kill "+((1000000-BaseExp)/3765+1)+" more Seals and return."; - } else { - mes "Kill "+((1000000-BaseExp)/81+1)+" more Poporings and come back."; - } - } else { - mes "Now you're REALLY strong."; - mes "And if you get younger than now I'll give you my treasure."; - set Q_99LVL,1; - emotion e_no1; - } - } - close; - } - emotion e_hmm; - mes "..."; - close; -} \ No newline at end of file diff --git a/npc/custom/quests/lvl99_quest.txt b/npc/custom/quests/lvl99_quest.txt new file mode 100644 index 000000000..aebb44d3d --- /dev/null +++ b/npc/custom/quests/lvl99_quest.txt @@ -0,0 +1,67 @@ +//===== eAthena Script ======================================= +//= Quest for 99 Base Level Players +//===== By: ================================================== +//= Lupus +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any eAthena Version +//===== Description: ========================================= +//= It makes players stay longer at 99th level and get a +//= Jewel Case as a reward +//===== Additional Comments: ================================= +//= +//============================================================ + + +lighthalzen.gat,108,229,2 script La Fenn 766,{ + mes "[La Fenn]"; + if(BaseLevel<99) { + if(Q_99LVL) { + mes "You... You got younger!!! But you are defenitely YOU!"; + mes "I couldn't think you were able to meet my condition..."; + emotion e_hmm; + next; + mes "[La Fenn]"; + mes "Here is your prize. It's yours for good."; + set Q_99LVL,0; + getitem 12106,1; //Jewel Case + emotion e_grat; + } else { + mes callfunc("F_Hi"); + mes "..."; + emotion e_yawn; + next; + mes "[La Fenn]"; + mes "I've got a riddle for a strong man of 2nd Class and 99 Base Level."; + mes "*Yawn* If you meet some, please tell them about my riddle."; + } + close; + } + if(BaseLevel==99 && Upper==0) { + if(Q_99LVL) { + mes "Now go forth and get younger!"; + mes "If you solve my riddle, then I'll give you a magical Jewel Case with a rare accessory."; + } else { + mes callfunc("F_Hi")+" The Hero!"; + if(BaseExp<1000000) { + mes "Now you're strong."; + mes "But... not quite strong for my riddle."; + if(rand(2)) { + mes "Kill "+((1000000-BaseExp)/3765+1)+" more Seals and return."; + } else { + mes "Kill "+((1000000-BaseExp)/81+1)+" more Poporings and come back."; + } + } else { + mes "Now you're REALLY strong."; + mes "And if you get younger than now I'll give you my treasure."; + set Q_99LVL,1; + emotion e_no1; + } + } + close; + } + emotion e_hmm; + mes "..."; + close; +} \ No newline at end of file diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index cd98c84ca..3a2881ec4 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -121,5 +121,7 @@ npc: npc/custom/adoption.txt //npc: npc/custom/quests/kahohorn.txt // -- ?? Event //npc: npc/custom/tougijou.txt +//Nice Custom thanatos Tower Statues Quest +//npc: npc/custom/quests/tha_statues.txt // -- A quest for Jewel Case for 99 Level Players of any 2nd Class -//npc: npc/custom/quests/lvl99_quest.txt \ No newline at end of file +//npc: npc/custom/quests/lvl99_quest.txt -- cgit v1.2.3-70-g09d2