summaryrefslogtreecommitdiff
path: root/npc/airports
diff options
context:
space:
mode:
Diffstat (limited to 'npc/airports')
-rw-r--r--npc/airports/airships.txt34
-rw-r--r--npc/airports/einbroch.txt19
2 files changed, 53 insertions, 0 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt
index d26adcd65..ac01e3204 100644
--- a/npc/airports/airships.txt
+++ b/npc/airports/airships.txt
@@ -14,6 +14,7 @@
//= 0.1a Fixed the Airport Staff#Iz which was [MasterOfMuppets]
//= warping you to the same location as Airport Staff#Ein
//= 0.2 Implemented some more airship NPCs, more are to come.
+//= 0.3 Implemented some more NPCs [MasterOfMuppets]
//============================================================
//============================================================
@@ -355,6 +356,39 @@ s_Material:
}
+
+airplane.gat,33,69,4 script Kaci 73,{
+ end;
+
+ OnLose:
+ emotion e_wah;
+ end;
+
+ OnWin:
+ emotion e_no1;
+ end;
+}
+
+airplane.gat,80,71,4 script Zerta 834,{
+ mes "[Zerta]";
+ mes "Oh, hello adventurer.";
+ mes "I am currently on a";
+ mes "sacred journey, offering";
+ mes "prayer for the sake of the";
+ mes "Rune-Midgard continent.";
+ close;
+}
+
+airplane.gat,65,63,4 script Maelin 714,{
+ mes "[Maelin]";
+ mes "Um, this Airship is";
+ mes "to Lutie, isn't it? I've";
+ mes "been waiting so long,";
+ mes "but I haven't heard any";
+ mes "broadcast about Lutie.";
+ close;
+}
+
//============================================================
//= The Airship System (Yuno -> Izlude -> Repeat)
//============================================================
diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt
index 05f81644b..8a3787c22 100644
--- a/npc/airports/einbroch.txt
+++ b/npc/airports/einbroch.txt
@@ -95,3 +95,22 @@ airport.gat,143,51,4 duplicate(AirportE2) Airport Staff#5 90,{
airport.gat,156,51,4 duplicate(AirportE2) Airport Staff#6 90,{
}
+
+einbroch.gat,94,267,4 script Airship Staff 91,{
+ mes "[Airship Staff]";
+ mes "Welcome to the";
+ mes "Einbroch Airport.";
+ mes "Please use this door to";
+ mes "board the Airship wich stops";
+ mes "over Lighthalzen and Juno in";
+ mes "the Schwaltzvalt Republic";
+ next;
+ mes "[Airship Staff]";
+ mes "Otherwise, if Einbroch is";
+ mes "your intended destination,";
+ mes "please head down the stairs";
+ mes "and ask the Arrival Staff to lead";
+ mes "you to the main terminal. Thank";
+ mes "you, and enjoy your travels.";
+ close;
+}