From 07fb6e91789cb65e66d6d539c401a9cab78e6b2e Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 29 Apr 2007 08:17:53 +0000 Subject: 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 --- npc/airports/airships.txt | 16 ++++++++-------- npc/airports/einbroch.txt | 2 +- npc/airports/lighthalzen.txt | 2 +- npc/airports/yuno.txt | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'npc/airports') 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: diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt index 71d567b6e..cd77fca4c 100644 --- a/npc/airports/einbroch.txt +++ b/npc/airports/einbroch.txt @@ -108,4 +108,4 @@ einbroch,94,267,4 script Airship Staff 91,{ mes "you to the main terminal. Thank"; mes "you, and enjoy your travels."; close; -} \ No newline at end of file +} diff --git a/npc/airports/lighthalzen.txt b/npc/airports/lighthalzen.txt index 6e3b1b5cb..64bfe03a9 100644 --- a/npc/airports/lighthalzen.txt +++ b/npc/airports/lighthalzen.txt @@ -88,4 +88,4 @@ lhz_airport,126,51,4 script Airport Staff#4::AirportL2 90,{ } lhz_airport,143,51,4 duplicate(AirportL2) Airport Staff#5 90 -lhz_airport,156,51,4 duplicate(AirportL2) Airport Staff#6 90 \ No newline at end of file +lhz_airport,156,51,4 duplicate(AirportL2) Airport Staff#6 90 diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt index 1ed925fe6..3203f4d2a 100644 --- a/npc/airports/yuno.txt +++ b/npc/airports/yuno.txt @@ -88,4 +88,4 @@ y_airport,126,51,4 script Airport Staff#004::AirportY2 90,{ } y_airport,143,51,4 duplicate(AirportY2) Airport Staff#005 90 -y_airport,156,51,4 duplicate(AirportY2) Airport Staff#006 90 \ No newline at end of file +y_airport,156,51,4 duplicate(AirportY2) Airport Staff#006 90 -- cgit v1.2.3-70-g09d2