summaryrefslogtreecommitdiff
path: root/npc/custom/quests/kiel_quest.txt
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-12 18:57:02 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-12 18:57:02 +0000
commit7c0d97709c232044403d77c6c66d2e792365d5c4 (patch)
tree0552401b4a2e78745b453082a3041300caa5b19d /npc/custom/quests/kiel_quest.txt
parentbf469e529783e3716813b98f6436e94c02d43142 (diff)
downloadhercules-7c0d97709c232044403d77c6c66d2e792365d5c4.tar.gz
hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.tar.bz2
hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.tar.xz
hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.zip
* Added Expanded Super Novice support to custom Job Master, and Kagerou/Oboro as well in comments (npc\custom\jobmaster.txt)
* Clarified rare_drop_announce description, since a lot of people have had trouble with it for whatever reason (conf\battle\drops.conf) * Fixed a minor "viewpoint" argument error, bugreport:6221 (npc\jobs\3-2\royal_guard.txt) * Deleted custom Kiel Dungeon warper (npc\custom\quests\kiel_quest.txt) * Deleted custom Bongun Sword quest (npc\custom\quests\bongunsword.txt) * Deleted custom Book of the Devil quest (npc\custom\quests\bookofthedevil.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16418 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/quests/kiel_quest.txt')
-rw-r--r--npc/custom/quests/kiel_quest.txt63
1 files changed, 0 insertions, 63 deletions
diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt
deleted file mode 100644
index d9a496a84..000000000
--- a/npc/custom/quests/kiel_quest.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-//===== rAthena Script =======================================
-//= Custom Kiel Dungeon Warper
-//===== By: ==================================================
-//= Lupus
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= rAthena SVN
-//===== Description: =========================================
-//= I't custom 8) But you have to pay every time you enter
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-prontera,157,168,2 script Kiel Capry 68,{
- mes "[Kiel Capry]";
- mes callfunc("F_Hi");
- mes "Help us! Everybody's evacuated! There's been 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,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, right into the hands of those gone bad robots?";
- mes "Well... we need 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 refuse to let you enter if you don't meet these conditions:";
- mes "1. You have to be 70 Base Level or higher.";
- 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",rand(46,53),rand(9,12);
- end;
-}
-
-kh_kiehl02,49,5,0 warp warpk06 1,1,kh_school,119,146