summaryrefslogtreecommitdiff
path: root/npc/airports/einbroch.txt
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-06 17:14:12 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-06 17:14:12 +0000
commit241e81506ea61e9f9ea1decca80af1ffdd604654 (patch)
tree7bab689e2ab686c6181872c2b8c60dafcfaaf2ec /npc/airports/einbroch.txt
parent83254bd148fa6282a386e78ad9e67de472bbcfc5 (diff)
downloadhercules-241e81506ea61e9f9ea1decca80af1ffdd604654.tar.gz
hercules-241e81506ea61e9f9ea1decca80af1ffdd604654.tar.bz2
hercules-241e81506ea61e9f9ea1decca80af1ffdd604654.tar.xz
hercules-241e81506ea61e9f9ea1decca80af1ffdd604654.zip
Implemented the Shinokas quest, thanks to Dj-Yhn for scripting it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7007 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports/einbroch.txt')
-rw-r--r--npc/airports/einbroch.txt19
1 files changed, 19 insertions, 0 deletions
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;
+}