From b5febfe0a8d95d69ba8de291994993fabc5d718a Mon Sep 17 00:00:00 2001 From: Lupus Date: Mon, 3 Jul 2006 11:20:10 +0000 Subject: addec custom Kiel dungeon warper git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7453 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/quests/kiel_quest.txt | 63 ++++++++++++++++++++++++++++++++++++++++ npc/scripts_custom.conf | 4 ++- 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 npc/custom/quests/kiel_quest.txt diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt new file mode 100644 index 000000000..862079f1d --- /dev/null +++ b/npc/custom/quests/kiel_quest.txt @@ -0,0 +1,63 @@ +//===== eAthena Script ======================================= +//= Custom Kiel Dungeon Warper +//===== By: ================================================== +//= Lupus +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena 1.0 +//===== Description: ========================================= +//= I't custom 8) But you have to pay every time u enter +//===== Additional Comments: ================================= +//= +//============================================================ + +prontera.gat,157,168,2 script Kiel Capry 68,{ + mes "[Kiel Capry]"; + mes callfunc("F_Hi"); + mes "Help us! Everybody's evacuated! There's an accident in my father's University..."; + if(rand(2))close; + specialeffect 417; + next; + emotion e_wah; + mes "[Kiel Capry]"; + mes "My father, ^FF0000Kiel Carlo^000000 is waiting for help in the broken elevator."; + if(rand(2))close; + next; + mes "[Kiel Capry]"; + mes "What? Our home is located in the middle of ^FF0000Yuno field 08^000000..."; + close; +} + +kh_school.gat,119,146,3 script Kiel Carlo 748,{ + mes "[Kiel Carlo]"; + mes callfunc("F_Hi"); + mes "We have evacuated all the students!"; + mes "What? Are you going to jump in the lift tunnel, just in hands of the gone bad robots?"; + mes "Well... we nedd money. Will you pay 10.000z?"; + next; + emotion e_hmm; + menu "Yep.",M_GO, "No way!",-; + + mes "[Kiel Carlo]"; + mes "Well... "+callfunc("F_Bye"); + close; + +M_GO: + mes "[Kiel Carlo]"; + mes "I never let you go if you don't meet these conditions:"; + mes "1. You have to be 70 Base Level or upper."; + mes "2. You have to donate 10.000 zeny."; + next; + if(BaseLevel<70 || Zeny<10000){ + mes "[Kiel Carlo]"; + mes "Alas... I can't let you in."; + emotion e_sry; + close; + } + set Zeny,Zeny-10000; + warp "kh_kiehl02.gat",rand(46,53),rand(9,12); + end; +} + +kh_kiehl02.gat,49,5,0 warp warpk06 1,1,kh_school.gat,119,146 diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 7d98bef6a..c3a329543 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -132,4 +132,6 @@ npc: npc/custom/jobs/jobmaster.txt // Quest for: Bird Nest,Lion Mask,Skeleton Manteau,Fashion Hip Sack,Sales Banner //npc: npc/custom/quests/may_hats.txt // Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server -//npc: npc/custom/floating_rates.txt \ No newline at end of file +//npc: npc/custom/floating_rates.txt +// Custom Kiel Mansion Dungeon Quest +//npc: npc/custom/quests/kiel_quest.txt \ No newline at end of file -- cgit v1.2.3-60-g2f50