diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-05-28 19:02:15 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-05-28 19:02:15 -0400 |
commit | f4e46631f0f7634c50e6811562ed688f4af361a3 (patch) | |
tree | be8feee0488d884d606c98d7dc5677c14de792bc /npc/airports | |
parent | 80510a00c928c1da9bf22a01c1f617e744cfe6f5 (diff) | |
download | hercules-f4e46631f0f7634c50e6811562ed688f4af361a3.tar.gz hercules-f4e46631f0f7634c50e6811562ed688f4af361a3.tar.bz2 hercules-f4e46631f0f7634c50e6811562ed688f4af361a3.tar.xz hercules-f4e46631f0f7634c50e6811562ed688f4af361a3.zip |
Woohooo! Some more cleaning up!
- Follow up to 80510a0 { Corrected name placeholders }
- Vas cleanup on name placeholders
- Small change in /doc/permissions.txt
Diffstat (limited to 'npc/airports')
-rw-r--r-- | npc/airports/airships.txt | 14 | ||||
-rw-r--r-- | npc/airports/hugel.txt | 10 | ||||
-rw-r--r-- | npc/airports/izlude.txt | 10 | ||||
-rw-r--r-- | npc/airports/rachel.txt | 10 |
4 files changed, 22 insertions, 22 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index eb621c9bf..b45d20312 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -1,18 +1,18 @@ //===== Hercules Script ====================================== //= The Airship System Script -//===== By: ================================================== -//= rAthena Dev Team -//===== Description: ========================================= +//===== By: ================================================== +//= Hercules Dev Team +//===== Description: ========================================= //= The Airship System used in the official servers. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ -//============================================================ +//============================================================ //= Domestic Airship Route //= ... -> Juno -> Einbroch -> Lighthalzen -> Einbroch //= -> Juno -> Hugel -> ... -//============================================================ +//============================================================ airplane,243,73,0 script #AirshipWarp-1 45,1,1,{ end; diff --git a/npc/airports/hugel.txt b/npc/airports/hugel.txt index d5f3155ed..2d65fdc30 100644 --- a/npc/airports/hugel.txt +++ b/npc/airports/hugel.txt @@ -1,12 +1,12 @@ //===== Hercules Script ====================================== //= Hugel Airport NPCs -//===== By: ================================================== -//= rAthena Dev Team -//===== Description: ========================================= +//===== By: ================================================== +//= Hercules Dev Team +//===== Description: ========================================= //= Hugel Airport NPCs -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ hugel,178,142,0 script toairplane#hugel 45,1,1,{ end; diff --git a/npc/airports/izlude.txt b/npc/airports/izlude.txt index 48ccbde79..fe46c1169 100644 --- a/npc/airports/izlude.txt +++ b/npc/airports/izlude.txt @@ -1,12 +1,12 @@ //===== Hercules Script ====================================== //= Izlude Airport NPCs -//===== By: ================================================== -//= rAthena Dev Team -//===== Description: ========================================= +//===== By: ================================================== +//= Hercules Dev Team +//===== Description: ========================================= //= Izlude Airport NPCs -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ - script ::Airship_Staff_izlude -1,{ mes "[Airship Staff]"; diff --git a/npc/airports/rachel.txt b/npc/airports/rachel.txt index 87749961c..88c48cd16 100644 --- a/npc/airports/rachel.txt +++ b/npc/airports/rachel.txt @@ -1,12 +1,12 @@ //===== Hercules Script ====================================== //= Rachel Airport NPCs -//===== By: ================================================== -//= rAthena Dev Team -//===== Description: ========================================= +//===== By: ================================================== +//= Hercules Dev Team +//===== Description: ========================================= //= Rachel Airport NPCs -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ ra_fild12,295,208,0 script toairplane#rachel 45,1,1,{ end; |