summaryrefslogtreecommitdiff
path: root/npc/airports/airships.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-29 08:17:53 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-29 08:17:53 +0000
commit07fb6e91789cb65e66d6d539c401a9cab78e6b2e (patch)
treed881892c6e21c0e884885d53f1ad54cbf63dbd75 /npc/airports/airships.txt
parent7ebff79b4ea274ef29ef9d4e20b3162be22a6a45 (diff)
downloadhercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.gz
hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.bz2
hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.xz
hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.zip
Gave each file an empty last line, to make svn happier
Added svn:eol-style native where missing Removed remaining .gats git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10401 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports/airships.txt')
-rw-r--r--npc/airports/airships.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt
index 086c69fd8..c21b78348 100644
--- a/npc/airports/airships.txt
+++ b/npc/airports/airships.txt
@@ -658,13 +658,13 @@ OnTimer130000:
donpcevent "#AirshipWarp-4::OnHide";
disablenpc "#AirshipWarp-3";
disablenpc "#AirshipWarp-4";
- mapannounce "airplane_01.gat","The Airship is leaving the ground. Our next destination is Rachel.",1,0xFF8600;
+ mapannounce "airplane_01","The Airship is leaving the ground. Our next destination is Rachel.",1,0xFF8600;
end;
OnTimer145000:
- mapannounce "airplane_01.gat","We are heading to Rachel.",1,0xFF8600;
+ mapannounce "airplane_01","We are heading to Rachel.",1,0xFF8600;
end;
OnTimer160000:
- mapannounce "airplane_01.gat","We will arrive in Rachel shortly.",1,0xFF8600;
+ mapannounce "airplane_01","We will arrive in Rachel shortly.",1,0xFF8600;
end;
OnTimer175000:
set $@airplanelocation2,3;
@@ -672,10 +672,10 @@ OnTimer175000:
enablenpc "#AirshipWarp-4";
donpcevent "#AirshipWarp-3::OnUnhide";
donpcevent "#AirshipWarp-4::OnUnhide";
- mapannounce "airplane_01.gat","Welcome to Rachel. Have a safe trip.",1,0xFF8600;
+ mapannounce "airplane_01","Welcome to Rachel. Have a safe trip.",1,0xFF8600;
end;
OnTimer185000:
- mapannounce "airplane_01.gat","Currently, we are in Rachel. The Airship will leave shortly.",1,0xFF8600;
+ mapannounce "airplane_01","Currently, we are in Rachel. The Airship will leave shortly.",1,0xFF8600;
end;
OnTimer195000:
stoptimer;
@@ -825,7 +825,7 @@ hugel,182,150,3 script Airship Staff#hu 91,{
//= The Rachel Airship Staff
//============================================================
-ra_fild12.gat,294,206,3 script Airship Staff#ra 91,{
+ra_fild12,294,206,3 script Airship Staff#ra 91,{
mes "[Airship Staff]";
mes "Welcome to the International Airship.";
@@ -845,12 +845,12 @@ ra_fild12.gat,294,206,3 script Airship Staff#ra 91,{
if(countitem(7311) > 0) goto L_GotTicket;
if(Zeny < 1200) goto L_NoZeny;
set Zeny, Zeny - 1200;
- warp "airplane_01.gat",224,64;
+ warp "airplane_01",224,64;
close;
L_GotTicket:
delitem 7311,1;
- warp "airplane_01.gat",224,64;
+ warp "airplane_01",224,64;
close;
L_NoZeny: