diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-06 17:14:12 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-06 17:14:12 +0000 |
commit | 241e81506ea61e9f9ea1decca80af1ffdd604654 (patch) | |
tree | 7bab689e2ab686c6181872c2b8c60dafcfaaf2ec /npc/airports/airships.txt | |
parent | 83254bd148fa6282a386e78ad9e67de472bbcfc5 (diff) | |
download | hercules-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/airships.txt')
-rw-r--r-- | npc/airports/airships.txt | 34 |
1 files changed, 34 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)
//============================================================
|