summaryrefslogtreecommitdiff
path: root/npc/airports
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 22:59:57 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 22:59:57 +0000
commit9c08ebbab7841a2e210613f4e072da4ca48f331b (patch)
tree8df053e6f0423b5a3e42cdd951dd9171d4ceb7ee /npc/airports
parenta0ce9e7654be46ce432cf4620f366b18220419b3 (diff)
downloadhercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.gz
hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.bz2
hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.xz
hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.zip
Many small scripts fixes - tabs, parenthesis, typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports')
-rw-r--r--npc/airports/einbroch.txt18
-rw-r--r--npc/airports/lighthalzen.txt18
-rw-r--r--npc/airports/yuno.txt18
3 files changed, 18 insertions, 36 deletions
diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt
index 07549dbe4..a42de5e71 100644
--- a/npc/airports/einbroch.txt
+++ b/npc/airports/einbroch.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf, Muad_Dib
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena Revision 3000+
//===== Description: =========================================
@@ -12,6 +12,7 @@
//= 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]
//============================================================
@@ -54,12 +55,8 @@ airport.gat,126,43,4 script Airport Staff#01::AirportE 90,{
close;
}
-airport.gat,143,43,4 duplicate(AirportE) Airport Staff#02 90,{
-// script Airport_Staff_In;
-}
-airport.gat,156,43,4 duplicate(AirportE) Airport Staff#03 90,{
-// script Airport_Staff_In;
-}
+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]";
@@ -91,11 +88,8 @@ airport.gat,126,51,4 script Airport Staff#04::AirportE2 90,{
close;
}
-airport.gat,143,51,4 duplicate(AirportE2) Airport Staff#05 90,{
-}
-
-airport.gat,156,51,4 duplicate(AirportE2) Airport Staff#06 90,{
-}
+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]";
diff --git a/npc/airports/lighthalzen.txt b/npc/airports/lighthalzen.txt
index 1ae6a30ca..b2ec84b70 100644
--- a/npc/airports/lighthalzen.txt
+++ b/npc/airports/lighthalzen.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf, Muad_Dib
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena Revision 3000+
//===== Description: =========================================
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 Cloned from einbroch.txt [Justin84]
//= 1.1 Removed Duplicates [Silent]
+//= 1.2 Fixed syntax errors for duplicate [KarLaeda]
//============================================================
@@ -53,12 +54,8 @@ lhz_airport.gat,126,43,4 script Airport Staff#1::AirportL 90,{
close;
}
-lhz_airport.gat,143,43,4 duplicate(AirportL) Airport Staff#2 90,{
-// script Airport_Staff_In;
-}
-lhz_airport.gat,156,43,4 duplicate(AirportL) Airport Staff#3 90,{
-// script Airport_Staff_In;
-}
+lhz_airport.gat,143,43,4 duplicate(AirportL) Airport Staff#2 90
+lhz_airport.gat,156,43,4 duplicate(AirportL) Airport Staff#3 90
lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{
mes "[Airport Staff]";
@@ -90,8 +87,5 @@ lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{
close;
}
-lhz_airport.gat,143,51,4 duplicate(AirportL2) Airport Staff#5 90,{
-}
-
-lhz_airport.gat,156,51,4 duplicate(AirportL2) Airport Staff#6 90,{
-}
+lhz_airport.gat,143,51,4 duplicate(AirportL2) Airport Staff#5 90
+lhz_airport.gat,156,51,4 duplicate(AirportL2) Airport Staff#6 90
diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt
index 81245e170..900c97a82 100644
--- a/npc/airports/yuno.txt
+++ b/npc/airports/yuno.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf, Muad_Dib
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena Revision 3000+
//===== Description: =========================================
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 Cloned from Einbroch [Justin84]
//= 1.1 Removed Duplicates [Silent]
+//= 1.2 Fixed syntax errors for duplicate [KarLaeda]
//============================================================
@@ -53,12 +54,8 @@ y_airport.gat,126,43,4 script Airport Staff#001::AirportY 90,{
close;
}
-y_airport.gat,143,43,4 duplicate(AirportY) Airport Staff#002 90,{
-// script Airport_Staff_In;
-}
-y_airport.gat,156,43,4 duplicate(AirportY) Airport Staff#003 90,{
-// script Airport_Staff_In;
-}
+y_airport.gat,143,43,4 duplicate(AirportY) Airport Staff#002 90
+y_airport.gat,156,43,4 duplicate(AirportY) Airport Staff#003 90
y_airport.gat,126,51,4 script Airport Staff#004::AirportY2 90,{
mes "[Airport Staff]";
@@ -90,8 +87,5 @@ y_airport.gat,126,51,4 script Airport Staff#004::AirportY2 90,{
close;
}
-y_airport.gat,143,51,4 duplicate(AirportY2) Airport Staff#005 90,{
-}
-
-y_airport.gat,156,51,4 duplicate(AirportY2) Airport Staff#006 90,{
-}
+y_airport.gat,143,51,4 duplicate(AirportY2) Airport Staff#005 90
+y_airport.gat,156,51,4 duplicate(AirportY2) Airport Staff#006 90