From 241e81506ea61e9f9ea1decca80af1ffdd604654 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Tue, 6 Jun 2006 17:14:12 +0000 Subject: 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 --- npc/airports/airships.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'npc/airports/airships.txt') 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) //============================================================ -- cgit v1.2.3-60-g2f50