diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /npc/airports/einbroch.txt | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports/einbroch.txt')
-rw-r--r-- | npc/airports/einbroch.txt | 222 |
1 files changed, 111 insertions, 111 deletions
diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt index a42de5e71..8b9ba4b78 100644 --- a/npc/airports/einbroch.txt +++ b/npc/airports/einbroch.txt @@ -1,111 +1,111 @@ -//===== eAthena Script =======================================
-//= Einbroch Airport Staff
-//===== By: ==================================================
-//= L0ne_W0lf, Muad_Dib
-//===== Current Version: =====================================
-//= 1.3
-//===== Compatible With: =====================================
-//= eAthena Revision 3000+
-//===== Description: =========================================
-//= Einbroch Airport Staff
-//===== Additional Comments: =================================
-//= Converted by Dr.Evil, 1.0b more typos and credits [Lupus]
-//= 1.1 Fixed wrong check, added extra condition [Justin84]
-//= 1.2 Removed Duplicates [Silent]
-//= 1.3 Fixed syntax errors for duplicate [KarLaeda]
-//============================================================
-
-
-airport.gat,126,43,4 script Airport Staff#01::AirportE 90,{
- mes "[Airport Staff]";
- mes "Welcome to the Airport.";
- mes "How may I help you?";
- next;
- menu "Board the Airship",-,"Cancel",L_Cancel;
-
- mes "[Airport Staff]";
- mes "The Airship boarding fee";
- mes "is 1,200 zeny, but if you've";
- mes "got a Free Ticket for Airship,";
- mes "the fee will be waived. Will";
- mes "you board the Airship?";
- next;
- menu "Yes",-,"No",L_Cancel;
-
- if(countitem(7311) > 0) goto L_GotTicket;
- if(Zeny < 1200) goto L_NoZeny;
- set Zeny, Zeny - 1200;
- warp "airport.gat",148,51;
- close;
-
- L_GotTicket:
- delitem 7311,1;
- warp "airport.gat",148,51;
- close;
-
- L_NoZeny:
- mes "[Airport Staff]";
- mes "You don't have enough zeny.";
- close;
-
- L_Cancel:
- mes "[Airport Staff]";
- mes "Thank you and";
- mes "have a nice day.";
- close;
-}
-
-airport.gat,143,43,4 duplicate(AirportE) Airport Staff#02 90
-airport.gat,156,43,4 duplicate(AirportE) Airport Staff#03 90
-
-airport.gat,126,51,4 script Airport Staff#04::AirportE2 90,{
- mes "[Airport Staff]";
- mes "Welcome~";
- mes "Please head this";
- mes "way to board the Airship.";
- next;
- menu "Exit to Main Terminal",-,"Cancel",L_Cancel;
-
- mes "[Airport Staff]";
- mes "If you leave the";
- mes "main terminal, you'll";
- mes "have to pay the admission";
- mes "fee again in order to board";
- mes "the Airship. Are you sure";
- mes "that you want to exit?";
- next;
- menu "Yes",-,"No",L_Cancel;
-
- warp "airport.gat",142,40;
- close;
-
- L_Cancel:
- mes "[Airport Staff]";
- mes "Alright, thank you";
- mes "for your patronage";
- mes "and I hope you have";
- mes "a pleasant flight~";
- close;
-}
-
-airport.gat,143,51,4 duplicate(AirportE2) Airport Staff#05 90
-airport.gat,156,51,4 duplicate(AirportE2) Airport Staff#06 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;
-}
+//===== eAthena Script ======================================= +//= Einbroch Airport Staff +//===== By: ================================================== +//= L0ne_W0lf, Muad_Dib +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= eAthena Revision 3000+ +//===== Description: ========================================= +//= Einbroch Airport Staff +//===== Additional Comments: ================================= +//= Converted by Dr.Evil, 1.0b more typos and credits [Lupus] +//= 1.1 Fixed wrong check, added extra condition [Justin84] +//= 1.2 Removed Duplicates [Silent] +//= 1.3 Fixed syntax errors for duplicate [KarLaeda] +//============================================================ + + +airport.gat,126,43,4 script Airport Staff#01::AirportE 90,{ + mes "[Airport Staff]"; + mes "Welcome to the Airport."; + mes "How may I help you?"; + next; + menu "Board the Airship",-,"Cancel",L_Cancel; + + mes "[Airport Staff]"; + mes "The Airship boarding fee"; + mes "is 1,200 zeny, but if you've"; + mes "got a Free Ticket for Airship,"; + mes "the fee will be waived. Will"; + mes "you board the Airship?"; + next; + menu "Yes",-,"No",L_Cancel; + + if(countitem(7311) > 0) goto L_GotTicket; + if(Zeny < 1200) goto L_NoZeny; + set Zeny, Zeny - 1200; + warp "airport.gat",148,51; + close; + + L_GotTicket: + delitem 7311,1; + warp "airport.gat",148,51; + close; + + L_NoZeny: + mes "[Airport Staff]"; + mes "You don't have enough zeny."; + close; + + L_Cancel: + mes "[Airport Staff]"; + mes "Thank you and"; + mes "have a nice day."; + close; +} + +airport.gat,143,43,4 duplicate(AirportE) Airport Staff#02 90 +airport.gat,156,43,4 duplicate(AirportE) Airport Staff#03 90 + +airport.gat,126,51,4 script Airport Staff#04::AirportE2 90,{ + mes "[Airport Staff]"; + mes "Welcome~"; + mes "Please head this"; + mes "way to board the Airship."; + next; + menu "Exit to Main Terminal",-,"Cancel",L_Cancel; + + mes "[Airport Staff]"; + mes "If you leave the"; + mes "main terminal, you'll"; + mes "have to pay the admission"; + mes "fee again in order to board"; + mes "the Airship. Are you sure"; + mes "that you want to exit?"; + next; + menu "Yes",-,"No",L_Cancel; + + warp "airport.gat",142,40; + close; + + L_Cancel: + mes "[Airport Staff]"; + mes "Alright, thank you"; + mes "for your patronage"; + mes "and I hope you have"; + mes "a pleasant flight~"; + close; +} + +airport.gat,143,51,4 duplicate(AirportE2) Airport Staff#05 90 +airport.gat,156,51,4 duplicate(AirportE2) Airport Staff#06 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; +} |