summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-28 15:37:14 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-28 15:37:14 +0000
commit3581f0868eec9bfc6728b0e32a47f8558a0a9e10 (patch)
treee0b767b42a76db371ccc3da74c3efdf00d2a4e46 /npc/quests
parent71809458ec9be3e72d23fd32796c0e87052b9300 (diff)
downloadhercules-3581f0868eec9bfc6728b0e32a47f8558a0a9e10.tar.gz
hercules-3581f0868eec9bfc6728b0e32a47f8558a0a9e10.tar.bz2
hercules-3581f0868eec9bfc6728b0e32a47f8558a0a9e10.tar.xz
hercules-3581f0868eec9bfc6728b0e32a47f8558a0a9e10.zip
Added Airship Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10388 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/airship_ticket_quest.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/quests/airship_ticket_quest.txt b/npc/quests/airship_ticket_quest.txt
index 213257659..e383a597f 100644
--- a/npc/quests/airship_ticket_quest.txt
+++ b/npc/quests/airship_ticket_quest.txt
@@ -18,6 +18,9 @@
//= 1.4 Fixed the Check of Weight.
//= 1.5 Re-Optimized Code.
//============================================================
+
+//====================Kain Himere=============================
+
airplane,47,61,1 script Crewman 833,{
if(kain_ticket==4) {
mes "[Kain Himere]";
@@ -409,6 +412,8 @@ airplane,47,61,1 script Crewman 833,{
}
}
+//====================Empty Room 201==========================
+
ein_in01,227,279,5 script door_ein -1,5,5,{
OnTouch:
if (kain_ticket == 5) {
@@ -432,6 +437,8 @@ OnTouch:
}
}
+//====================Elle Cherno=============================
+
ein_in01,261,241,5 script Elle Cherno 703,3,3,{
OnTouch:
mes "[Elle Cherno]";
@@ -513,6 +520,8 @@ OnTouch:
close;
}
+//====================Theo Cherno=============================
+
ein_in01,123,94,1 script Theo Cherno 851,{
if(kain_ticket == 7) {
callfunc "cherno";
@@ -547,6 +556,9 @@ ein_in01,123,94,1 script Theo Cherno 851,{
close;
}
}
+
+//====================Tarsha Cherno===========================
+
ein_in01,125,99,3 script Tarsha Cherno 850,{
if(kain_ticket == 7) {
callfunc "cherno";
@@ -833,6 +845,9 @@ function script cherno {
return;
}
}
+
+//========Unidentified Machine #1 and #2=======================
+
ein_in01,127,94,5 script Unidentified Machine#machine1 111,{
callfunc "Machine";
}
@@ -848,6 +863,8 @@ function script Machine {
close;
}
+//====================Mirror=============================
+
ein_in01,121,99,5 script Mirror 111,{
if(kain_ticket==8) {
mes "^3355FFIt's a mirror.";
@@ -868,6 +885,8 @@ ein_in01,121,99,5 script Mirror 111,{
}
}
+//====================Tree from Einbech=============================
+
einbech,45,113,5 script Tree#t1-1::Tree 111,{
if(kain_ticket==11) {
mes "^3355FFYou crouch down";
@@ -981,6 +1000,8 @@ function script diary {
return;
}
+//====================Expert Repairman=============================
+
ein_in01,117,80,5 script Unidentified Machine 111,{
if(kain_ticket > 12) {
mes "["+strcharinfo(0)+"]";